diff --git a/Hcs.Client/ClientApi/DataTypes/ГисАдресныйОбъект.cs b/Hcs.Client/ClientApi/DataTypes/ГисАдресныйОбъект.cs deleted file mode 100644 index f610c69..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисАдресныйОбъект.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Информация о зданиях и помещениях в зданиях (объектах жилого фонда), - /// которые связаны с договором (в договоре имеются Лицевые Счета в - /// указанных объектах) - /// - public class ГисАдресныйОбъект - { - public Guid ГуидДоговора; - public Guid ГуидВерсииДоговора; - public Guid ГуидЗданияФиас; - public Guid ГуидАдресногоОбъекта; - - public class ИзвестныеТипыЗдания - { - public const string MKD = "MKD"; - public const string ZHD = "ZHD"; - public const string ZHDBlockZastroyki = "ZHDBlockZastroyki"; - } - - public string ТипЗдания; - public string НомерПомещения; - public string НомерКомнаты; - - public bool СвязанСДоговором(ГисДоговор договор) => договор != null && договор.ГуидДоговора == ГуидДоговора; - - public override string ToString() - { - return $"Тип=[{ТипЗдания}] ЗданиеФиас=[{ГуидЗданияФиас}] Объект[{ГуидАдресногоОбъекта}] Помещ[{НомерПомещения}] Комн[{НомерКомнаты}]"; - } - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисДоговор.cs b/Hcs.Client/ClientApi/DataTypes/ГисДоговор.cs deleted file mode 100644 index 504fefc..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисДоговор.cs +++ /dev/null @@ -1,140 +0,0 @@ -using Newtonsoft.Json; -using System; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Договор с ресурсоснабжающей организацией - /// - public class ГисДоговор - { - public Guid ГуидДоговора; - public Guid ГуидВерсииДоговора; - public string НомерВерсии; - - public ГисСостояниеДоговора СостояниеДоговора; - public ГисСтатусВерсииДоговора СтатусВерсииДоговора; - - public ГисТипДоговораРСО ТипДоговораРСО; - public string НомерДоговора; - public DateTime? ДатаЗаключения; - public DateTime? ДатаВступленияВСилу; - - public bool НачисленияРазмещаетРСО; - public bool ПриборыРазмещаетРСО; - - public ГисКонтрагент Контрагент; - - public ГисПредметДоговора[] ПредметыДоговора; - - public ГисПриложение[] ПриложенияДоговора; - - [JsonIgnore] - public bool ЭтоДоговорИКУ => (ТипДоговораРСО == ГисТипДоговораРСО.НеПубличныйИлиНеНежилые); - - [JsonIgnore] - public bool ЭтоДоговорНежилогоПомещения => (ТипДоговораРСО == ГисТипДоговораРСО.ПубличныйИлиНежилые); - - [JsonIgnore] - public bool ЭтоПроектДоговора => (СтатусВерсииДоговора == ГисСтатусВерсииДоговора.Проект); - - [JsonIgnore] - public bool Расторгнут => (СтатусВерсииДоговора == ГисСтатусВерсииДоговора.Расторгнут); - - [JsonIgnore] - public bool ИмеетГуидДоговора => (ГуидДоговора != default); - - [JsonIgnore] - public bool ПриниматьИзГисНаАнализ - { - get - { - return СтатусВерсииДоговора switch - { - // TODO: Проверить комментирование этой строчки - //ГисСтатусВерсииДоговора.Проект => false, // С 15.11.2024 принимаем проекты - ГисСтатусВерсииДоговора.Аннулирован => false, - ГисСтатусВерсииДоговора.Расторгнут => false, - _ => true - }; - } - } - - public override string ToString() - { - return $"Договор №{НомерДоговора} Тип={ТипДоговораРСО}" + - $" Статус={СтатусВерсииДоговора} Состояние={СостояниеДоговора}" + - $" Заключен={HcsUtil.FormatDate(ДатаЗаключения)}" + - $" №Версии={НомерВерсии} ГуидДог={ГуидДоговора}" + - $" ГуидВерсии={ГуидВерсииДоговора}"; - } - } - - public enum ГисТипДоговораРСО - { - /// - /// Договор не является публичным и/или присутствует заключенный на бумажном - /// носителе (электронной форме) и/или не заключен в отношении нежилых помещений - /// в многоквартирных домах (IsContract в терминах HCS) - /// - НеПубличныйИлиНеНежилые, - - /// - /// Договор является публичным и/или отсутствует заключенный на бумажном носителе - /// (в электронной форме) и/или заключен в отношении нежилых помещений в - /// многоквартирных домах (IsNotContract в терминах HCS) - /// - ПубличныйИлиНежилые - } - - public enum ГисСостояниеДоговора - { - НеВступилВСилу, // NotTakeEffect - Действующий, // Proceed - ИстекСрокДействия // Expired - } - - public enum ГисСтатусВерсииДоговора - { - Размещен, // Posted - Расторгнут, // Terminated - Проект, // Draft - Аннулирован // Annul - } - - public class ГисПредметДоговора - { - // Вид КУ. Ссылка на НСИ "Вид коммунальной услуги" (реестровый номер 3) - public string КодНсиУслуги; - public Guid ГуидНсиУслуги; - public string ИмяНсиУслуги; - - // Коммунальный ресурс. Ссылка на НСИ "Тарифицируемый ресурс" (реестровый номер 239) - public string КодНсиРесурса; - public Guid ГуидНсиРесурса; - public string ИмяНсиРесурса; - } - - public class ГисПриложение - { - /// - /// Имя файла приложения - /// - public string ИмяПриложения; - - /// - /// Пояснение к файлу приложения - /// - public string ОписаниеПриложения; - - /// - /// ГУИД файла приложения из ext-bus-file-store-service - /// - public Guid ГуидПриложения; - - /// - /// Хэш файла приложения в устаревшем стандарте "ГОСТ Р 34.11-94" в Binhex - /// - public string ХэшПриложения; - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисДоговорыИПриборы.cs b/Hcs.Client/ClientApi/DataTypes/ГисДоговорыИПриборы.cs deleted file mode 100644 index 774f55d..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисДоговорыИПриборы.cs +++ /dev/null @@ -1,197 +0,0 @@ -using Newtonsoft.Json; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Сборный класс для получения сразу всех договоров, их лицевых счетов - /// и приборов учета привязанных к лицевым счетам договоров - /// - public class ГисДоговорыИПриборы - { - public DateTime ДатаНачалаСборки; - public DateTime ДатаКонцаСборки; - - /// - /// Договоры ресурсоснабжения - /// - public List<ГисДоговор> ДоговорыРСО = new List<ГисДоговор>(); - - public List<ГисАдресныйОбъект> АдресаОбъектов = new List<ГисАдресныйОбъект>(); - - public List<ГисЗдание> Здания = new List<ГисЗдание>(); - - public List<ГисЛицевойСчет> ЛицевыеСчета = new List<ГисЛицевойСчет>(); - - public List<ГисПриборУчета> ПриборыУчета = new List<ГисПриборУчета>(); - - public ГисДоговор НайтиДоговорПоНомеру(string номерДоговора) - => ДоговорыРСО.FirstOrDefault(x => x.НомерДоговора == номерДоговора); - - public bool ЭтотЛицевойСчетСвязанСДоговорами(ГисЛицевойСчет лс) - { - return ДоговорыРСО.Any(договор => лс.СвязанСДоговором(договор)); - } - - public ГисЗдание НайтиЗданиеПомещения(Guid гуидПомещения) - { - foreach (var здание in Здания) - { - foreach (var помещение in здание.Помещения) - { - if (помещение.ГуидПомещения == гуидПомещения) return здание; - } - } - - return null; - } - - public ГисЗдание НайтиЗданиеЛицевогоСчета(ГисЛицевойСчет лс) - { - if (лс.Размещения == null) return null; - - foreach (var размещение in лс.Размещения) - { - if (размещение.ГуидПомещения == null) continue; - var здание = НайтиЗданиеПомещения((Guid)размещение.ГуидПомещения); - if (здание != null) return здание; - } - - return null; - } - - public void УдалитьЛицевыеСчетаЗдания(Guid гуидЗданияФиас) - { - var здание = Здания.FirstOrDefault(x => x.ГуидЗданияФиас == гуидЗданияФиас); - if (здание == null || здание.Помещения == null) return; - - var лсДляУдаления = new List<ГисЛицевойСчет>(); - var гуидыПомещенийЗдания = new HashSet(здание.Помещения.Select(x => x.ГуидПомещения)); - - foreach (var лс in ЛицевыеСчета) - { - if (лс.Размещения == null) continue; - foreach (var размещениеЛС in лс.Размещения) - { - if (размещениеЛС.ГуидПомещения == null) continue; - if (гуидыПомещенийЗдания.Contains((Guid)размещениеЛС.ГуидПомещения)) - { - лсДляУдаления.Add(лс); - break; - } - } - } - - foreach (var лсУдалить in лсДляУдаления) - ЛицевыеСчета.Remove(лсУдалить); - } - - public int ЗаменитьЛицевыеСчетаЗданияВЛокальномСнимке( - Guid гуидЗданияФиас, IEnumerable<ГисЛицевойСчет> лицевые) - { - УдалитьЛицевыеСчетаЗдания(гуидЗданияФиас); - - var живые = лицевые.Where(лс => лс.ДействуетСейчас && ЭтотЛицевойСчетСвязанСДоговорами(лс)); - ЛицевыеСчета.AddRange(живые); - return живые.Count(); - } - - public bool ЭтотПриборСвязанСЛицевымиСчетами(ГисПриборУчета прибор) - { - return ЛицевыеСчета.Any(лс => прибор.СвязанСЛицевымСчетом(лс)); - } - - public IEnumerable<ГисАдресныйОбъект> ДатьАдресаОбъектовДоговора(ГисДоговор договор) - { - return АдресаОбъектов.Where(x => x.СвязанСДоговором(договор)); - } - - public IEnumerable<ГисПриборУчета> ДатьПриборыУчетаДоговора(ГисДоговор договор) - { - var адресаДоговора = ДатьАдресаОбъектовДоговора(договор).ToArray(); - var лицевыеДоговора = ЛицевыеСчета.Where(x => x.СвязанСДоговором(договор)).ToArray(); - - var приборы = new List<ГисПриборУчета>(); - foreach (var прибор in ПриборыУчета) - { - if (прибор == null) continue; - - if (договор.ЭтоДоговорИКУ) - { - foreach (var адрес in адресаДоговора) - { - if (прибор.СвязанСАдреснымОбъектом(адрес)) приборы.Add(прибор); - } - } - - if (договор.ЭтоДоговорНежилогоПомещения) - { - foreach (var лицевой in лицевыеДоговора) - { - if (прибор.СвязанСЛицевымСчетом(лицевой)) приборы.Add(прибор); - } - } - } - - return приборы; - } - - public IEnumerable<ГисПомещение> ДатьПомещенияАдресногоОбъекта(ГисАдресныйОбъект адрес) - { - var здание = Здания.FirstOrDefault(x => x.ГуидЗданияФиас == адрес.ГуидЗданияФиас); - if (здание == null) return new List<ГисПомещение>(); - return здание.Помещения; - } - - public IEnumerable<ГисПриборУчета> ДатьПриборыУчетаЛицевогоСчета(ГисЛицевойСчет лс) - { - return ПриборыУчета.Where(x => x.СвязанСЛицевымСчетом(лс)); - } - - public ГисЗданиеПомещение НайтиПомещениеЛицевогоСчета(ГисЛицевойСчет лс) - { - foreach (var размещение in лс.Размещения) - { - foreach (var здание in Здания) - { - if (здание.Помещения == null) continue; - foreach (var помещение in здание.Помещения) - { - if (помещение.ГуидПомещения == размещение.ГуидПомещения) - { - return new ГисЗданиеПомещение(здание, помещение); - } - } - } - } - return new ГисЗданиеПомещение(null, null); - } - - public static ГисДоговорыИПриборы ПрочитатьФайлJson(string jsonFileName) - { - using (StreamReader file = File.OpenText(jsonFileName)) - { - JsonSerializer serializer = new JsonSerializer(); - return (ГисДоговорыИПриборы)serializer.Deserialize(file, typeof(ГисДоговорыИПриборы)); - } - } - - public void ЗаписатьФайлJson(string jsonFileName) - { - using (StreamWriter file = File.CreateText(jsonFileName)) - { - JsonSerializer serializer = new JsonSerializer(); - serializer.Serialize(file, this); - } - } - - public override string ToString() - { - return $"ДоговорыРСО={ДоговорыРСО.Count} Адреса={АдресаОбъектов.Count}" + - $" ЛС={ЛицевыеСчета.Count} ПУ={ПриборыУчета.Count}"; - } - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисЗдание.cs b/Hcs.Client/ClientApi/DataTypes/ГисЗдание.cs deleted file mode 100644 index 01a72c7..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисЗдание.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Linq; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Дом ГИС ЖКХ - /// - public class ГисЗдание - { - public ГисТипДома ТипДома; - public Guid ГуидЗданияФиас; - public string НомерДомаГис; - - public ГисПомещение[] Помещения; - - public override string ToString() - { - return $"{ТипДома} дом №ГИС={НомерДомаГис} Помещения={Помещения.Count()}"; - } - } - - public enum ГисТипДома { Многоквартирный, Жилой }; -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисЗданиеПомещение.cs b/Hcs.Client/ClientApi/DataTypes/ГисЗданиеПомещение.cs deleted file mode 100644 index f95038f..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисЗданиеПомещение.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Hcs.ClientApi.DataTypes -{ - public record struct ГисЗданиеПомещение(ГисЗдание Здание, ГисПомещение Помещение) - { - public bool Пустое => (Здание == null || Помещение == null); - public bool Заполнено => !Пустое; - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисКонтрагент.cs b/Hcs.Client/ClientApi/DataTypes/ГисКонтрагент.cs deleted file mode 100644 index 75d3387..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисКонтрагент.cs +++ /dev/null @@ -1,72 +0,0 @@ -using Newtonsoft.Json; -using System; -using System.Linq; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Сведения о контрагенте договора РСО - /// - public class ГисКонтрагент - { - public ГисТипКонтрагента ТипКонтрагента; - - /// - /// ГУИД из реестра организаций ГИС ЖКХ - /// - public Guid? ГуидОрганизации; - - /// - /// ГУИД версии организации из реестра организаций ГИС ЖКХ необходим - /// для размещения Лицевого счета - /// - public Guid? ГуидВерсииОрганизации; - - /// - /// Сведения об индивидуальном физическом лице - /// - public ГисИндивид Индивид; - } - - public enum ГисТипКонтрагента - { - НеУказано, - ВладелецПомещения, - УправляющаяКомпания - } - - public class ГисИндивид - { - public string Фамилия; - public string Имя; - public string Отчество; - public string СНИЛС; - public string НомерДокумента; - public string СерияДокумента; - public DateTime? ДатаДокумента; - - [JsonIgnore] - public bool СНИЛСЗаполнен - => !string.IsNullOrEmpty(СНИЛС); - - [JsonIgnore] - public string СНИЛСТолькоЦифры - => СНИЛСЗаполнен ? string.Concat(СНИЛС.Where(char.IsDigit)) : null; - - [JsonIgnore] - public bool СНИЛСЗаполненВернойДлины - => (СНИЛСЗаполнен && СНИЛСТолькоЦифры.Length == 11); - - public void ПроверитьЗаполнениеСНИЛС() - { - if (!СНИЛСЗаполненВернойДлины) - throw new HcsException($"В СНИЛС контрагента ФЛ должно быть указано 11 цифр: {СНИЛС}"); - } - - public void ПроверитьЗаполнениеФИО() - { - if (string.IsNullOrEmpty(Фамилия)) throw new HcsException("Не заполнена Фамилия контрагента ФЛ"); - if (string.IsNullOrEmpty(Имя)) throw new HcsException("Не заполнено Имя контрагента ФЛ"); - } - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисЛицевойСчет.cs b/Hcs.Client/ClientApi/DataTypes/ГисЛицевойСчет.cs deleted file mode 100644 index e8509f9..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисЛицевойСчет.cs +++ /dev/null @@ -1,112 +0,0 @@ -using Newtonsoft.Json; -using System; -using System.Linq; -using System.Text; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Лицевой счет из ГИС ЖКХ имеет номер единого лицевого счета (ЕЛС) - /// и выдается на каждую точку поставки в жилом доме для договора - /// по нежилым помещениям - /// - public class ГисЛицевойСчет - { - public Guid ГуидЛицевогоСчета; - public string НомерЛицевогоСчета; - public string НомерЕЛС; - - public DateTime? ДатаСоздания; - public DateTime? ДатаЗакрытия; - public string КодНсиПричиныЗакрытия; - public string ИмяПричиныЗакрытия; - - public decimal? ПолнаяПлощадь; - public decimal? ЖилаяПлощадь; - public string КодЖКУ; - - public ГисРазмещениеЛС[] Размещения; - public ГисОснованиеЛС[] Основания; - - public bool СвязанСДоговором(ГисДоговор договор) - { - if (договор != null && Основания != null && Основания.Any( - основание => основание.ГуидДоговора == договор.ГуидВерсииДоговора || - основание.ГуидДоговора == договор.ГуидДоговора || - string.Compare(основание.НомерДоговора, договор.НомерДоговора) == 0)) return true; - return false; - } - - [JsonIgnore] - public bool ДействуетСейчас => (ДатаЗакрытия == null); - - [JsonIgnore] - public string ОписаниеРазмещений - { - get - { - var accomod = new StringBuilder(); - foreach (var x in Размещения) accomod.Append($"[{x}]"); - return accomod.ToString(); - } - } - - [JsonIgnore] - public string ОписаниеОснований - { - get - { - if (Основания == null) return null; - var reasons = new StringBuilder(); - foreach (var x in Основания) reasons.Append($"[{x}]"); - return reasons.ToString(); - } - } - - public override string ToString() - { - return $"ЛС №{НомерЛицевогоСчета} ЕЛС={НомерЕЛС}" + - $" Создан={HcsUtil.FormatDate(ДатаСоздания)}" + - $" Закрыт={HcsUtil.FormatDate(ДатаЗакрытия)}" + - $" Размещения={ОписаниеРазмещений}" + - $" Основания={ОписаниеОснований}"; - } - } - - /// - /// Лицевой счет может быть привязан к нескольким размещениям. - /// Каждое размещение может быть или в здании, или в жилой комнате или в помещении - /// - public class ГисРазмещениеЛС - { - public Guid? ГуидЗдания; - public Guid? ГуидПомещения; - public Guid? ГуидЖилойКомнаты; - public decimal? ПроцентДоли; - - public override string ToString() - { - if (ГуидЗдания != null) return $"Здание={ГуидЗдания}"; - if (ГуидПомещения != null) return $"Помещение={ГуидПомещения}"; - if (ГуидЖилойКомнаты != null) return $"ЖилКомната={ГуидЖилойКомнаты}"; - return ""; - } - } - - public enum ГисТипОснованияЛС { ДоговорРСО, Соцнайм, Договор } - - /// - /// Основание создания лицевого счета (договор на основании которого открыт ЛС) - /// - public class ГисОснованиеЛС - { - public ГисТипОснованияЛС ТипОснованияЛС; - public Guid ГуидДоговора; - public string НомерДоговора; - - public override string ToString() - { - return $"{ТипОснованияЛС}={ГуидДоговора}"; - } - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисОрганизация.cs b/Hcs.Client/ClientApi/DataTypes/ГисОрганизация.cs deleted file mode 100644 index d554a3c..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисОрганизация.cs +++ /dev/null @@ -1,57 +0,0 @@ -using Newtonsoft.Json; -using System; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Сведения из реестра оргнаизации ГИС ЖКХ - /// - public class ГисОрганизация - { - public Guid ГуидОрганизации; - - public Guid ГуидВерсииОрганизации; - - public ГисТипОрганизации ТипОрганизации; - - public string КраткоеИмяОрганизации; - - public string ПолноеИмяОрганизации; - - public bool Действующая; - - public string ИНН; - - public string КПП; - - public string ОГРН; - - public string ОКОПФ; - - public string Фамилия; - - public string Имя; - - public string Отчество; - - public string ЮридическийАдрес; - - public DateTime? ДатаЛиквидации; - - [JsonIgnore] - public const int ДлинаОГРН = 13; - - [JsonIgnore] - public const int ДлинаОГРНИП = 15; - - public override string ToString() - { - string имя = ТипОрганизации == ГисТипОрганизации.ИП ? - $"ИП {Фамилия} {Имя} {Отчество}" : КраткоеИмяОрганизации; - return $"{ТипОрганизации}: [{имя}] ИНН={ИНН} КПП={КПП} Действующая={Действующая}" + - $" ГУИД={ГуидОрганизации} Версия={ГуидВерсииОрганизации}"; - } - } - - public enum ГисТипОрганизации { НетУказано, ЮЛ, ИП, Филиал, Иностранный } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисПоказания.cs b/Hcs.Client/ClientApi/DataTypes/ГисПоказания.cs deleted file mode 100644 index f2e6ab2..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисПоказания.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System; -using System.Text; - -namespace Hcs.ClientApi.DataTypes -{ - public class ГисПоказания - { - public DateTime ДатаСнятия; - public string ПоказанияТ1; - public string ПоказанияТ2; - public string ПоказанияТ3; - - public override string ToString() - { - var buf = new StringBuilder(); - - if (!string.IsNullOrEmpty(ПоказанияТ1)) - { - buf.AppendFormat("Т1={0}", ПоказанияТ1); - } - - if (!string.IsNullOrEmpty(ПоказанияТ2)) - { - if (buf.Length > 0) buf.Append(" "); - buf.AppendFormat("Т2={0}", ПоказанияТ2); - } - - if (!string.IsNullOrEmpty(ПоказанияТ3)) - { - if (buf.Length > 0) buf.Append(" "); - buf.AppendFormat("Т3={0}", ПоказанияТ3); - } - - if (ДатаСнятия != default) - { - if (buf.Length > 0) buf.Append(" "); - buf.AppendFormat("на {0:d}", ДатаСнятия); - } - - return buf.ToString(); - } - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисПолеЭлементаСправочника.cs b/Hcs.Client/ClientApi/DataTypes/ГисПолеЭлементаСправочника.cs deleted file mode 100644 index e57471b..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисПолеЭлементаСправочника.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Hcs.ClientApi.DataTypes -{ - public class ГисПолеЭлементаСправочника - { - public string наименование; - public string значение; - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисПомещение.cs b/Hcs.Client/ClientApi/DataTypes/ГисПомещение.cs deleted file mode 100644 index e8f3eb8..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисПомещение.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Жилое или нежилое момещение в доме ГИС ЖКХ - /// - public class ГисПомещение - { - public Guid ГуидПомещения; - public bool ЭтоЖилоеПомещение; - public string НомерПомещения; - public DateTime? ДатаПрекращения; - public string Аннулирование; - - public override string ToString() - { - return $"ГисПомещение={НомерПомещения} Жилое={ЭтоЖилоеПомещение} Guid={ГуидПомещения} Прекращено={ДатаПрекращения} Аннул={Аннулирование}"; - } - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисПриборУчета.cs b/Hcs.Client/ClientApi/DataTypes/ГисПриборУчета.cs deleted file mode 100644 index 8764339..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисПриборУчета.cs +++ /dev/null @@ -1,102 +0,0 @@ -using Newtonsoft.Json; -using System; -using System.Linq; - -namespace Hcs.ClientApi.DataTypes -{ - /// - /// Прибор учета из ГИС ЖКХ может быть привязан к списку зданий (ОДПУ) - /// или к списку Лицевых счетов (все виды кроме ОДПУ) - /// - public class ГисПриборУчета - { - public Guid ГуидПрибораУчета; - public Guid ГуидВерсииПрибора; - public string НомерПрибораУчетаГис; - - public DateTime? ДатаРазмещенияВерсии; - public Guid ГуидВладельцаПрибора; - - public ГисСтатусПрибораУчета СтатусПрибораУчета; - public ГисВидПрибораУчета ВидПрибораУчета; - - public string ЗаводскойНомер; - public string МодельПрибораУчета; - - [JsonIgnore] - public bool КоэффициентТрансформацииУказан => (КоэффициентТрансформации > 0); - public decimal КоэффициентТрансформации; - - public string ПоказаниеТ1; - public string ПоказаниеТ2; - public string ПоказаниеТ3; - - // TODO: Добавить эти комментарии как XML-комментарии - public DateTime? ДатаИзготовления; // Обязательно при импорте - public DateTime? ДатаУстановки; - public DateTime? ДатаВводаВЭксплуатацию; // Обязательно кроме ОДПУ - public DateTime? ДатаПоследнейПоверки; // Обязательно для ОДПУ - - public bool РежимДистанционногоОпроса; // Признак наличия ИСУ - public string ОписаниеДистанционногоОпроса; // Наименование ИСУ - - public Guid[] ГуидыЗданийФиас; - public Guid[] ГуидыЛицевыхСчетов; - public Guid[] ГуидыПомещений; - public Guid[] ГуидыЖилыхКомнат; - - [JsonIgnore] - public bool ЭтоАктивный => (СтатусПрибораУчета == ГисСтатусПрибораУчета.Активный); - - [JsonIgnore] - public bool ЭтоАрхивный => (СтатусПрибораУчета == ГисСтатусПрибораУчета.Архивный); - - [JsonIgnore] - public bool ЭтоОДПУ => (ВидПрибораУчета == ГисВидПрибораУчета.ОДПУ); - - [JsonIgnore] - public bool ЭтоНежилоеПомещение => (ВидПрибораУчета == ГисВидПрибораУчета.НежилоеПомещение); - - [JsonIgnore] - public bool ЭтоПриборЮЛ => ЭтоОДПУ || ЭтоНежилоеПомещение; - - public bool СвязанСЛицевымСчетом(ГисЛицевойСчет лс) - { - if (лс == null || ГуидыЛицевыхСчетов == null || ГуидыЛицевыхСчетов.Length == 0) return false; - if (ГуидыЛицевыхСчетов.Length == 1) return (ГуидыЛицевыхСчетов[0] == лс.ГуидЛицевогоСчета); - return ГуидыЛицевыхСчетов.Contains(лс.ГуидЛицевогоСчета); - } - - public bool СвязанСАдреснымОбъектом(ГисАдресныйОбъект адрес) - { - // TODO: Для лицевых счетов здесь надо тестировать ГУИД помещения - if (адрес == null || ГуидыЗданийФиас == null || ГуидыЗданийФиас.Length == 0) return false; - if (ГуидыЗданийФиас.Length == 1) return ГуидыЗданийФиас[0] == адрес.ГуидЗданияФиас; - return ГуидыЗданийФиас.Contains(адрес.ГуидЗданияФиас); - } - - public bool ЗаполненГуидЗданияФиас => (ГуидыЗданийФиас != null && ГуидыЗданийФиас.Length > 0); - - public Guid? ОдинГуидЗданияФиас => (ЗаполненГуидЗданияФиас ? ГуидыЗданийФиас[0] : null); - - public override string ToString() - { - int числоЛС = ГуидыЛицевыхСчетов != null ? ГуидыЛицевыхСчетов.Length : 0; - int числоДомов = ГуидыЗданийФиас != null ? ГуидыЗданийФиас.Length : 0; - return $"{ВидПрибораУчета} {СтатусПрибораУчета} №{ЗаводскойНомер} [{МодельПрибораУчета}]" + - $"Гуид={ГуидПрибораУчета} ЧислоЛС={числоЛС} ЧислоДомов={числоДомов}"; - } - } - - public enum ГисВидПрибораУчета - { - ЖилоеПомещение, - НежилоеПомещение, - ОДПУ, - ЖилойДом, - ЖилаяКомната, - КоммунальнаяКвартира - } - - public enum ГисСтатусПрибораУчета { Активный, Архивный } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисСправочник.cs b/Hcs.Client/ClientApi/DataTypes/ГисСправочник.cs deleted file mode 100644 index 66c1813..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисСправочник.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; - -namespace Hcs.ClientApi.DataTypes -{ - public class ГисСправочник - { - public string реестровыйНомер; - public DateTime датаФормирования; - public ГисЭлементСправочника[] элементы; - } -} diff --git a/Hcs.Client/ClientApi/DataTypes/ГисЭлементСправочника.cs b/Hcs.Client/ClientApi/DataTypes/ГисЭлементСправочника.cs deleted file mode 100644 index b7a0992..0000000 --- a/Hcs.Client/ClientApi/DataTypes/ГисЭлементСправочника.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; - -namespace Hcs.ClientApi.DataTypes -{ - public class ГисЭлементСправочника - { - public string код; - public Guid гуид; - public bool актуальный; - public ГисПолеЭлементаСправочника[] поля; - public ГисЭлементСправочника[] элементы; - } -} diff --git a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtRequestsApi.cs b/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtRequestsApi.cs deleted file mode 100644 index 858b39b..0000000 --- a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtRequestsApi.cs +++ /dev/null @@ -1,106 +0,0 @@ -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.DebtRequestsApi -{ - public class HcsDebtRequestsApi - { - private HcsClientConfig config; - - public HcsDebtRequestsApi(HcsClientConfig config) - { - this.config = config; - } - - public async Task ExportDSRByRequestNumber( - string requestNumber, CancellationToken token = default) - { - var worker = new HcsDebtSubrequestExporter(config); - return await worker.ExportDSRByRequestNumber(requestNumber, token); - } - - /// - /// Получение списка запросов о наличии задолженности направленных в данный период - /// - public async Task ExportDSRsByPeriodOfSending( - DateTime startDate, - DateTime endDate, - Guid? firstSubrequestGuid, - Action resultHandler, - CancellationToken token = default) - { - var worker = new HcsDebtSubrequestExporter(config); - return await worker.ExportDSRsByPeriodOfSending( - startDate, endDate, firstSubrequestGuid, resultHandler, token); - } - - /// - /// Отправка пакета ответов на запросы о наличии задолженности - /// - public async Task ImportDSRsResponsesAsOneBatch( - HcsDebtResponse[] responses, - Action resultHandler, - CancellationToken token = default) - { - var worker = new HcsDebtResponseImporter(config); - var results = await worker.ImportDSRResponses(responses, token); - - foreach (var response in responses) - { - var result = results.FirstOrDefault( - x => x.SubrequestGuid == response.SubrequestGuid && - x.TransportGuid == response.TransportGuid); - - if (result == null) - { - result = new HcsDebtResponseResult(); - result.TransportGuid = response.TransportGuid; - result.SubrequestGuid = response.SubrequestGuid; - result.Error = new HcsException( - $"В пакете результатов приема ответов нет" + - $" результата для подзапроса {response.SubrequestGuid}"); - } - - resultHandler(response, result); - } - - return responses.Length; - } - - /// - /// Отправка ответов на запросы о наличии задолженности для списков любой длины - /// - public async Task ImportDSRsResponses( - HcsDebtResponse[] responses, - Action resultHandler, - CancellationToken token = default) - { - int chunkSize = 20; - int i = 0; - HcsDebtResponse[][] chunks = - responses.GroupBy(s => i++ / chunkSize).Select(g => g.ToArray()).ToArray(); - - int n = 0; - foreach (var chunk in chunks) - { - n += await ImportDSRsResponsesAsOneBatch(chunk, resultHandler, token); - } - - return n; - } - - /// - /// Отправка ответа на один запрос о наличии задолженности - /// - public async Task ImportDSRResponse( - HcsDebtResponse response, CancellationToken token = default) - { - HcsDebtResponse[] array = { response }; - HcsDebtResponseResult result = null; - await ImportDSRsResponses(array, (x, y) => result = y, token); - return result; - } - } -} diff --git a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtRequestsMethod.cs b/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtRequestsMethod.cs deleted file mode 100644 index 35b03e3..0000000 --- a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtRequestsMethod.cs +++ /dev/null @@ -1,135 +0,0 @@ -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using DebtRequests = Hcs.Service.Async.DebtRequests.v15_7_0_1; - -namespace Hcs.Service.Async.DebtRequests.v15_7_0_1 -{ - public partial class AckRequestAck : IHcsAck { } - public partial class getStateResult : IHcsGetStateResultMany { } - public partial class Fault : IHcsFault { } - public partial class HeaderType : IHcsHeaderType { } -} - -namespace Hcs.ClientApi.DebtRequestsApi -{ - /// Метод для отправки запросов к сервису запросов о наличии задолженности - /// Описание: http://open-gkh.ru/DebtRequestsServiceAsync/ - public class HcsDebtRequestsMethod : HcsRemoteCallMethod - { - public HcsEndPoints EndPoint => HcsEndPoints.DebtRequestsAsync; - - public HcsDebtRequestsMethod(HcsClientConfig config) : base(config) - { - } - - public DebtRequests.RequestHeader CreateRequestHeader() => - HcsRequestHelper.CreateHeader(ClientConfig); - - public System.ServiceModel.EndpointAddress RemoteAddress - => GetEndpointAddress(HcsConstants.EndPointLocator.GetPath(EndPoint)); - - private DebtRequests.DebtRequestsAsyncPortClient NewPortClient() - { - var client = new DebtRequests.DebtRequestsAsyncPortClient(_binding, RemoteAddress); - ConfigureEndpointCredentials(client.Endpoint, client.ClientCredentials); - return client; - } - - /// - /// Метод отправления запроса - /// - public async Task SendAsync(object request, CancellationToken token) - { - Func> func = async () => await SendBareAsync(request); - return await RunRepeatableTaskInsistentlyAsync(func, token); - } - - private async Task SendBareAsync(object request) - { - if (request == null) throw new ArgumentNullException("Null request"); - string version = HcsRequestHelper.GetRequestVersionString(request); - _config.Log($"Отправляю {RemoteAddress.Uri}/{request.GetType().Name}" + - $" в версии {version} {ThreadIdText}..."); - - IHcsAck ack; - using (var client = NewPortClient()) - { - switch (request) - { - - case DebtRequests.exportDebtSubrequestsRequest x: - { - var response = await client.exportDebtSubrequestsAsync(x.RequestHeader, x.exportDSRsRequest); - ack = response.AckRequest.Ack; - break; - } - - case DebtRequests.importResponsesRequest x: - { - var response = await client.importResponsesAsync(x.RequestHeader, x.importDSRResponsesRequest); - ack = response.AckRequest.Ack; - break; - } - - default: - throw new HcsException($"Неизвестный тип запроса: {request.GetType().Name}"); - } - } - - _config.Log($"Запрос принят в обработку, подтверждение {ack.MessageGUID}"); - return ack; - } - - /// - /// Выполняет однократную проверку наличия результата. - /// Возвращает null если результата еще нет. - /// - protected override async Task TryGetResultAsync( - IHcsAck sourceAck, CancellationToken token = default) - { - Func> func = async () => await TryGetResultBareAsync(sourceAck); - return await RunRepeatableTaskInsistentlyAsync(func, token); - } - - private async Task TryGetResultBareAsync(IHcsAck sourceAck) - { - using (var client = NewPortClient()) - { - var requestHeader = HcsRequestHelper.CreateHeader(_config); - var requestBody = new DebtRequests.getStateRequest { MessageGUID = sourceAck.MessageGUID }; - - var response = await client.getStateAsync(requestHeader, requestBody); - var resultBody = response.getStateResult; - - if (resultBody.RequestState == HcsAsyncRequestStateTypes.Ready) - { - CheckResultForErrors(resultBody); - return resultBody; - } - - return null; - } - } - - private void CheckResultForErrors(IHcsGetStateResultMany result) - { - if (result == null) throw new HcsException("Пустой result"); - - if (result.Items == null) throw new HcsException("Пустой result.Items"); - - result.Items.OfType().ToList().ForEach(x => - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.ErrorMessage); - }); - - result.Items.OfType().ToList().ForEach(x => - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.Description); - }); - } - } -} diff --git a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtResponse.cs b/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtResponse.cs deleted file mode 100644 index f7855a5..0000000 --- a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtResponse.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; - -namespace Hcs.ClientApi.DebtRequestsApi -{ - /// - /// Ответ на запрос о наличии задолженности - /// - public class HcsDebtResponse - { - // Добавить в XML-описание - public Guid TransportGuid; // Идентификатор ответа в отправляющей системе - public Guid SubrequestGuid; // Идентификатор подзапроса - public bool HasDebt; - public HcsPersonalData[] PersonalData; - public string Description; - } - - /// - /// Сведения о должнике - /// - public class HcsPersonalData - { - public string FirstName; - public string MiddleName; - public string LastName; - } - - /// - /// Результат отправки ответа на запрос о наличии задолженности - /// - public class HcsDebtResponseResult - { - // Добавить в XML-описание - public Guid TransportGuid; // Идентификатор ответа в отправляющей системе - public Guid SubrequestGuid; // Идентификатор подзапроса - public Exception Error; // Ожибка отправки если указано - public DateTime UpdateDate; // Дата успешного приема ответа если не указана ошибка - public bool HasError => (Error != null); - } -} diff --git a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtResponseImporter.cs b/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtResponseImporter.cs deleted file mode 100644 index 66b9b3a..0000000 --- a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtResponseImporter.cs +++ /dev/null @@ -1,141 +0,0 @@ -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using DebtRequests = Hcs.Service.Async.DebtRequests.v15_7_0_1; - -namespace Hcs.ClientApi.DebtRequestsApi -{ - public class HcsDebtResponseImporter : HcsDebtRequestsMethod - { - public HcsDebtResponseImporter(HcsClientConfig config) : base(config) - { - } - - public async Task ImportDSRResponses( - HcsDebtResponse[] debtResponses, CancellationToken token = default) - { - if (debtResponses == null || debtResponses.Length == 0) - throw new ArgumentException("Пустой debtResponses"); - - var actions = debtResponses.Select(x => ConvertToImportAction(x)).ToArray(); - - var requestHeader = CreateRequestHeader(); - var requestBody = new DebtRequests.importDSRResponsesRequest - { - Id = HcsConstants.SignedXmlElementId, - // TODO: Проверить комментарий - // Версия предустановлена в WSDL, реальная версия шаблонов дает ошибку "Bad Request" - //version = HcsConstants.DefaultHCSVersionString, - action = actions - }; - - var request = new DebtRequests.importResponsesRequest - { - RequestHeader = requestHeader, - importDSRResponsesRequest = requestBody - }; - - var ack = await SendAsync(request, token); - var result = await WaitForResultAsync(ack, true, token); - - var responseResults = result.Items.Select( - x => ParseDebtResponseResultSafely(x)).ToArray(); - - if (debtResponses.Length != responseResults.Length) - throw new HcsException( - $"Количество направленных ответов {debtResponses.Length} не совпадает" + - $" с количеством {responseResults.Length} результатов обработки"); - - foreach (var response in debtResponses) - { - var found = responseResults.FirstOrDefault(x => x.TransportGuid == response.TransportGuid); - if (found != null) found.SubrequestGuid = response.SubrequestGuid; - } - - return responseResults; - } - - private DebtRequests.importDSRResponsesRequestAction ConvertToImportAction( - HcsDebtResponse source) - { - DebtRequests.DebtInfoType[] debtInfo = null; - if (source.HasDebt) - { - if (IsArrayEmpty(source.PersonalData)) throw new HcsException("Не указаны должники"); - debtInfo = source.PersonalData.Select(x => new DebtRequests.DebtInfoType - { - person = new DebtRequests.DebtInfoTypePerson - { - firstName = x.FirstName, - lastName = x.LastName, - middleName = x.MiddleName - } - }).ToArray(); - } - - var responseData = new DebtRequests.ImportDSRResponseType() - { - hasDebt = source.HasDebt, - description = source.Description, - Items = debtInfo, - // TODO: Проверить комментарий - //debtInfo = debtInfo, // Так было в hcs-v13 - executorGUID = ClientConfig.ExecutorGUID - }; - - return new DebtRequests.importDSRResponsesRequestAction() - { - subrequestGUID = source.SubrequestGuid.ToString(), - TransportGUID = source.TransportGuid.ToString(), - actionType = DebtRequests.DSRResponseActionType.Send, - responseData = responseData - }; - } - - private HcsDebtResponseResult ParseDebtResponseResultSafely(object resultItem) - { - try - { - return ParseDebtResponseResult(resultItem); - } - catch (Exception e) - { - return new HcsDebtResponseResult() { Error = e }; - } - } - - private HcsDebtResponseResult ParseDebtResponseResult(object resultItem) - { - if (resultItem == null) throw new HcsException("Пустой resultItem"); - - var common = resultItem as DebtRequests.CommonResultType; - if (common == null) throw new HcsException($"Неожиданный тип экземпляра ответа {resultItem.GetType()}"); - - if (common.Items == null || common.Items.Length == 0) - throw new HcsException("Пустой набор common.Items"); - - var result = new HcsDebtResponseResult(); - foreach (var commonItem in common.Items) - { - if (commonItem == null) throw new HcsException("Пустой commonItem"); - - switch (commonItem) - { - case DebtRequests.CommonResultTypeError error: - result.Error = new HcsRemoteException(error.ErrorCode, error.Description); - break; - case DateTime updateDate: - result.UpdateDate = updateDate; - break; - default: - throw new HcsException($"Неожиданный тип сommonItem" + commonItem.GetType()); - } - } - - result.TransportGuid = ParseGuid(common.TransportGUID); - return result; - } - } -} diff --git a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtSubrequest.cs b/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtSubrequest.cs deleted file mode 100644 index 8513b3f..0000000 --- a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtSubrequest.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; - -namespace Hcs.ClientApi.DebtRequestsApi -{ - /// - /// Подзапрос о наличии задолженности за ЖКУ у организаци предоставляющей ЖКУ. - /// В терминологии ГИСЖКХ это называется Subrequests, потому что сама ГИСЖКХ выбирает организации, - /// которым (пере)направляется оригинальный запрос о наличии задолженности направленный его источником - /// в ГИСЖКХ. - /// - public class HcsDebtSubrequest - { - public enum ResponseStatusType { Sent, NotSent, AutoGenerated } - - // TODO: Добавить XML-описания - public Guid SubrequestGuid; // Идентификатор подзапроса направленный конкретному поставщику ЖКУ - public Guid RequestGuid; // Идентификатор первичного запроса направленного соццентром всем поставщикам - public string RequestNumber; // Номер запроса - public DateTime SentDate; // Дата направления - public string Address; // Строка адреса из запроса - public Guid FiasHouseGuid; // Идентификатор здания в ФИАС - public Guid GisHouseGuid; // Идентификатор здания в ГИСЖКХ - public Guid HМObjectGuid; // Идентификатор помещения в ГИСЖКХ (v14) - public string HMObjectType; // Тип помещения (v14) - public string AddressDetails; // Номер помещения (не заполняется в v14) - public DateTime DebtStartDate; // Начало периода задолженности - public DateTime DebtEndDate; // Конец периода задолженности - public ResponseStatusType ResponseStatus; // Признак отправления запроса - public DateTime ResponseDate; // Дата ответа - - public override string ToString() - { - return - $"ПодзапросОНЗ #{RequestNumber}" + - $" Address=[{Address}] Details=[{AddressDetails}]" + - $" HMO={HМObjectGuid} Sent={SentDate} ResponseStatus={ResponseStatus}"; - } - } -} diff --git a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtSubrequestExporter.cs b/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtSubrequestExporter.cs deleted file mode 100644 index 9c37a9c..0000000 --- a/Hcs.Client/ClientApi/DebtRequestsApi/HcsDebtSubrequestExporter.cs +++ /dev/null @@ -1,251 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using DebtRequests = Hcs.Service.Async.DebtRequests.v15_7_0_1; - -namespace Hcs.ClientApi.DebtRequestsApi -{ - /// - /// Метод получения данных о направленных нам (под)запросах о наличии задолженности - /// - public class HcsDebtSubrequestExporter : HcsDebtRequestsMethod - { - public HcsDebtSubrequestExporter(HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - } - - public class DSRsBatch - { - public List DebtSubrequests = new List(); - public Guid NextSubrequestGuid; - public bool LastPage; - } - - public async Task ExportDSRByRequestNumber(string requestNumber, CancellationToken token) - { - var conditionTypes = new List(); - var conditionValues = new List(); - - conditionTypes.Add(DebtRequests.ItemsChoiceType5.requestNumber); - conditionValues.Add(requestNumber); - - var result = await ExportSubrequestBatchByCondition( - conditionTypes.ToArray(), conditionValues.ToArray(), token); - - int n = result.DebtSubrequests.Count; - if (n == 0) return null; - if (n == 1) return result.DebtSubrequests[0]; - throw new HcsException( - $"По номеру запроса о наличии задолженности №{requestNumber}" + - $" получено несколько ({n}) ответов, ожидался только один"); - } - - public async Task ExportDSRsByPeriodOfSending( - DateTime startDate, DateTime endDate, Guid? firstSubrequestGuid, - Action resultHandler, CancellationToken token = default) - { - int numResults = 0; - Guid? nextSubrequestGuid = firstSubrequestGuid; - bool firstGuidIsReliable = false; - - while (true) - { - if (numResults == 0) Log("Запрашиваем первую партию записей..."); - else Log($"Запрашиваем следующую партию записей, уже получено {numResults}..."); - - var batch = await ExportDSRsBatchByPeriodOfSending( - startDate, endDate, nextSubrequestGuid, token, firstGuidIsReliable); - - foreach (var s in batch.DebtSubrequests) - { - if (resultHandler != null) resultHandler(s); - numResults += 1; - } - - if (batch.LastPage) break; - nextSubrequestGuid = batch.NextSubrequestGuid; - firstGuidIsReliable = true; - } - - return numResults; - } - - public async Task ExportDSRsBatchByPeriodOfSending( - DateTime startDate, DateTime endDate, Guid? firstSubrequestGuid, - CancellationToken token, bool firstGuidIsReliable) - { - var conditionTypes = new List(); - var conditionValues = new List(); - - conditionTypes.Add(DebtRequests.ItemsChoiceType5.periodOfSendingRequest); - conditionValues.Add(new DebtRequests.Period() { startDate = startDate, endDate = endDate }); - - if (firstSubrequestGuid != null) - { - conditionTypes.Add(DebtRequests.ItemsChoiceType5.exportSubrequestGUID); - conditionValues.Add(firstSubrequestGuid.ToString()); - } - - Func> taskFunc = async () - => await ExportSubrequestBatchByCondition( - conditionTypes.ToArray(), conditionValues.ToArray(), token); - - Func canIgnoreFunc = delegate (Exception e) - { - return CanIgnoreSuchException(e, firstGuidIsReliable); - }; - - return await RunRepeatableTaskAsync(taskFunc, canIgnoreFunc, int.MaxValue); - } - - private async Task ExportSubrequestBatchByCondition( - DebtRequests.ItemsChoiceType5[] conditionTypes, object[] conditionValues, - CancellationToken token) - { - var requestHeader = CreateRequestHeader(); - var requestBody = new DebtRequests.exportDSRsRequest - { - Id = HcsConstants.SignedXmlElementId, - // TODO: Тут напрямую указывается версия - version = "14.0.0.0", - ItemsElementName = conditionTypes, - Items = conditionValues - }; - - var request = new DebtRequests.exportDebtSubrequestsRequest - { - RequestHeader = requestHeader, - exportDSRsRequest = requestBody - }; - - var ack = await SendAsync(request, token); - - try - { - var result = await WaitForResultAsync(ack, true, token); - return ParseExportResultBatch(result); - } - catch (HcsNoResultsRemoteException) - { - return new DSRsBatch() { LastPage = true }; - } - } - - private DSRsBatch ParseExportResultBatch(RemoteCaller.IHcsGetStateResultMany result) - { - var batch = new DSRsBatch(); - - result.Items.OfType().ToList().ForEach(r => - { - Log($"Принято запросов о наличии задолженности: {r.subrequestData?.Count()}"); - - // на последней странице вывода может не быть ни одной записи - if (r.subrequestData != null) - { - r.subrequestData.ToList().ForEach(s => { batch.DebtSubrequests.Add(Adapt(s)); }); - } - - if (r.pagedOutput == null || r.pagedOutput.Item == null) batch.LastPage = true; - else - { - var item = r.pagedOutput.Item; - if (item is bool && (bool)item == true) batch.LastPage = true; - else if (!Guid.TryParse(item.ToString(), out batch.NextSubrequestGuid)) - throw new HcsException($"Неожиданное значение pagedOutput [{item}]"); - } - }); - - return batch; - } - - private HcsDebtSubrequest Adapt(DebtRequests.DSRType s) - { - var dsr = new HcsDebtSubrequest(); - dsr.SubrequestGuid = ParseGuid(s.subrequestGUID); - dsr.RequestGuid = ParseGuid(s.requestInfo.requestGUID); - dsr.RequestNumber = s.requestInfo.requestNumber; - dsr.SentDate = s.requestInfo.sentDate; - dsr.Address = s.requestInfo.housingFundObject.address; - - var hfo = s.requestInfo.housingFundObject; - if (hfo.Items != null && - hfo.ItemsElementName != null && - hfo.Items.Length == hfo.ItemsElementName.Length) - { - - for (int i = 0; i < hfo.Items.Length; i++) - { - string itemValue = hfo.Items[i]; - switch (hfo.ItemsElementName[i]) - { - case DebtRequests.ItemsChoiceType7.HMobjectGUID: - dsr.HМObjectGuid = ParseGuid(itemValue); - break; - case DebtRequests.ItemsChoiceType7.houseGUID: - dsr.GisHouseGuid = ParseGuid(itemValue); - break; - case DebtRequests.ItemsChoiceType7.adressType: - dsr.HMObjectType = itemValue; - break; - case DebtRequests.ItemsChoiceType7.addressDetails: - dsr.AddressDetails = itemValue; - break; - } - } - } - - if (!string.IsNullOrEmpty(hfo.fiasHouseGUID)) - { - dsr.FiasHouseGuid = ParseGuid(hfo.fiasHouseGUID); - } - - // TODO: Проверить комментарий - // Из hcs-v13 - //dsr.GisHouseGuid = ParseGuid(s.requestInfo.housingFundObject.houseGUID); - //dsr.AddressDetails = s.requestInfo.housingFundObject.addressDetails; - - dsr.DebtStartDate = s.requestInfo.period.startDate; - dsr.DebtEndDate = s.requestInfo.period.endDate; - dsr.ResponseStatus = ConvertStatusType(s.responseStatus); - dsr.ResponseDate = s.requestInfo.responseDate; - - return dsr; - } - - private HcsDebtSubrequest.ResponseStatusType ConvertStatusType(DebtRequests.ResponseStatusType type) - { - switch (type) - { - case DebtRequests.ResponseStatusType.Sent: return HcsDebtSubrequest.ResponseStatusType.Sent; - case DebtRequests.ResponseStatusType.NotSent: return HcsDebtSubrequest.ResponseStatusType.NotSent; - case DebtRequests.ResponseStatusType.AutoGenerated: return HcsDebtSubrequest.ResponseStatusType.AutoGenerated; - default: throw new HcsException("Неизвестный статус отправки ответа: " + type); - } - } - - // TODO: Проверить игнорирование ошибок - private bool CanIgnoreSuchException(Exception e, bool firstGuidIsReliable) - { - // "Произошла ошибка при передаче данных. Попробуйте осуществить передачу данных повторно." - if (HcsUtil.EnumerateInnerExceptions(e).Any( - x => x is HcsRemoteException && (x as HcsRemoteException).ErrorCode == "EXP001000")) - { - return true; - } - - // Возникающий на больших списках отказ возобновляемый, учитывем факт что GUID был - // получен из ГИСЖКХ и явно является надежным - if (firstGuidIsReliable && HcsUtil.EnumerateInnerExceptions(e).Any( - x => x.Message != null && x.Message.Contains("Error loading content: Content not found for guid:"))) - { - return true; - } - - return false; - } - } -} diff --git a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringApi.cs b/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringApi.cs deleted file mode 100644 index ff098e5..0000000 --- a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringApi.cs +++ /dev/null @@ -1,27 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.DeviceMeteringApi -{ - /// - /// Методы ГИС ЖКХ сервиса hcs-device-metering (показания приборов учета) - /// - public class HcsDeviceMeteringApi - { - public HcsClientConfig Config { get; private set; } - - public HcsDeviceMeteringApi(HcsClientConfig config) - { - this.Config = config; - } - - public async Task РазместитьПоказания( - ГисПриборУчета прибор, ГисПоказания показания, CancellationToken token = default) - { - var method = new HcsMethodImportMeteringDevicesValues(Config); - return await method.ImportMeteringDevicesValues(прибор, показания, token); - } - } -} diff --git a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringMethod.cs b/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringMethod.cs deleted file mode 100644 index 75e5673..0000000 --- a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringMethod.cs +++ /dev/null @@ -1,118 +0,0 @@ -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using DeviceMetering = Hcs.Service.Async.DeviceMetering.v15_7_0_1; - -namespace Hcs.Service.Async.DeviceMetering.v15_7_0_1 -{ - public partial class AckRequestAck : IHcsAck { } - public partial class getStateResult : IHcsGetStateResultMany { } - public partial class Fault : IHcsFault { } - public partial class HeaderType : IHcsHeaderType { } -} - -namespace Hcs.ClientApi.DeviceMeteringApi -{ - public class HcsDeviceMeteringMethod : HcsRemoteCallMethod - { - public HcsEndPoints EndPoint => HcsEndPoints.DeviceMeteringAsync; - - public DeviceMetering.RequestHeader CreateRequestHeader() => - HcsRequestHelper.CreateHeader(ClientConfig); - - public HcsDeviceMeteringMethod(HcsClientConfig config) : base(config) { } - - public System.ServiceModel.EndpointAddress RemoteAddress - => GetEndpointAddress(HcsConstants.EndPointLocator.GetPath(EndPoint)); - - private DeviceMetering.DeviceMeteringPortTypesAsyncClient NewPortClient() - { - var client = new DeviceMetering.DeviceMeteringPortTypesAsyncClient(_binding, RemoteAddress); - ConfigureEndpointCredentials(client.Endpoint, client.ClientCredentials); - return client; - } - - public async Task SendAndWaitResultAsync( - object request, - Func> sender, - CancellationToken token) - { - while (true) - { - try - { - if (CanBeRestarted) - { - return await RunRepeatableTaskInsistentlyAsync( - async () => await SendAndWaitResultAsyncImpl(request, sender, token), token); - } - else - { - return await SendAndWaitResultAsyncImpl(request, sender, token); - } - } - catch (HcsRestartTimeoutException e) - { - if (!CanBeRestarted) throw new HcsException("Превышен лимит ожидания выполнения запроса", e); - Log($"Перезапускаем запрос типа {request.GetType().Name}..."); - } - } - } - - private async Task SendAndWaitResultAsyncImpl( - object request, - Func> sender, - CancellationToken token) - { - if (request == null) throw new ArgumentNullException(nameof(request)); - string version = HcsRequestHelper.GetRequestVersionString(request); - _config.Log($"Отправляем запрос: {RemoteAddress.Uri}/{request.GetType().Name} в версии {version}..."); - - var stopWatch = System.Diagnostics.Stopwatch.StartNew(); - - IHcsAck ack; - using (var client = NewPortClient()) - { - ack = await sender(client); - } - - stopWatch.Stop(); - _config.Log($"Запрос принят в обработку за {stopWatch.ElapsedMilliseconds}мс., подтверждение {ack.MessageGUID}"); - - var stateResult = await WaitForResultAsync(ack, true, token); - - stateResult.Items.OfType().ToList().ForEach(x => - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.Description); - }); - - return stateResult; - } - - /// - /// Выполняет однократную проверку наличия результата. - /// Возвращает null если результата еще нет. - /// - protected override async Task TryGetResultAsync(IHcsAck sourceAck, CancellationToken token) - { - using (var client = NewPortClient()) - { - var requestHeader = HcsRequestHelper.CreateHeader(_config); - var requestBody = new DeviceMetering.getStateRequest { MessageGUID = sourceAck.MessageGUID }; - - var response = await client.getStateAsync(requestHeader, requestBody); - var resultBody = response.getStateResult; - - if (resultBody.RequestState == HcsAsyncRequestStateTypes.Ready) - { - return resultBody; - } - - return null; - } - } - } -} diff --git a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringUtil.cs b/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringUtil.cs deleted file mode 100644 index 28abb53..0000000 --- a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsDeviceMeteringUtil.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System.Text.RegularExpressions; - -namespace Hcs.ClientApi.DeviceMeteringApi -{ - public class HcsDeviceMeteringUtil - { - public static string ConvertMeterReading(string reading, bool isRequired) - { - if (string.IsNullOrEmpty(reading)) return (isRequired ? "0" : null); - - // TODO: Проверить комментарий - // Исправляем типичный отказ ГИС в приеме показаний: заменяем запятую на точку - string betterReading = reading.Contains(",") ? reading.Replace(",", ".") : reading; - - // Шаблон из: http://open-gkh.ru/MeteringDeviceBase/MeteringValueType.html - var match = Regex.Match(betterReading, "^\\d{1,15}(\\.\\d{1,7})?$"); - if (match.Success) return betterReading; - - throw new HcsException($"Значение показания \"{reading}\" не соответствует требованиям ГИС: N.N"); - } - } -} diff --git a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsMethodImportMeteringDevicesValues.cs b/Hcs.Client/ClientApi/DeviceMeteringApi/HcsMethodImportMeteringDevicesValues.cs deleted file mode 100644 index d92a31a..0000000 --- a/Hcs.Client/ClientApi/DeviceMeteringApi/HcsMethodImportMeteringDevicesValues.cs +++ /dev/null @@ -1,76 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using DeviceMetering = Hcs.Service.Async.DeviceMetering.v15_7_0_1; - -namespace Hcs.ClientApi.DeviceMeteringApi -{ - /// - /// Размещение в ГИС показаний прибора учета - /// http://open-gkh.ru/DeviceMetering/importMeteringDeviceValuesRequest.html - /// - public class HcsMethodImportMeteringDevicesValues : HcsDeviceMeteringMethod - { - public HcsMethodImportMeteringDevicesValues(HcsClientConfig config) : base(config) - { - CanBeRestarted = false; - } - - public async Task ImportMeteringDevicesValues( - ГисПриборУчета прибор, ГисПоказания показания, CancellationToken token) - { - if (прибор == null) throw new ArgumentNullException(nameof(прибор)); - if (показания == null) throw new ArgumentNullException(nameof(показания)); - - var current = new DeviceMetering.importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue() - { - TransportGUID = FormatGuid(Guid.NewGuid()), - DateValue = показания.ДатаСнятия, - MeteringValueT1 = HcsDeviceMeteringUtil.ConvertMeterReading(показания.ПоказанияТ1, false), - MeteringValueT2 = HcsDeviceMeteringUtil.ConvertMeterReading(показания.ПоказанияТ2, false), - MeteringValueT3 = HcsDeviceMeteringUtil.ConvertMeterReading(показания.ПоказанияТ3, false) - }; - - var electric = new DeviceMetering.importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValue() - { - CurrentValue = current - }; - - var value = new DeviceMetering.importMeteringDeviceValuesRequestMeteringDevicesValues() - { - ItemElementName = DeviceMetering.ItemChoiceType.MeteringDeviceRootGUID, - Item = FormatGuid(прибор.ГуидПрибораУчета), - Item1 = electric - }; - - var request = new DeviceMetering.importMeteringDeviceValuesRequest() - { - Id = HcsConstants.SignedXmlElementId, - MeteringDevicesValues = [value] - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.importMeteringDeviceValuesAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - - if (IsArrayEmpty(stateResult.Items)) throw new HcsException("Пустой stateResult.Items"); - - stateResult.Items.OfType().ToList() - .ForEach(error => { throw HcsRemoteException.CreateNew(error.ErrorCode, error.Description); }); - - var commonResult = RequireSingleItem(stateResult.Items); - if (IsArrayEmpty(commonResult.Items)) throw new HcsException("Пустой commonResult.Items"); - - DateTime датаПриема = commonResult.Items.OfType().FirstOrDefault(); - if (датаПриема == default) throw new HcsException("Сервер не вернул дату приема им показаний"); - return датаПриема; - } - } -} diff --git a/Hcs.Client/ClientApi/FileStoreServiceApi/HcsFileStoreServiceApi.cs b/Hcs.Client/ClientApi/FileStoreServiceApi/HcsFileStoreServiceApi.cs deleted file mode 100644 index 665bc20..0000000 --- a/Hcs.Client/ClientApi/FileStoreServiceApi/HcsFileStoreServiceApi.cs +++ /dev/null @@ -1,394 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Net.Http; -using System.Net.Http.Headers; -using System.Text; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.FileStoreServiceApi -{ - /// - /// Описание протокола в файле "ГИС ЖКХ. Альбом ТФФ 14.5.0.1.docx" - /// 2.5 Описание протокола обмена файлами с внешними системами - public class HcsFileStoreServiceApi - { - public HcsClientConfig Config { get; private set; } - - /// - /// Максимальный размер в байтах части файла, которую разрешено - /// загружать на сервер по спецификации протокола - /// - private const int MAX_PART_LENGTH = 5242880; - - public HcsFileStoreServiceApi(HcsClientConfig config) - { - this.Config = config; - } - - /// - /// Путь к сервису хранения файлов ГИС ЖКХ на серевере API - /// - private const string ExtBusFileStoreServiceRest = "ext-bus-file-store-service/rest"; - - /// - /// Получение файла ранее загруженного в ГИС ЖКХ - /// - public async Task DownloadFile( - Guid fileGuid, HcsFileStoreContext context, CancellationToken token) - { - long length = await GetFileLength(context, fileGuid, token); - if (length <= MAX_PART_LENGTH) return await DownloadSmallFile(fileGuid, context, token); - return await DownloadLargeFile(fileGuid, length, context, token); - } - - /// - /// Получение файла по частям (не более 5Мб) по GUID файла - /// - private async Task DownloadLargeFile( - Guid fileGuid, long fileSize, HcsFileStoreContext context, CancellationToken token) - { - if (fileSize <= MAX_PART_LENGTH) - throw new ArgumentException("Too short file for partial download"); - - string requestUri = ComposeFileDownloadUri(fileGuid, context); - - var resultStream = new MemoryStream(); - string resultContentType = null; - using (var client = BuildHttpClient()) - { - - long doneSize = 0; - while (doneSize < fileSize) - { - - long remainderSize = fileSize - doneSize; - long partSize = Math.Min(remainderSize, MAX_PART_LENGTH); - - long fromPosition = doneSize; - long toPosition = fromPosition + partSize - 1; - - var request = new HttpRequestMessage(HttpMethod.Get, requestUri); - request.Headers.Range = new RangeHeaderValue(fromPosition, toPosition); - - var response = await SendRequestAsync(client, request, token); - resultContentType = response.Content.Headers.ContentType.ToString(); - - long? responseSize = response.Content.Headers.ContentLength; - if (responseSize == null || (long)responseSize != partSize) - throw new HcsException($"Получена часть файла длиной {responseSize}, а запрашивалась длина {partSize}"); - - using (var partStream = await response.Content.ReadAsStreamAsync()) - { - partStream.Position = 0; - await partStream.CopyToAsync(resultStream); - } - - doneSize += partSize; - } - - resultStream.Position = 0; - return new HcsFile(null, resultContentType, resultStream); - } - } - - private string ComposeFileDownloadUri(Guid fileGuid, HcsFileStoreContext context) - { - string endpointName = $"{ExtBusFileStoreServiceRest}/{context.GetName()}/{HcsUtil.FormatGuid(fileGuid)}?getfile"; - return Config.ComposeEndpointUri(endpointName); - } - - /// - /// Получение файла одной частью (не более 5Мб) по GUID файла - /// - private async Task DownloadSmallFile( - Guid fileGuid, HcsFileStoreContext context, CancellationToken token) - { - string requestUri = ComposeFileDownloadUri(fileGuid, context); - using (var client = BuildHttpClient()) - { - - var request = new HttpRequestMessage(HttpMethod.Get, requestUri); - var response = await SendRequestAsync(client, request, token); - - return new HcsFile( - null, - response.Content.Headers.ContentType.ToString(), - await response.Content.ReadAsStreamAsync()); - } - } - - public async Task UploadFile(HcsFile file, HcsFileStoreContext context, CancellationToken token) - { - if (file is null) throw new ArgumentNullException(nameof(file)); - - if (file.Length <= MAX_PART_LENGTH) - { - return await UploadSmallFile(file, context, token); - } - else - { - return await UploadLargeFile(file, context, token); - } - } - - /// - /// Отправка большого файла по частям - /// - private async Task UploadLargeFile(HcsFile file, HcsFileStoreContext context, CancellationToken token) - { - using var client = BuildHttpClient(); - - if (file.Length == 0) throw new ArgumentException("Нельзя передавать файл нулевой длины"); - int numParts = (int)Math.Ceiling((double)file.Length / MAX_PART_LENGTH); - - Config.Log($"Запрашиваю UploadID для большого файла {file.FileName}"); - Guid uploadId = await QueryNewUploadId(client, context, file, numParts, token); - Config.Log($"Получил UploadID {uploadId} для отправки файла {file.FileName} размером {file.Length} байт"); - - long partOffset = 0; - for (int partNumber = 1; partNumber <= numParts; partNumber++) - { - - long lengthLeft = file.Length - partOffset; - int partLength = (int)Math.Min(lengthLeft, MAX_PART_LENGTH); - var partStream = new HcsPartialStream(file.Stream, partOffset, partLength); - - Config.Log($"Отправляю часть {partNumber}/{numParts} размером {partLength} байт для файла {file.FileName}"); - await UploadFilePart(client, context, uploadId, partNumber, partStream, token); - partOffset += partLength; - } - - Config.Log($"Отправляем признак завершения передачи файла {file.FileName}"); - await CompleteUpload(client, context, uploadId, token); - - Config.Log($"Файл {file.FileName} успешно передан, получен код файла {uploadId}"); - return uploadId; - } - - /// - /// Получение кода для загрузки большого файла из нескольких частей менее 5Мб - /// - private async Task QueryNewUploadId( - HttpClient client, HcsFileStoreContext context, HcsFile file, int numParts, CancellationToken token) - { - string endpointName = $"{ExtBusFileStoreServiceRest}/{context.GetName()}/?upload"; - string requestUri = Config.ComposeEndpointUri(endpointName); - - var content = new StringContent(""); - content.Headers.Add("X-Upload-Filename", CleanUploadFileName(file.FileName)); - content.Headers.Add("X-Upload-Length", file.Length.ToString()); - content.Headers.Add("X-Upload-Part-Count", numParts.ToString()); - - var request = new HttpRequestMessage(HttpMethod.Post, requestUri); - request.Content = content; - var response = await SendRequestAsync(client, request, token); - return ParseUploadIdFromReponse(response); - } - - private async Task UploadFilePart( - HttpClient client, HcsFileStoreContext context, Guid uploadId, int partNumber, Stream partStream, - CancellationToken token) - { - string endpointName = $"{ExtBusFileStoreServiceRest}/{context.GetName()}/{HcsUtil.FormatGuid(uploadId)}"; - string requestUri = Config.ComposeEndpointUri(endpointName); - - var content = new StreamContent(partStream); - content.Headers.Add("X-Upload-Partnumber", partNumber.ToString()); - content.Headers.ContentMD5 = ComputeMD5(partStream); - - var request = new HttpRequestMessage(HttpMethod.Put, requestUri); - request.Content = content; - await SendRequestAsync(client, request, token); - } - - private async Task CompleteUpload(HttpClient client, HcsFileStoreContext context, Guid uploadId, CancellationToken token) - { - string endpointName = $"{ExtBusFileStoreServiceRest}/{context.GetName()}/{HcsUtil.FormatGuid(uploadId)}?completed"; - string requestUri = Config.ComposeEndpointUri(endpointName); - - var request = new HttpRequestMessage(HttpMethod.Post, requestUri); - await SendRequestAsync(client, request, token); - } - - /// - /// Загрузка в ГИС ЖКХ файла до 5Мб размером одной операцией - /// - private async Task UploadSmallFile(HcsFile file, HcsFileStoreContext context, CancellationToken token) - { - using var client = BuildHttpClient(); - - string endpointName = $"{ExtBusFileStoreServiceRest}/{context.GetName()}"; - string requestUri = Config.ComposeEndpointUri(endpointName); - - Config.Log($"Начинаю upload малого файла [{file.FileName}] типа [{file.ContentType}] длиной {file.Length}"); - - if (file.Stream.Length != file.Length) - throw new HcsException($"Длина файла {file.Length} не соответствует размеру данных {file.Stream.Length}"); - - file.Stream.Position = 0; - - var content = new StreamContent(file.Stream); - content.Headers.Add("X-Upload-Filename", CleanUploadFileName(file.FileName)); - content.Headers.ContentMD5 = ComputeMD5(file.Stream); - - var request = new HttpRequestMessage(HttpMethod.Put, requestUri); - request.Content = content; - var response = await SendRequestAsync(client, request, token); - return ParseUploadIdFromReponse(response); - } - - /// - /// Получение информации о загружаемом или загруженном файле - /// - public async Task GetFileLength(HcsFileStoreContext context, Guid fileId, CancellationToken token) - { - using var client = BuildHttpClient(); - - string endpointName = $"{ExtBusFileStoreServiceRest}/{context.GetName()}/{HcsUtil.FormatGuid(fileId)}"; - string requestUri = Config.ComposeEndpointUri(endpointName); - - var request = new HttpRequestMessage(HttpMethod.Head, requestUri); - var response = await SendRequestAsync(client, request, token); - - long length = 0; - var lengthString = SearchResponseHeader(response, "X-Upload-Length"); - if (!string.IsNullOrEmpty(lengthString) && long.TryParse(lengthString, out length)) return length; - throw new HcsException("В ответе сервера не указана длина файла"); - } - - /// - /// Возвращает вычисленное значение AttachmentHASH для данных файла @stream - /// - public string ComputeAttachmentHash(Stream stream) - { - var client = Config as HcsClient; - if (client == null) throw new HcsException("Не доступен объект HcsClient для вычиления AttachmentHASH"); - - // TODO: Проверить комментарий - // В декабре 2024 у меня сломалось вычисление AttachmentHASH для файлов, я стал вычислять - // явно верным алгоритмом ГОСТ94 для больших файлов уже неверное значение суммы. В январе - // 2025 путем перебора вариантов я обнаружил что ГИСЖКХ теперь вычисляет AttachmentHASH - // только по первой части большого файла. - //int hashSourceMaxLength = MAX_PART_LENGTH; - //if (stream.Length <= hashSourceMaxLength) return client.ComputeGost94Hash(stream); - //return client.ComputeGost94Hash(new HcsPartialStream(stream, 0, hashSourceMaxLength)); - - // 29.01.2025 СТП ГИС ЖКХ ответила что "проведены работы" и теперь - // я вижу что они снова вычисляют AttachmantHASH по полному файлу - return client.ComputeGost94Hash(stream); - } - - private async Task SendRequestAsync( - HttpClient client, HttpRequestMessage request, CancellationToken token) - { - token.ThrowIfCancellationRequested(); - - Config.Log($"Отправляю запрос {request.Method} \"{request.RequestUri}\"..."); - - var response = await client.SendAsync(request, token); - if (response.IsSuccessStatusCode) return response; - throw new HcsException(DescribeResponseError(response)); - } - - private Guid ParseUploadIdFromReponse(HttpResponseMessage response) - { - string uploadIdheaderName = "X-Upload-UploadID"; - var uploadId = SearchResponseHeader(response, uploadIdheaderName); - if (uploadId != null) return HcsUtil.ParseGuid(uploadId); - throw new HcsException($"В ответе сервера нет заголовка {uploadIdheaderName}"); - } - - private HttpClient BuildHttpClient() - { - var _clientHandler = new HttpClientHandler(); - _clientHandler.ClientCertificates.Add(Config.Certificate); - _clientHandler.ClientCertificateOptions = ClientCertificateOption.Manual; - - var client = new HttpClient(_clientHandler); - client.DefaultRequestHeaders.Accept.Clear(); - - client.DefaultRequestHeaders.Add("X-Upload-OrgPPAGUID", Config.OrgPPAGUID); - return client; - } - - private string DescribeResponseError(HttpResponseMessage response) - { - string errorHeader = "X-Upload-Error"; - var message = SearchResponseHeader(response, errorHeader); - if (message != null) - { - if (knownErrors.ContainsKey(message)) return $"{errorHeader}: {message} ({knownErrors[message]})"; - return $"{errorHeader}: {message}"; - } - - return $"HTTP response status {response.StatusCode}"; - } - - private string SearchResponseHeader(HttpResponseMessage response, string headerName) - { - if (response.Headers.Any(x => x.Key == headerName)) - { - var pair = response.Headers.First(x => x.Key == headerName); - if (pair.Value != null && pair.Value.Any()) - { - return pair.Value.First(); - } - } - - return null; - } - - private static Dictionary knownErrors = new Dictionary() { - { "FieldValidationException", "не пройдены проверки на корректность заполнения полей (обязательность, формат и т.п.)" }, - { "FileNotFoundException", "не пройдены проверки на существование файла" }, - { "InvalidStatusException", "не пройдены проверки на корректный статус файла" }, - { "InvalidSizeException", "некорректный запрашиваемый размер файла" }, - { "FileVirusInfectionException", "содержимое файла инфицировано" }, - { "FileVirusNotCheckedException", "проверка на вредоносное содержимое не выполнялась" }, - { "FilePermissionException", "организация и внешняя система не имеют полномочий на скачивание файла" }, - { "DataProviderValidationException", "поставщик данных не найден, заблокирован или неактивен" }, - { "CertificateValidationException", "информационная система не найдена по отпечатку или заблокирована" }, - { "HashConflictException", "не пройдены проверки на соответствие контрольной сумме" }, - { "InvalidPartNumberException", "не пройдены проверки на номер части (номер превышает количество частей, указанных в инициализации)" }, - { "ContextNotFoundException", "неверное имя хранилища файлов" }, - { "ExtensionException", "недопустимое расширение файла" }, - { "DetectionException", "не удалось определить MIME-тип загружаемого файла" }, - { "INT002029", "сервис недоступен: выполняются регламентные работы" } - }; - - private byte[] ComputeMD5(System.IO.Stream stream) - { - var position = stream.Position; - var md5 = System.Security.Cryptography.MD5.Create().ComputeHash(stream); - stream.Position = position; - return md5; - } - - /// - /// Готовит имя размещаемого файла для помещения в заголовок HTTP-запроса - /// - private string CleanUploadFileName(string fileName) - { - if (fileName is null) return null; - - string bannedSymbols = "<>?:|*%\\\""; - - var buf = new StringBuilder(); - foreach (char ch in fileName) - { - if (bannedSymbols.Contains(ch)) buf.Append('_'); - else buf.Append(ch); - } - - // Спецификация предписывает кодировать имя файла по стандарту MIME RFC2047 - // https://datatracker.ietf.org/doc/html/rfc2047 - // Как имя кодировки можно явно использовать константу "windows-1251". - string characterSet = Encoding.Default.WebName; - return EncodedWord.RFC2047.Encode( - buf.ToString(), EncodedWord.RFC2047.ContentEncoding.Base64, characterSet); - } - } -} diff --git a/Hcs.Client/ClientApi/FileStoreServiceApi/RFC2047.cs b/Hcs.Client/ClientApi/FileStoreServiceApi/RFC2047.cs deleted file mode 100644 index 04117f3..0000000 --- a/Hcs.Client/ClientApi/FileStoreServiceApi/RFC2047.cs +++ /dev/null @@ -1,374 +0,0 @@ -//=============================================================================== -// RFC2047 (Encoded Word) Decoder -// https://github.com/grumpydev/RFC2047-Encoded-Word-Encoder-Decoder/blob/master/EncodedWord/RFC2047.cs -// http://tools.ietf.org/html/rfc2047 -//=============================================================================== -// Copyright © Steven Robbins. All rights reserved. -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY -// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT -// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -// FITNESS FOR A PARTICULAR PURPOSE. -//=============================================================================== - -namespace EncodedWord -{ - using System; - using System.Collections.Generic; - using System.Globalization; - using System.Linq; - using System.Text; - using System.Text.RegularExpressions; - - /// - /// Provides support for decoding RFC2047 (Encoded Word) encoded text - /// - public static class RFC2047 - { - /// - /// Regex for parsing encoded word sections - /// From http://tools.ietf.org/html/rfc2047#section-3 - /// encoded-word = "=?" charset "?" encoding "?" encoded-text "?=" - /// - private static readonly Regex EncodedWordFormatRegEx = new Regex(@"=\?(?.*?)\?(?[qQbB])\?(?.*?)\?=", RegexOptions.Singleline | RegexOptions.Compiled); - - /// - /// Regex for removing CRLF SPACE separators from between encoded words - /// - private static readonly Regex EncodedWordSeparatorRegEx = new Regex(@"\?=\r\n =\?", RegexOptions.Compiled); - - /// - /// Replacement string for removing CRLF SPACE separators - /// - private const string SeparatorReplacement = @"?==?"; - - /// - /// The maximum line length allowed - /// - private const int MaxLineLength = 75; - - /// - /// Regex for "Q-Encoding" hex bytes from http://tools.ietf.org/html/rfc2047#section-4.2 - /// - private static readonly Regex QEncodingHexCodeRegEx = new Regex(@"(=(?[0-9a-fA-F][0-9a-fA-F]))", RegexOptions.Compiled); - - /// - /// Regex for replacing _ with space as declared in http://tools.ietf.org/html/rfc2047#section-4.2 - /// - private static readonly Regex QEncodingSpaceRegEx = new Regex("_", RegexOptions.Compiled); - - /// - /// Format for an encoded string - /// - private const string EncodedStringFormat = @"=?{0}?{1}?{2}?="; - - /// - /// Special characters, as defined by RFC2047 - /// - private static readonly char[] SpecialCharacters = { '(', ')', '<', '>', '@', ',', ';', ':', '<', '>', '/', '[', ']', '?', '.', '=', '\t' }; - - /// - /// Represents a content encoding type defined in RFC2047 - /// - public enum ContentEncoding - { - /// - /// Unknown / invalid encoding - /// - Unknown, - - /// - /// "Q Encoding" (reduced character set) encoding - /// http://tools.ietf.org/html/rfc2047#section-4.2 - /// - QEncoding, - - /// - /// Base 64 encoding - /// http://tools.ietf.org/html/rfc2047#section-4.1 - /// - Base64 - } - - /// - /// Encode a string into RFC2047 - /// - /// Plain string to encode - /// Content encoding to use - /// Character set used by plainString - /// Encoded string - public static string Encode(string plainString, ContentEncoding contentEncoding = ContentEncoding.QEncoding, string characterSet = "iso-8859-1") - { - if (String.IsNullOrEmpty(plainString)) - { - return String.Empty; - } - - if (contentEncoding == ContentEncoding.Unknown) - { - throw new ArgumentException("contentEncoding cannot be unknown for encoding.", "contentEncoding"); - } - - if (!IsSupportedCharacterSet(characterSet)) - { - throw new ArgumentException("characterSet is not supported", "characterSet"); - } - - var textEncoding = Encoding.GetEncoding(characterSet); - - var encoder = GetContentEncoder(contentEncoding); - - var encodedContent = encoder.Invoke(plainString, textEncoding); - - return BuildEncodedString(characterSet, contentEncoding, encodedContent); - } - - /// - /// Decode a string containing RFC2047 encoded sections - /// - /// String contaning encoded sections - /// Decoded string - public static string Decode(string encodedString) - { - // Remove separators - var decodedString = EncodedWordSeparatorRegEx.Replace(encodedString, SeparatorReplacement); - - return EncodedWordFormatRegEx.Replace( - decodedString, - m => - { - var contentEncoding = GetContentEncodingType(m.Groups["encoding"].Value); - if (contentEncoding == ContentEncoding.Unknown) - { - // Regex should never match, but return anyway - return string.Empty; - } - - var characterSet = m.Groups["charset"].Value; - if (!IsSupportedCharacterSet(characterSet)) - { - // Fall back to iso-8859-1 if invalid/unsupported character set found - characterSet = @"iso-8859-1"; - } - - var textEncoding = Encoding.GetEncoding(characterSet); - var contentDecoder = GetContentDecoder(contentEncoding); - var encodedText = m.Groups["encodedtext"].Value; - - return contentDecoder.Invoke(encodedText, textEncoding); - }); - } - - /// - /// Determines if a character set is supported - /// - /// Character set name - /// Bool representing whether the character set is supported - private static bool IsSupportedCharacterSet(string characterSet) - { - return Encoding.GetEncodings() - .Where(e => String.Equals(e.Name, characterSet, StringComparison.InvariantCultureIgnoreCase)) - .Any(); - } - - /// - /// Gets the content encoding type from the encoding character - /// - /// Content contentEncodingCharacter character - /// ContentEncoding type - private static ContentEncoding GetContentEncodingType(string contentEncodingCharacter) - { - switch (contentEncodingCharacter) - { - case "Q": - case "q": - return ContentEncoding.QEncoding; - case "B": - case "b": - return ContentEncoding.Base64; - default: - return ContentEncoding.Unknown; - } - } - - /// - /// Gets the content decoder delegate for the given content encoding type - /// - /// Content encoding type - /// Decoding delegate - private static Func GetContentDecoder(ContentEncoding contentEncoding) - { - switch (contentEncoding) - { - case ContentEncoding.Base64: - return DecodeBase64; - case ContentEncoding.QEncoding: - return DecodeQEncoding; - default: - // Will never get here, but return a "null" delegate anyway - return (s, e) => String.Empty; - } - } - - /// - /// Gets the content encoder delegate for the given content encoding type - /// - /// Content encoding type - /// Encoding delegate - private static Func GetContentEncoder(ContentEncoding contentEncoding) - { - switch (contentEncoding) - { - case ContentEncoding.Base64: - return EncodeBase64; - case ContentEncoding.QEncoding: - return EncodeQEncoding; - default: - // Will never get here, but return a "null" delegate anyway - return (s, e) => String.Empty; - } - } - - /// - /// Decodes a base64 encoded string - /// - /// Encoded text - /// Encoding instance for the code page required - /// Decoded string - private static string DecodeBase64(string encodedText, Encoding textEncoder) - { - var encodedBytes = Convert.FromBase64String(encodedText); - - return textEncoder.GetString(encodedBytes); - } - - /// - /// Encodes a base64 encoded string - /// - /// Plain text - /// Encoding instance for the code page required - /// Encoded string - private static string EncodeBase64(string plainText, Encoding textEncoder) - { - var plainTextBytes = textEncoder.GetBytes(plainText); - - return Convert.ToBase64String(plainTextBytes); - } - - /// - /// Decodes a "Q encoded" string - /// - /// Encoded text - /// Encoding instance for the code page required - /// Decoded string - private static string DecodeQEncoding(string encodedText, Encoding textEncoder) - { - var decodedText = QEncodingSpaceRegEx.Replace(encodedText, " "); - - decodedText = QEncodingHexCodeRegEx.Replace( - decodedText, - m => - { - var hexString = m.Groups["hexcode"].Value; - - int characterValue; - if (!int.TryParse(hexString, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out characterValue)) - { - return String.Empty; - } - - return textEncoder.GetString(new[] { (byte)characterValue }); - }); - - return decodedText; - } - - /// - /// Encodes a "Q encoded" string - /// - /// Plain text - /// Encoding instance for the code page required - /// Encoded string - private static string EncodeQEncoding(string plainText, Encoding textEncoder) - { - if (textEncoder.GetByteCount(plainText) != plainText.Length) - { - throw new ArgumentException("Q encoding only supports single byte encodings", "textEncoder"); - } - - var specialBytes = textEncoder.GetBytes(SpecialCharacters); - - var sb = new StringBuilder(plainText.Length); - - var plainBytes = textEncoder.GetBytes(plainText); - - // Replace "high" values - for (int i = 0; i < plainBytes.Length; i++) - { - if (plainBytes[i] <= 127 && !specialBytes.Contains(plainBytes[i])) - { - sb.Append(Convert.ToChar(plainBytes[i])); - } - else - { - sb.Append("="); - sb.Append(Convert.ToString(plainBytes[i], 16).ToUpper()); - } - } - - return sb.ToString().Replace(" ", "_"); - } - - /// - /// Builds the full encoded string representation - /// - /// Characterset to use - /// Content encoding to use - /// Content, encoded to the above parameters - /// Valid RFC2047 string - private static string BuildEncodedString(string characterSet, ContentEncoding contentEncoding, string encodedContent) - { - var encodingCharacter = String.Empty; - - switch (contentEncoding) - { - case ContentEncoding.Base64: - encodingCharacter = "B"; - break; - case ContentEncoding.QEncoding: - encodingCharacter = "Q"; - break; - } - - var wrapperLength = string.Format(EncodedStringFormat, characterSet, encodingCharacter, String.Empty).Length; - var chunkLength = MaxLineLength - wrapperLength; - - if (encodedContent.Length <= chunkLength) - { - return string.Format(EncodedStringFormat, characterSet, encodingCharacter, encodedContent); - } - - var sb = new StringBuilder(); - foreach (var chunk in SplitStringByLength(encodedContent, chunkLength)) - { - sb.AppendFormat(EncodedStringFormat, characterSet, encodingCharacter, chunk); - sb.Append("\r\n "); - } - - return sb.ToString(); - } - - /// - /// Splits a string into chunks - /// - /// Input string - /// Size of each chunk - /// String collection of chunked strings - public static IEnumerable SplitStringByLength(this string inputString, int chunkSize) - { - for (int index = 0; index < inputString.Length; index += chunkSize) - { - yield return inputString.Substring(index, Math.Min(chunkSize, inputString.Length - index)); - } - } - } -} diff --git a/Hcs.Client/ClientApi/HcsActionLogger.cs b/Hcs.Client/ClientApi/HcsActionLogger.cs deleted file mode 100644 index d94626e..0000000 --- a/Hcs.Client/ClientApi/HcsActionLogger.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; - -namespace Hcs.ClientApi -{ - public class HcsActionLogger : IHcsLogger - { - private Action logger; - - public HcsActionLogger(Action logger) - { - this.logger = logger; - } - - public void WriteLine(string message) - { - logger(message); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsCertificateHelper.cs b/Hcs.Client/ClientApi/HcsCertificateHelper.cs deleted file mode 100644 index 88b6953..0000000 --- a/Hcs.Client/ClientApi/HcsCertificateHelper.cs +++ /dev/null @@ -1,96 +0,0 @@ -using GostCryptography.Base; -using System; -using System.Linq; -using System.Security.Cryptography.X509Certificates; - -namespace Hcs.ClientApi -{ - public static class HcsCertificateHelper - { - public static bool IsGostPrivateKey(this X509Certificate2 certificate) - { - try - { - if (certificate.HasPrivateKey) - { - var cspInfo = certificate.GetPrivateKeyInfo(); - if (cspInfo.ProviderType == (int)ProviderType.CryptoPro || - cspInfo.ProviderType == (int)ProviderType.VipNet || - cspInfo.ProviderType == (int)ProviderType.CryptoPro_2012_512 || - cspInfo.ProviderType == (int)ProviderType.CryptoPro_2012_1024) - return true; - else - return false; - - } - return false; - } - catch - { - return false; - } - } - - public static GostXades.CryptoProviderTypeEnum GetProviderType(this X509Certificate2 certificate) - { - return (GostXades.CryptoProviderTypeEnum)GetProviderInfo(certificate).Item1; - } - - public static Tuple GetProviderInfo(this X509Certificate2 certificate) - { - if (certificate.HasPrivateKey) - { - var cspInfo = certificate.GetPrivateKeyInfo(); - return new Tuple(cspInfo.ProviderType, cspInfo.ProviderName); - } - else - throw new Exception("Certificate has no private key"); - } - - public static X509Certificate2 FindCertificate(Func predicate) - { - if (predicate == null) throw new ArgumentException("Null subject predicate"); - X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); - - try - { - store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); - - var collection = store.Certificates - .OfType() - .Where(x => x.HasPrivateKey && x.IsGostPrivateKey()); - - var now = DateTime.Now; - return collection.First( - x => now >= x.NotBefore && now <= x.NotAfter && predicate(x)); - } - finally - { - store.Close(); - } - } - - public static X509Certificate2 ShowCertificateUI() - { - X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); - try - { - store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); - - var collection = store.Certificates - .OfType() - .Where(x => x.HasPrivateKey && x.IsGostPrivateKey()); - - string prompt = "Выберите сертификат"; - var cert = X509Certificate2UI.SelectFromCollection( - new X509Certificate2Collection( - collection.ToArray()), prompt, "", X509SelectionFlag.SingleSelection)[0]; - return cert; - } - finally - { - store.Close(); - } - } - } -} diff --git a/Hcs.Client/ClientApi/HcsClient.cs b/Hcs.Client/ClientApi/HcsClient.cs deleted file mode 100644 index 2f0ad1d..0000000 --- a/Hcs.Client/ClientApi/HcsClient.cs +++ /dev/null @@ -1,74 +0,0 @@ -using GostCryptography.Gost_R3411; -using Hcs.ClientApi.DebtRequestsApi; -using Hcs.ClientApi.DeviceMeteringApi; -using Hcs.ClientApi.FileStoreServiceApi; -using Hcs.ClientApi.HouseManagementApi; -using Hcs.ClientApi.NsiApi; -using Hcs.ClientApi.NsiCommonApi; -using Hcs.ClientApi.OrgRegistryCommonApi; -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Security.Cryptography.X509Certificates; - -namespace Hcs.ClientApi -{ - /// - /// Единый клиент для вызова всех реализованных функций интеграции с ГИС ЖКХ - /// - public class HcsClient : HcsClientConfig - { - public HcsClient() - { - HcsServicePointConfig.InitConfig(); - - // TODO: Вынести в конфиг - // Роль поставщика информации по умолчанию - Role = HcsOrganizationRoles.RSO; - } - - public void SetSigningCertificate(X509Certificate2 cert, string pin = null) - { - if (cert == null) throw new ArgumentNullException("Не указан сертификат для подписания данных"); - if (pin == null) pin = HcsConstants.DefaultCertificatePin; - - Certificate = cert; - CertificateThumbprint = cert.Thumbprint; - CertificatePassword = pin; - CryptoProviderType = cert.GetProviderType(); - } - - public HcsDebtRequestsApi DebtRequests => new HcsDebtRequestsApi(this); - public HcsHouseManagementApi HouseManagement => new HcsHouseManagementApi(this); - public HcsOrgRegistryCommonApi OrgRegistryCommon => new HcsOrgRegistryCommonApi(this); - public HcsFileStoreServiceApi FileStoreService => new HcsFileStoreServiceApi(this); - public HcsDeviceMeteringApi DeviceMeteringService => new HcsDeviceMeteringApi(this); - public HcsNsiApi Nsi => new HcsNsiApi(this); - public HcsNsiCommonApi NsiCommon => new HcsNsiCommonApi(this); - - public X509Certificate2 FindCertificate(Func predicate) - { - return HcsCertificateHelper.FindCertificate(predicate); - } - - public X509Certificate2 ShowCertificateUI() - { - return HcsCertificateHelper.ShowCertificateUI(); - } - - /// - /// Производит для потока хэш по алгоритму "ГОСТ Р 34.11-94" в строке binhex - /// - public string ComputeGost94Hash(System.IO.Stream stream) - { - // API HouseManagement указывает, что файлы приложенные к договору должны размещаться - // с AttachmentHASH по стандарту ГОСТ. Оказывается, ГИСЖКХ требует применения устаревшего - // алгоритма ГОСТ Р 34.11-94 (соответствует `rhash --gost94-cryptopro file` в linux). - using var algorithm = new Gost_R3411_94_HashAlgorithm(GostCryptoProviderType); - var savedPosition = stream.Position; - stream.Position = 0; - var hashValue = HcsUtil.ConvertToHexString(algorithm.ComputeHash(stream)); - stream.Position = savedPosition; - return hashValue; - } - } -} diff --git a/Hcs.Client/ClientApi/HcsClientConfig.cs b/Hcs.Client/ClientApi/HcsClientConfig.cs deleted file mode 100644 index 18b2a0f..0000000 --- a/Hcs.Client/ClientApi/HcsClientConfig.cs +++ /dev/null @@ -1,95 +0,0 @@ -using System.Security.Cryptography.X509Certificates; - -namespace Hcs.ClientApi -{ - /// - /// Конфигурация клиента - /// - public class HcsClientConfig - { - /// - /// Идентификатор поставщика данных ГИС - /// - public string OrgPPAGUID { get; set; } - - /// - /// Идентификатор организации в ГИС - /// - public string OrgEntityGUID { get; set; } - - /// - /// Тип криптопровайдера полученный из сертификата - /// - public GostXades.CryptoProviderTypeEnum CryptoProviderType { get; internal set; } - - public GostCryptography.Base.ProviderType GostCryptoProviderType => - (GostCryptography.Base.ProviderType)CryptoProviderType; - - /// - /// Сертификат клиента для применения при формировании запросов - /// - public X509Certificate2 Certificate { get; internal set; } - - /// - /// Отпечаток сертификата - /// - public string CertificateThumbprint { get; internal set; } - - /// - /// Пароль доступа к сертификату - /// - public string CertificatePassword { get; internal set; } - - /// - /// Исполнитель/сотрудник ГИСЖКХ от которого будут регистрироваться ответы - /// - public string ExecutorGUID { get; set; } - - /// - /// Признак - указывает на то, что используется внешний туннель (stunnel) - /// - public bool UseTunnel { get; set; } - - /// - /// true - использовать адреса ППАК стенда иначе СИТ - /// - public bool IsPPAK { get; set; } - - /// - /// Роль - /// - public HcsOrganizationRoles Role { get; set; } - - /// - /// Устанавливаемый пользователем приемник отладочных сообщений - /// - public IHcsLogger Logger { get; set; } - - /// - /// Выводит сообщение в установленный приемник отладочных сообщений - /// - public void Log(string message) => Logger?.WriteLine(message); - - /// - /// Устанавливаемый пользователем механизм перехвата содержимого отправляемых - /// и принимаемых пакетов - /// - public IHcsMessageCapture MessageCapture; - - /// - /// Отправляет тело сообщения в установленный перехватчик - /// - public void MaybeCaptureMessage(bool sent, string messageBody) - => MessageCapture?.CaptureMessage(sent, messageBody); - - public string ComposeEndpointUri(string endpointName) - { - if (UseTunnel) - return $"http://{HcsConstants.Address.UriTunnel}/{endpointName}"; - - return IsPPAK ? - $"https://{HcsConstants.Address.UriPPAK}/{endpointName}" - : $"https://{HcsConstants.Address.UriSIT02}/{endpointName}"; - } - } -} diff --git a/Hcs.Client/ClientApi/HcsConsoleLogger.cs b/Hcs.Client/ClientApi/HcsConsoleLogger.cs deleted file mode 100644 index e019785..0000000 --- a/Hcs.Client/ClientApi/HcsConsoleLogger.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace Hcs.ClientApi -{ - public class HcsConsoleLogger : IHcsLogger - { - public void WriteLine(string message) - { - Console.WriteLine(message); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsConstants.cs b/Hcs.Client/ClientApi/HcsConstants.cs deleted file mode 100644 index ea45432..0000000 --- a/Hcs.Client/ClientApi/HcsConstants.cs +++ /dev/null @@ -1,119 +0,0 @@ -using System.Collections.Generic; - -namespace Hcs.ClientApi -{ - public static class HcsConstants - { - /// - /// Имя XML-элемента в сообщении, которое будет подписываться в фильтре - /// отправки подписывающем XML - /// - public const string SignedXmlElementId = "signed-data-container"; - - /// - /// Если PIN сертификата не указан пользователем, применяется это значение - /// по умолчанию для сертификатов RuToken - /// - public const string DefaultCertificatePin = "12345678"; - - public static class Address - { - public const string UriPPAK = "api.dom.gosuslugi.ru"; - public const string UriSIT01 = "sit01.dom.test.gosuslugi.ru:10081"; - public const string UriSIT02 = "sit02.dom.test.gosuslugi.ru:10081"; - public const string UriTunnel = "127.0.0.1:8080"; - } - - public static class EndPointLocator - { - static Dictionary _endPoints; - static EndPointLocator() - { - if (_endPoints == null) - _endPoints = new Dictionary(); - - _endPoints.Add(HcsEndPoints.BillsAsync, "ext-bus-bills-service/services/BillsAsync"); - _endPoints.Add(HcsEndPoints.DeviceMetering, "ext-bus-device-metering-service/services/DeviceMetering"); - _endPoints.Add(HcsEndPoints.DeviceMeteringAsync, "ext-bus-device-metering-service/services/DeviceMeteringAsync"); - _endPoints.Add(HcsEndPoints.HomeManagement, "ext-bus-home-management-service/services/HomeManagement"); - _endPoints.Add(HcsEndPoints.HomeManagementAsync, "ext-bus-home-management-service/services/HomeManagementAsync"); - _endPoints.Add(HcsEndPoints.DebtRequestsAsync, "ext-bus-debtreq-service/services/DebtRequestsAsync"); - _endPoints.Add(HcsEndPoints.Licenses, "ext-bus-licenses-service/services/Licenses"); - _endPoints.Add(HcsEndPoints.LicensesAsync, "ext-bus-licenses-service/services/LicensesAsync"); - _endPoints.Add(HcsEndPoints.Nsi, "ext-bus-nsi-service/services/Nsi"); - _endPoints.Add(HcsEndPoints.NsiAsync, "ext-bus-nsi-service/services/NsiAsync"); - _endPoints.Add(HcsEndPoints.NsiCommon, "ext-bus-nsi-common-service/services/NsiCommon"); - _endPoints.Add(HcsEndPoints.NsiCommonAsync, "ext-bus-nsi-common-service/services/NsiCommonAsync"); - _endPoints.Add(HcsEndPoints.OrgRegistryCommon, "ext-bus-org-registry-common-service/services/OrgRegistryCommon"); - _endPoints.Add(HcsEndPoints.OrgRegistryCommonAsync, "ext-bus-org-registry-common-service/services/OrgRegistryCommonAsync"); - _endPoints.Add(HcsEndPoints.OrgRegistry, "ext-bus-org-registry-service/services/OrgRegistry"); - _endPoints.Add(HcsEndPoints.OrgRegistryAsync, "ext-bus-org-registry-service/services/OrgRegistryAsync"); - _endPoints.Add(HcsEndPoints.PaymentsAsync, "ext-bus-payment-service/services/PaymentAsync"); - } - - public static string GetPath(HcsEndPoints endPoint) - { - return _endPoints[endPoint]; - } - } - - public static class UserAuth - { - public const string Name = "sit"; - public const string Passwd = "xw{p&&Ee3b9r8?amJv*]"; - } - } - - /// - /// Имена конечных точек - /// - public enum HcsEndPoints - { - OrgRegistry, - OrgRegistryAsync, - OrgRegistryCommon, - OrgRegistryCommonAsync, - NsiCommon, - NsiCommonAsync, - Nsi, - NsiAsync, - HomeManagement, - HomeManagementAsync, - DebtRequestsAsync, - Bills, - BillsAsync, - Licenses, - LicensesAsync, - DeviceMetering, - DeviceMeteringAsync, - PaymentsAsync - } - - /// - /// Роли организаций в ГИС - /// - public enum HcsOrganizationRoles - { - /// - /// УК/ТСЖ/ЖСК - /// - UK, - - /// - /// Ресурсоснабжающая организация - /// - RSO, - - /// - /// Расчетный центр - /// - RC, - } - - public class HcsAsyncRequestStateTypes - { - public const int Received = 1; - public const int InProgress = 2; - public const int Ready = 3; - } -} diff --git a/Hcs.Client/ClientApi/HcsException.cs b/Hcs.Client/ClientApi/HcsException.cs deleted file mode 100644 index 2fd85fc..0000000 --- a/Hcs.Client/ClientApi/HcsException.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Linq; - -namespace Hcs.ClientApi -{ - public class HcsException : Exception - { - public HcsMemoryMessageCapture MessageCapture { get; private set; } - - public HcsException(string message) : base(message) - { - } - - public HcsException(string message, Exception nestedException) : base(message, nestedException) - { - } - - public HcsException(string message, HcsMemoryMessageCapture capture, Exception nestedException) - : base(message, nestedException) - { - MessageCapture = capture; - } - - public static HcsException FindHcsException(Exception e) - { - return HcsUtil.EnumerateInnerExceptions(e).OfType().FirstOrDefault(); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsFile.cs b/Hcs.Client/ClientApi/HcsFile.cs deleted file mode 100644 index 2638a5e..0000000 --- a/Hcs.Client/ClientApi/HcsFile.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.IO; -using System.Linq; - -namespace Hcs.ClientApi -{ - public class HcsFile - { - public string FileName { get; private set; } - public string ContentType { get; private set; } - public Stream Stream { get; private set; } - - public long Length => Stream.Length; - - public HcsFile(string fileName, string contentType, Stream stream) - { - FileName = fileName; - ContentType = contentType ?? throw new ArgumentNullException(nameof(ContentType)); - Stream = stream ?? throw new ArgumentNullException(nameof(stream)); - } - - /// - /// По имени файла возвращает строку MIME Content-Type или null если тип MIME не найден - /// - public static string GetMimeContentTypeForFileName(string fileName) - { - if (string.IsNullOrEmpty(fileName)) return null; - string extension = Path.GetExtension(fileName).ToLower(); - var mimeType = AllowedMimeTypes.FirstOrDefault(x => x.Extension == extension); - if (mimeType == null) return null; - return mimeType.ContentType; - } - - public record struct MimeType(string Extension, string ContentType); - - /// - /// Типы MIME допустимые для загрузки в ГИС ЖКХ - /// - public static MimeType[] AllowedMimeTypes = - { - new MimeType(".pdf", "application/pdf"), - new MimeType(".xls", "application/excel"), - new MimeType(".xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"), - new MimeType(".doc", "application/msword"), - new MimeType(".docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"), - new MimeType(".rtf", "application/rtf"), - new MimeType(".jpg", "image/jpeg"), - new MimeType(".jpeg", "image/jpeg"), - new MimeType(".tif", "image/tiff"), - new MimeType(".tiff", "image/tiff") - // TODO: Проверить комментарий - // В спецификации есть другие типы файлов .zip, .sgn и т.д. - }; - } -} diff --git a/Hcs.Client/ClientApi/HcsFileStoreContext.cs b/Hcs.Client/ClientApi/HcsFileStoreContext.cs deleted file mode 100644 index b2f965b..0000000 --- a/Hcs.Client/ClientApi/HcsFileStoreContext.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace Hcs.ClientApi -{ - /// - /// Раздел хранилища файлов (Attachment) из документации: "ГИС ЖКХ. Альбом ТФФ 14.5.0.1.docx" - /// 2.6 Перечень контекстов хранилищ функциональных подсистем - /// - public enum HcsFileStoreContext - { - /// - /// Управление домами. Лицевые счета. - /// - homemanagement, - - /// - /// Управление контентом - /// - contentmanagement, - - /// - /// Электронные счета - /// - bills, - - /// - /// Запросов о наличии задолженности по оплате ЖКУ - /// - debtreq - } - - public static class HcsFileStoreContextExtensions - { - public static string GetName(this HcsFileStoreContext context) - { - return context.ToString(); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsFileWriterMessageCapture.cs b/Hcs.Client/ClientApi/HcsFileWriterMessageCapture.cs deleted file mode 100644 index ebd4e75..0000000 --- a/Hcs.Client/ClientApi/HcsFileWriterMessageCapture.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System.Text; - -namespace Hcs.ClientApi -{ - /// - /// Реализация механизма захвата содержимого сообщений SOAP записывающая - /// каждое сообщение в отдельный файл на диске - /// - public class HcsFileWriterMessageCapture : IHcsMessageCapture - { - private string directory; - private IHcsLogger logger; - - public HcsFileWriterMessageCapture() - { - } - - public HcsFileWriterMessageCapture(string directory, IHcsLogger logger) - { - this.directory = directory; - this.logger = logger; - } - - public void CaptureMessage(bool sent, string body) - { - int index = 0; - int maxIndex = 1000000; - string fileName; - - do - { - index += 1; - if (index > maxIndex) throw new HcsException("Превышен максимум индекса файлов захвата сообщений"); - fileName = index.ToString("D3") + "_" + (sent ? "message" : "response") + ".xml"; - if (!string.IsNullOrEmpty(directory)) - { - fileName = System.IO.Path.Combine(directory, fileName); - } - } while (System.IO.File.Exists(fileName)); - - if (logger != null) logger.WriteLine($"Writing message file: {fileName}..."); - System.IO.File.WriteAllText(fileName, body, Encoding.UTF8); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsMemoryMessageCapture.cs b/Hcs.Client/ClientApi/HcsMemoryMessageCapture.cs deleted file mode 100644 index e27fc0f..0000000 --- a/Hcs.Client/ClientApi/HcsMemoryMessageCapture.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using System.IO; -using System.Text; - -namespace Hcs.ClientApi -{ - /// - /// Реализация захвата содержимого отправляемых и принимаемых SOAP сообщений, - /// которая хранит данные в памяти - /// - public class HcsMemoryMessageCapture : IHcsMessageCapture - { - private MemoryStream messageCaptureStream; - private StreamWriter messageCaptureWriter; - - private Encoding encoding => Encoding.UTF8; - - public HcsMemoryMessageCapture() - { - messageCaptureStream = new MemoryStream(); - messageCaptureWriter = new StreamWriter(messageCaptureStream, encoding); - } - - void IHcsMessageCapture.CaptureMessage(bool sentOrReceived, string messageBody) - { - if (messageCaptureStream.Position > 0) messageCaptureWriter.WriteLine(""); - messageCaptureWriter.Write(""); - messageCaptureWriter.Write(messageBody); - messageCaptureWriter.Flush(); - } - - public byte[] GetData() - { - var buf = messageCaptureStream.GetBuffer(); - int size = (int)messageCaptureStream.Length; - var data = new byte[size]; - Buffer.BlockCopy(buf, 0, data, 0, size); - return data; - } - - public override string ToString() - { - return encoding.GetString(GetData()); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsNoResultsRemoteException.cs b/Hcs.Client/ClientApi/HcsNoResultsRemoteException.cs deleted file mode 100644 index a8d06cd..0000000 --- a/Hcs.Client/ClientApi/HcsNoResultsRemoteException.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; - -namespace Hcs.ClientApi -{ - /// - /// Исключение указывает на то что сервер обнаружил что у - /// него нет объектов для выдачи по условию - /// - public class HcsNoResultsRemoteException : HcsRemoteException - { - public HcsNoResultsRemoteException(string description) : - base(HcsRemoteException.KnownCodes.НетОбъектовДляЭкспорта, description) - { - } - - public HcsNoResultsRemoteException(string errorCode, string description) : - base(errorCode, description) - { - } - - public HcsNoResultsRemoteException(string errorCode, string description, Exception nested) : - base(errorCode, description, nested) - { - } - } -} diff --git a/Hcs.Client/ClientApi/HcsParallel.cs b/Hcs.Client/ClientApi/HcsParallel.cs deleted file mode 100644 index 5ca2a87..0000000 --- a/Hcs.Client/ClientApi/HcsParallel.cs +++ /dev/null @@ -1,76 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Hcs.ClientApi -{ - public class HcsParallel - { - /// - /// Асинхронно обрабатывает все элементы @values типа @T методом @processor в параллельном режиме, - /// используя максимум @maxThreads потоков - /// - public static async Task ForEachAsync(IEnumerable values, Func processor, int maxThreads) - { - await Task.Run(() => ForEach(values, processor, maxThreads)); - } - - /// - /// Обрабатывает все элементы @values типа @T методом @processor в параллельном режиме, - /// используя максимум @maxThreads потоков - /// - public static void ForEach(IEnumerable values, Func processor, int maxThreads) - { - var taskList = new List(); - var enumerator = values.GetEnumerator(); - - int numTasksFinished = 0; - while (true) - { - // Наполняем массив ожидания следующими задачами - while (taskList.Count < maxThreads) - { - if (!enumerator.MoveNext()) break; - - // Запускаем новую задачу в отсоединенном потоке - Task newTask = Task.Run(() => processor(enumerator.Current)); - taskList.Add(newTask); - } - - // Если массив ожидания пуст, работа окончена - if (taskList.Count == 0) return; - - // Ждем завершение любой задачи из массива ожидания - int finishedIndex = Task.WaitAny(taskList.ToArray()); - var finishedTask = taskList[finishedIndex]; - numTasksFinished += 1; - - // Удаляем задачу из массива ожидания чтобы более ее не ждать - taskList.Remove(finishedTask); - - // Если задача завершилась успешно уходим на добавление новой задачи - if (!finishedTask.IsFaulted && - !finishedTask.IsCanceled) continue; - - // Задача завершилась аномально, ждем завершения других запущенных задач - if (taskList.Count > 0) Task.WaitAll(taskList.ToArray()); - - // Составляем список всех возникших ошибок включая первую - taskList.Insert(0, finishedTask); - var errors = new List(); - foreach (var task in taskList) - { - if (task.IsFaulted) errors.Add(task.Exception); - if (task.IsCanceled) errors.Add(new Exception("Task was cancelled")); - } - - // Аномально завершаем обработку - string message = - $"Ошибка параллельной обработки №{numTasksFinished} из {values.Count()}" + - $" объектов типа {typeof(T).FullName}"; - throw new AggregateException(message, errors.ToArray()); - } - } - } -} diff --git a/Hcs.Client/ClientApi/HcsPartialStream.cs b/Hcs.Client/ClientApi/HcsPartialStream.cs deleted file mode 100644 index ad59773..0000000 --- a/Hcs.Client/ClientApi/HcsPartialStream.cs +++ /dev/null @@ -1,80 +0,0 @@ -using System; -using System.IO; - -namespace Hcs.ClientApi -{ - /// - /// Поток байтов который является частью другого потока байтов - /// https://stackoverflow.com/questions/60592147/partial-stream-of-filestream - /// - public class HcsPartialStream : Stream - { - public Stream Stream { get; private set; } - public long StreamStart { get; private set; } - public long StreamLength { get; private set; } - public long StreamEnd { get; private set; } - - public HcsPartialStream(Stream stream, long offset, long size) - { - Stream = stream; - StreamStart = offset; - StreamLength = size; - StreamEnd = offset + size; - stream.Seek(offset, SeekOrigin.Begin); - } - - public override bool CanRead => true; - - public override bool CanSeek => false; - - public override bool CanWrite => false; - - public override long Length => Math.Min((Stream.Length - StreamStart), StreamLength); - - public override long Position - { - get => Stream.Position - StreamStart; - set => Stream.Position = StreamStart + value; - } - - public override void Flush() - { - throw new NotImplementedException(); - } - - public override int Read(byte[] buffer, int offset, int count) - { - var p = Stream.Position; - if (p < StreamStart) - { - Stream.Position = StreamStart; - } - if (p > StreamEnd) - { - return 0; - } - if (p + count > StreamEnd) - { - count = (int)(StreamEnd - p); - } - return Stream.Read(buffer, offset, count); - } - - public override long Seek(long offset, SeekOrigin origin) - { - // Seek will be complicated as there are three origin types. - // You can do it yourself. - throw new NotImplementedException(); - } - - public override void SetLength(long value) - { - throw new NotImplementedException(); - } - - public override void Write(byte[] buffer, int offset, int count) - { - throw new NotImplementedException(); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsRemoteException.cs b/Hcs.Client/ClientApi/HcsRemoteException.cs deleted file mode 100644 index be1f72c..0000000 --- a/Hcs.Client/ClientApi/HcsRemoteException.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System; -using System.Linq; - -namespace Hcs.ClientApi -{ - /// - /// Сообщение об ошибке возникшей на удаленном сервере ГИС ЖКХ - /// - public class HcsRemoteException : HcsException - { - public string ErrorCode { get; private set; } - public string Description { get; private set; } - - public class KnownCodes - { - public const string НетОбъектовДляЭкспорта = "INT002012"; - public const string ОтсутствуетВРеестре = "INT002000"; - public const string ДоступЗапрещен = "AUT011003"; - } - - public HcsRemoteException(string errorCode, string description) - : base(MakeMessage(errorCode, description)) - { - this.ErrorCode = errorCode; - this.Description = description; - } - - public HcsRemoteException(string errorCode, string description, Exception nestedException) - : base(MakeMessage(errorCode, description), nestedException) - { - this.ErrorCode = errorCode; - this.Description = description; - } - - private static string MakeMessage(string errorCode, string description) - => $"Удаленная система вернула ошибку: [{errorCode}] {description}"; - - public static HcsRemoteException CreateNew(string errorCode, string description, Exception nested = null) - { - if (string.Compare(errorCode, KnownCodes.НетОбъектовДляЭкспорта) == 0) - return new HcsNoResultsRemoteException(errorCode, description, nested); - return new HcsRemoteException(errorCode, description); - } - - public static HcsRemoteException CreateNew(HcsRemoteException nested) - { - if (nested == null) throw new ArgumentNullException("nested exception"); - return CreateNew(nested.ErrorCode, nested.Description, nested); - } - - /// - /// Возвращает true если ошибка @e или ее вложенные ошибки модержат @errorCode - /// - public static bool ContainsErrorCode(Exception e, string errorCode) - { - if (e == null) return false; - return HcsUtil.EnumerateInnerExceptions(e).OfType().Where(x => x.ErrorCode == errorCode).Any(); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsRestartTimeoutException.cs b/Hcs.Client/ClientApi/HcsRestartTimeoutException.cs deleted file mode 100644 index f729ab5..0000000 --- a/Hcs.Client/ClientApi/HcsRestartTimeoutException.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; - -namespace Hcs.ClientApi -{ - public class HcsRestartTimeoutException : HcsException - { - public HcsRestartTimeoutException(string message) : base(message) - { - } - - public HcsRestartTimeoutException(string message, Exception inner) : base(message, inner) - { - } - } -} diff --git a/Hcs.Client/ClientApi/HcsUtil.cs b/Hcs.Client/ClientApi/HcsUtil.cs deleted file mode 100644 index bf09353..0000000 --- a/Hcs.Client/ClientApi/HcsUtil.cs +++ /dev/null @@ -1,91 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace Hcs.ClientApi -{ - public class HcsUtil - { - /// - /// Возвращает описание исключения одной строкой - /// - public static string DescribeException(Exception e) - { - string separator = ""; - var buf = new StringBuilder(); - buf.Append("["); - foreach (var inner in EnumerateInnerExceptions(e)) - { - buf.Append(separator); - buf.Append(inner.GetType().Name); - buf.Append(":"); - buf.Append(inner.Message); - separator = "-->"; - } - - buf.Append("]"); - return buf.ToString(); - } - - /// - /// Возвращает список все вложенных исключений для данного исключения - /// - public static List EnumerateInnerExceptions(Exception e) - { - var list = new List(); - WalkInnerExceptionsRecurse(e, list); - return list; - } - - private static void WalkInnerExceptionsRecurse(Exception e, List list) - { - if (e == null || list.Contains(e)) return; - list.Add(e); - - WalkInnerExceptionsRecurse(e.InnerException, list); - - if (e is AggregateException) - { - var aggregate = e as AggregateException; - foreach (var inner in aggregate.InnerExceptions) - { - WalkInnerExceptionsRecurse(inner, list); - } - } - } - - public static string FormatGuid(Guid guid) => guid.ToString(); - - public static Guid ParseGuid(string guid) - { - try - { - return Guid.Parse(guid); - } - catch (Exception e) - { - throw new HcsException($"Невозможно прочитать GUID из строки [{guid}]", e); - } - } - - public static string FormatDate(DateTime date) - { - return date.ToString("yyyyMMdd"); - } - - public static string FormatDate(DateTime? date) - { - return (date == null) ? string.Empty : FormatDate((DateTime)date); - } - - /// - /// Преобразует массиб байтов в строку в формате binhex - /// - public static string ConvertToHexString(byte[] ba) - { - var buf = new StringBuilder(ba.Length * 2); - foreach (byte b in ba) buf.AppendFormat("{0:x2}", b); - return buf.ToString(); - } - } -} diff --git a/Hcs.Client/ClientApi/HcsX509Tools.cs b/Hcs.Client/ClientApi/HcsX509Tools.cs deleted file mode 100644 index 60e0ca3..0000000 --- a/Hcs.Client/ClientApi/HcsX509Tools.cs +++ /dev/null @@ -1,229 +0,0 @@ -using Org.BouncyCastle.Asn1; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Security.Cryptography.X509Certificates; -using System.Text; - -namespace Hcs.ClientApi -{ - /// - /// Методы работы с сертификатами X509, которых нет в системе - /// - public class HcsX509Tools - { - public static bool IsValidCertificate(X509Certificate2 cert) - { - var now = DateTime.Now; - return (now >= cert.NotBefore && now <= GetNotAfterDate(cert)); - } - - public static IEnumerable EnumerateCertificates(bool includeInvalid = false) - { - X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser); - store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly); - try - { - var now = DateTime.Now; - foreach (var x in store.Certificates) - { - if (includeInvalid) yield return x; - else if (IsValidCertificate(x)) yield return x; - } - } - finally - { - store.Close(); - } - } - - public static X509Certificate2 FindCertificate(Func predicate) - { - if (predicate == null) throw new ArgumentException("Null subject predicate"); - return EnumerateCertificates(true).FirstOrDefault(x => predicate(x)); - } - - public static X509Certificate2 FindValidCertificate(Func predicate) - { - if (predicate == null) throw new ArgumentException("Null subject predicate"); - return EnumerateCertificates(false).FirstOrDefault(x => predicate(x)); - } - - /// - /// Возвращает Common Name сертификата - /// - public static string GetCommonName(X509Certificate2 x509cert) - { - return x509cert.GetNameInfo(X509NameType.SimpleName, false); - } - - /// - /// Возвращает дату окончания действия сертификата - /// - public static DateTime GetNotAfterDate(X509Certificate2 x509cert) - { - // Сначала пытаемся определить срок первичного ключа, а затем уже самого сертификата - DateTime? датаОкончания = GetPrivateKeyUsageEndDate(x509cert); - if (датаОкончания != null) return (DateTime)датаОкончания; - return x509cert.NotAfter; - } - - /// - /// Известные номера расширений сертификата - /// - private class KnownOids - { - public const string PrivateKeyUsagePeriod = "2.5.29.16"; - } - - public static DateTime? GetPrivateKeyUsageEndDate(X509Certificate2 x509cert) - { - foreach (var ext in x509cert.Extensions) - { - if (ext.Oid.Value == KnownOids.PrivateKeyUsagePeriod) - { - // Дата начала с индексом 0, дата окончания с индексом 1 - return ParseAsn1Datetime(ext, 1); - } - } - - return null; - } - - /// - /// Разбирает значение типа дата из серии значений ASN1 присоединенных к расширению - /// - private static DateTime? ParseAsn1Datetime(X509Extension ext, int valueIndex) - { - try - { - Asn1Object asnObject = (new Asn1InputStream(ext.RawData)).ReadObject(); - if (asnObject == null) return null; - var asnSequence = Asn1Sequence.GetInstance(asnObject); - if (asnSequence.Count <= valueIndex) return null; - var asn = (Asn1TaggedObject)asnSequence[valueIndex]; - - var asnStr = Asn1OctetString.GetInstance(asn, false); - string s = Encoding.UTF8.GetString(asnStr.GetOctets()); - int year = int.Parse(s.Substring(0, 4)); - int month = int.Parse(s.Substring(4, 2)); - int day = int.Parse(s.Substring(6, 2)); - int hour = int.Parse(s.Substring(8, 2)); - int minute = int.Parse(s.Substring(10, 2)); - int second = int.Parse(s.Substring(12, 2)); - // Последний символ - буква 'Z' - return new DateTime(year, month, day, hour, minute, second); - } - catch (Exception) - { - return null; - } - } - - public static string ДатьСтрокуФИОСертификатаСДатойОкончания(X509Certificate2 x509cert) - { - var фио = ДатьФИОСертификата(x509cert); - return фио.Фамилия + " " + фио.Имя + " " + фио.Отчество + - " до " + GetNotAfterDate(x509cert).ToString("dd.MM.yyyy"); - } - - public static string ДатьСтрокуФИОСертификата(X509Certificate2 x509cert) - { - var фио = ДатьФИОСертификата(x509cert); - return фио.Фамилия + " " + фио.Имя + " " + фио.Отчество; - } - - /// - /// Возвращает массив из трех строк, содержащих соответственно Фамилию, Имя и Отчество - /// полученных из данных сертификата. Если сертификат не содержит ФИО возвращается массив - /// из трех пустых строк. Это не точный метод определять имя, он предполагает что - /// поля SN, G, CN содержат ФИО в определенном порядке, что правдоподобно но не обязательно. - /// - public static (string Фамилия, string Имя, string Отчество) ДатьФИОСертификата(X509Certificate2 x509cert) - { - string фам = "", имя = "", отч = ""; - - // Сначала ищем поля surname (SN) и given-name (G) - string sn = DecodeSubjectField(x509cert, "SN"); - string g = DecodeSubjectField(x509cert, "G"); - if (!string.IsNullOrEmpty(sn) && !string.IsNullOrEmpty(g)) - { - фам = sn; - string[] gParts = g.Split(' '); - if (gParts != null && gParts.Length >= 1) имя = gParts[0]; - if (gParts != null && gParts.Length >= 2) отч = gParts[1]; - } - else - { - // Иначе берем три первых слова из common name (CN), игнорируя кавычки - string cn = DecodeSubjectField(x509cert, "CN"); - if (!string.IsNullOrEmpty(cn)) - { - cn = new StringBuilder(cn).Replace("\"", "").ToString(); - char[] separators = { ' ', ';' }; - string[] cnParts = cn.Split(separators); - if (cnParts != null && cnParts.Length >= 1) фам = cnParts[0]; - if (cnParts != null && cnParts.Length >= 2) имя = cnParts[1]; - if (cnParts != null && cnParts.Length >= 3) отч = cnParts[2]; - } - } - - return (фам, имя, отч); - } - - /// - /// Возвращает строку ИНН владельца сертификата - /// - public static string ДатьИННСертификата(X509Certificate2 x509cert) - { - return DecodeSubjectField(x509cert, "ИНН"); - } - - /// - /// Возвращает значение поля с именем @subName включенного в различимое имя Subject - /// - private static string DecodeSubjectField(X509Certificate2 x509cert, string subName) - { - // Чтобы посмотреть все поля сертификата - //System.Diagnostics.Trace.WriteLine("x509decode=" + x509cert.SubjectName.Decode( - //X500DistinguishedNameFlags.UseNewLines)); - - // Декодируем различимое имя на отдельные строки через переводы строк для надежности разбора - string decoded = x509cert.SubjectName.Decode(X500DistinguishedNameFlags.UseNewLines); - char[] separators = { '\n', '\r' }; - string[] parts = decoded.Split(separators, StringSplitOptions.RemoveEmptyEntries); - if (parts == null) return null; - - // Каждая часть начинается с имени и отделяется от значения символом равно - foreach (string part in parts) - { - if (part.Length <= subName.Length + 1) continue; - if (part.StartsWith(subName) && part[subName.Length] == '=') - { - return part.Substring(subName.Length + 1); - } - } - - return null; - } - - public static int Compare(X509Certificate2 x, X509Certificate2 y) - { - if (x == null && y != null) return -1; - if (x != null && y == null) return 1; - if (x == null && y == null) return 0; - - // Сначала сравниваем ФИО - int sign = string.Compare(ДатьСтрокуФИОСертификата(x), ДатьСтрокуФИОСертификата(y), true); - if (sign != 0) return sign; - - // Затем дату окончания действия - return GetNotAfterDate(x).CompareTo(GetNotAfterDate(y)); - } - - public class CertificateComparer : IComparer - { - public int Compare(X509Certificate2 x, X509Certificate2 y) => HcsX509Tools.Compare(x, y); - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsContractRegistryDownloader.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsContractRegistryDownloader.cs deleted file mode 100644 index 9b723d9..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsContractRegistryDownloader.cs +++ /dev/null @@ -1,132 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод получения из ГИС ЖКХ полного реестра договоров ресурсоснабжения - /// и всех связанных с ними лицевых счетов и приборов учета - /// - internal class HcsContractRegistryDownloader - { - private HcsHouseManagementApi api; - - internal HcsContractRegistryDownloader(HcsHouseManagementApi api) - { - this.api = api; - } - - private void ThrowOperationCancelled() - { - throw new HcsException("Операция прервана пользователем"); - } - - /// - /// Получить все договоры РСО удовлетворяющие фильтру @фильтрДоговоров - /// с подчиненными объектами (ЛС и ПУ) - /// - internal async Task<ГисДоговорыИПриборы> ПолучитьВсеДоговорыИПриборы( - Func<ГисДоговор, bool> фильтрДоговоров, CancellationToken token) - { - // TODO: Проверить комментарий - // В процессе будет много запросов, возвращающих мало данных, - // но требующих стандартного ожидания в несколько секунд, что - // суммарно складывается в целые часы. Экспериментально установлено - // что ГИС ЖКХ способна пережить некоторую параллельность запросов - // к ней. Так, с параллельностью в 5 потоков получение данных - // по 3000 договорам РСО (70000 ПУ) длится 2,5 часа. - int числоПотоковПараллельности = 5; - - var все = new ГисДоговорыИПриборы(); - все.ДатаНачалаСборки = DateTime.Now; - - Action<ГисДоговор> обработчикДоговора = (ГисДоговор договор) => - { - if (фильтрДоговоров(договор)) все.ДоговорыРСО.Add(договор); - }; - await api.ПолучитьДоговорыРСО(обработчикДоговора, token); - - int сделаноДоговоров = 0; - Action<ГисАдресныйОбъект> обработчикАдреса = все.АдресаОбъектов.Add; - Func<ГисДоговор, Task> обработчикДоговораАдреса = async (договор) => - { - if (token.IsCancellationRequested) ThrowOperationCancelled(); - api.Config.Log($"Получаем адреса договора #{++сделаноДоговоров}/{все.ДоговорыРСО.Count()}..."); - await api.ПолучитьАдресаДоговораРСО(договор, обработчикАдреса, token); - }; - await HcsParallel.ForEachAsync(все.ДоговорыРСО, обработчикДоговораАдреса, числоПотоковПараллельности); - - var гуидыЗданий = все.АдресаОбъектов.Select(x => x.ГуидЗданияФиас).Distinct(); - - int сделаноЗданий = 0; - Func обработчикЗдания = async (гуидЗдания) => - { - if (token.IsCancellationRequested) ThrowOperationCancelled(); - api.Config.Log($"Получаем помещения здания #{++сделаноЗданий}/{гуидыЗданий.Count()}..."); - try - { - var здание = await api.ПолучитьЗданиеПоГуидФиас(гуидЗдания, token); - все.Здания.Add(здание); - } - catch (Exception e) - { - if (HcsRemoteException.ContainsErrorCode(e, HcsRemoteException.KnownCodes.ОтсутствуетВРеестре)) - { - api.Config.Log($"Не удалось получить здание по ФИАС ГУИД {гуидЗдания}: здание отсутствует в реестре"); - var здание = new ГисЗдание() { ГуидЗданияФиас = гуидЗдания }; - все.Здания.Add(здание); - } - else if (HcsRemoteException.ContainsErrorCode(e, HcsRemoteException.KnownCodes.ДоступЗапрещен)) - { - api.Config.Log($"Не удалось получить здание по ФИАС ГУИД {гуидЗдания}: доступ запрещен"); - var здание = new ГисЗдание() { ГуидЗданияФиас = гуидЗдания }; - все.Здания.Add(здание); - } - else - { - throw new HcsException($"Вложенная ошибка получения здания {гуидЗдания}", e); - } - } - }; - await HcsParallel.ForEachAsync(гуидыЗданий, обработчикЗдания, числоПотоковПараллельности); - - сделаноЗданий = 0; - Action<ГисЛицевойСчет> обработчикЛС = (ГисЛицевойСчет лс) => - { - if (лс.ДействуетСейчас && все.ЭтотЛицевойСчетСвязанСДоговорами(лс)) - { - все.ЛицевыеСчета.Add(лс); - } - }; - Func обработчикЗданияЛС = async (гуидЗдания) => - { - if (token.IsCancellationRequested) ThrowOperationCancelled(); - api.Config.Log($"Получаем ЛС по зданию #{++сделаноЗданий}/{гуидыЗданий.Count()}..."); - await api.ПолучитьЛицевыеСчетаПоЗданию(гуидЗдания, обработчикЛС, token); - }; - await HcsParallel.ForEachAsync(гуидыЗданий, обработчикЗданияЛС, числоПотоковПараллельности); - - сделаноЗданий = 0; - Action<ГисПриборУчета> обработчикПУ = (ГисПриборУчета прибор) => - { - if (прибор.ЭтоАктивный && (прибор.ЭтоОДПУ || все.ЭтотПриборСвязанСЛицевымиСчетами(прибор))) - { - все.ПриборыУчета.Add(прибор); - } - }; - Func обработчикЗданияПУ = async (гуидЗдания) => - { - if (token.IsCancellationRequested) ThrowOperationCancelled(); - api.Config.Log($"Получаем ПУ по зданию #{++сделаноЗданий}/{гуидыЗданий.Count()}..."); - await api.ПолучитьПриборыУчетаПоЗданию(гуидЗдания, обработчикПУ, token); - }; - await HcsParallel.ForEachAsync(гуидыЗданий, обработчикЗданияПУ, числоПотоковПараллельности); - - все.ДатаКонцаСборки = DateTime.Now; - return все; - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementApi.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementApi.cs deleted file mode 100644 index d89e583..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementApi.cs +++ /dev/null @@ -1,189 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Методы ГИС ЖКХ сервиса hcs-house-management (Договоры, ЛицевыеСчета, Приборы учета) - /// - public class HcsHouseManagementApi - { - public HcsClientConfig Config { get; private set; } - - public HcsHouseManagementApi(HcsClientConfig config) - { - this.Config = config; - } - - /// - /// Размещает договор и возвращает дату размещения - /// - public async Task РазместитьДоговор( - ГисДоговор договор, IEnumerable<ГисАдресныйОбъект> адреса, CancellationToken token = default) - { - var method = new HcsMethodImportSupplyResourceContractData(Config); - return await method.ImportContract(договор, адреса, token); - } - - /// - /// Размещает лицевой счет и возвращает его ЕЛС - /// - public async Task РазместитьЛицевойСчет( - ГисДоговор договор, ГисЛицевойСчет лицевойСчет, CancellationToken token = default) - { - var method = new HcsMethodImportAccountData(Config); - return await method.ImportAccount(договор, лицевойСчет, token); - } - - /// - /// Размещает прибор учета и возвращает его ГУИД - /// - public async Task РазместитьПриборУчета( - ГисПриборУчета прибор, CancellationToken token = default) - { - var method = new HcsMethodImportMeteringDeviceData(Config); - return await method.ImportMeteringDevice(прибор, token); - } - - public async Task АрхивироватьПриборУчета( - ГисПриборУчета прибор, CancellationToken token = default) - { - var method = new HcsMethodImportMeteringDeviceData(Config); - return await method.ArchiveMeteringDevice(прибор, token); - } - - public async Task РасторгнутьДоговор( - ГисДоговор договор, DateTime датаРасторжения, CancellationToken token = default) - { - var method = new HcsMethodImportSupplyResourceContractData(Config); - return await method.TerminateContract(договор, датаРасторжения, token); - } - - public async Task АннулироватьДоговор( - ГисДоговор договор, string причина, CancellationToken token = default) - { - var method = new HcsMethodImportSupplyResourceContractData(Config); - return await method.AnnulContract(договор, причина, token); - } - - public async Task УдалитьПроектДоговора( - ГисДоговор договор, CancellationToken token = default) - { - var method = new HcsMethodImportSupplyResourceContractProject(Config); - await method.DeleteContractProject(договор, token); - } - - /// - /// Переводит проект договора в состояние "Размещен" - /// - public async Task РазместитьПроектДоговора( - ГисДоговор договор, CancellationToken token = default) - { - var method = new HcsMethodImportSupplyResourceContractProject(Config); - await method.PlaceContractProject(договор, token); - } - - /// - /// Получение одного договора ресурсоснабжения по его ГУИД. - /// Если такого договора нет, будет выброшено HcsNoResultsRemoteException. - /// - public async Task<ГисДоговор> ПолучитьДоговорРСО( - Guid гуидДоговора, CancellationToken token = default) - { - var method = new HcsMethodExportSupplyResourceContractData(Config); - method.EnableMinimalResponseWaitDelay = true; - return await method.QueryOne(гуидДоговора, token); - } - - /// - /// Получение одного договора ресурсоснабжения по его номеру. - /// Если такого договора нет, будет выброшено HcsNoResultsRemoteException. - /// - public async Task<ГисДоговор[]> ПолучитьДоговорыРСО( - string номерДоговора, CancellationToken token = default) - { - var method = new HcsMethodExportSupplyResourceContractData(Config); - method.EnableMinimalResponseWaitDelay = true; - return await method.QueryByContractNumber(номерДоговора, token); - } - - /// - /// Получение списка договоров ресурсоснабжения - /// - public async Task ПолучитьДоговорыРСО( - Action<ГисДоговор> resultHandler, CancellationToken token = default) - { - var method = new HcsMethodExportSupplyResourceContractData(Config); - return await method.QueryAll(resultHandler, token); - } - - /// - /// Запрос на экспорт объектов жилищного фонда из договора ресурсоснабжения - /// - public async Task ПолучитьАдресаДоговораРСО( - ГисДоговор договор, Action<ГисАдресныйОбъект> resultHandler, CancellationToken token = default) - { - var method = new HcsMethodExportSupplyResourceContractObjectAddress(Config); - return await method.QueryAddresses(договор, resultHandler, token); - } - - /// - /// Размещение изменения списка адресных объектов в договоре - /// - public async Task РазместитьАдресаДоговораРСО( - ГисДоговор договор, - IEnumerable<ГисАдресныйОбъект> адресаДляРазмещения, - IEnumerable<ГисАдресныйОбъект> адресаДляУдаления, - CancellationToken token) - { - var method = new HcsMethodImportSupplyResourceContractObjectAddress(Config); - await method.ImportObjectAddresses(договор, адресаДляРазмещения, адресаДляУдаления, token); - } - - /// - /// Получение списка лицевых счетов для одного здания - /// - public async Task ПолучитьЛицевыеСчетаПоЗданию( - Guid fiasHouseGuid, Action<ГисЛицевойСчет> resultHandler, CancellationToken token = default) - { - var method = new HcsMethodExportAccountData(Config); - return await method.Query(fiasHouseGuid, null, resultHandler, token); - } - - /// - /// Получение списка приборов учета для одного здания - /// - public async Task ПолучитьПриборыУчетаПоЗданию( - Guid fiasHouseGuid, Action<ГисПриборУчета> resultHandler, CancellationToken token = default) - { - var method = new HcsMethodExportMeteringDeviceData(Config); - return await method.ExportByHouse(fiasHouseGuid, resultHandler, token); - } - - /// - /// Пример получения данных об одном здании по его идентификатору в ФИАС - /// - public async Task<ГисЗдание> ПолучитьЗданиеПоГуидФиас(Guid fiasHouseGuid, CancellationToken token = default) - { - try - { - var method = new HcsMethodExportHouse(Config); - return await method.ExportHouseByFiasGuid(fiasHouseGuid, token); - } - catch (HcsException e) - { - throw new HcsException($"Не удалось получить здание по ФИАС GUID {fiasHouseGuid}", e); - } - } - - public async Task<ГисДоговорыИПриборы> ПолучитьВсеДоговорыИПриборы( - Func<ГисДоговор, bool> contractFilter, CancellationToken token = default) - { - return await (new HcsContractRegistryDownloader(this)) - .ПолучитьВсеДоговорыИПриборы(contractFilter, token); - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementMethod.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementMethod.cs deleted file mode 100644 index 2b63a7c..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementMethod.cs +++ /dev/null @@ -1,162 +0,0 @@ -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.Service.Async.HouseManagement.v15_7_0_1 -{ - public partial class AckRequestAck : IHcsAck { } - public partial class getStateResult : IHcsGetStateResultMany { } - public partial class Fault : IHcsFault { } - public partial class HeaderType : IHcsHeaderType { } -} - -namespace Hcs.ClientApi.HouseManagementApi -{ - public class HcsHouseManagementMethod : HcsRemoteCallMethod - { - public HcsEndPoints EndPoint => HcsEndPoints.HomeManagementAsync; - - public HouseManagement.RequestHeader CreateRequestHeader() => - HcsRequestHelper.CreateHeader(ClientConfig); - - public HcsHouseManagementMethod(HcsClientConfig config) : base(config) { } - - public System.ServiceModel.EndpointAddress RemoteAddress - => GetEndpointAddress(HcsConstants.EndPointLocator.GetPath(EndPoint)); - - private HouseManagement.HouseManagementPortsTypeAsyncClient NewPortClient() - { - var client = new HouseManagement.HouseManagementPortsTypeAsyncClient(_binding, RemoteAddress); - ConfigureEndpointCredentials(client.Endpoint, client.ClientCredentials); - return client; - } - - public async Task SendAndWaitResultAsync( - object request, - Func> sender, - CancellationToken token) - { - while (true) - { - token.ThrowIfCancellationRequested(); - - try - { - if (CanBeRestarted) - { - return await RunRepeatableTaskInsistentlyAsync( - async () => await SendAndWaitResultAsyncImpl(request, sender, token), token); - } - else - { - return await SendAndWaitResultAsyncImpl(request, sender, token); - } - } - catch (HcsRestartTimeoutException e) - { - if (!CanBeRestarted) throw new HcsException("Превышен лимит ожидания выполнения запроса", e); - Log($"Перезапускаем запрос типа {request.GetType().Name}..."); - } - } - } - - private async Task SendAndWaitResultAsyncImpl( - object request, - Func> sender, - CancellationToken token) - { - if (request == null) throw new ArgumentNullException(nameof(request)); - string version = HcsRequestHelper.GetRequestVersionString(request); - _config.Log($"Отправляем запрос: {RemoteAddress.Uri}/{request.GetType().Name} в версии {version}..."); - - var stopWatch = System.Diagnostics.Stopwatch.StartNew(); - - IHcsAck ack; - using (var client = NewPortClient()) - { - ack = await sender(client); - } - - stopWatch.Stop(); - _config.Log($"Запрос принят в обработку за {stopWatch.ElapsedMilliseconds}мс., подтверждение {ack.MessageGUID}"); - - var stateResult = await WaitForResultAsync(ack, true, token); - - stateResult.Items.OfType().ToList().ForEach(x => - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.Description); - }); - - return stateResult; - } - - /// - /// Выполняет однократную проверку наличия результата. - /// Возвращает null если результата еще нет. - /// - protected override async Task TryGetResultAsync(IHcsAck sourceAck, CancellationToken token) - { - using (var client = NewPortClient()) - { - var requestHeader = HcsRequestHelper.CreateHeader(_config); - var requestBody = new HouseManagement.getStateRequest { MessageGUID = sourceAck.MessageGUID }; - - var response = await client.getStateAsync(requestHeader, requestBody); - var resultBody = response.getStateResult; - - if (resultBody.RequestState == HcsAsyncRequestStateTypes.Ready) - { - return resultBody; - } - - return null; - } - } - - /// - /// Разбирает стандартный ответ HCS на операцию импорта с приемом ошибок - /// - protected HouseManagement.getStateResultImportResultCommonResult ParseSingleImportResult(IHcsGetStateResultMany stateResult) - { - return ParseImportResults(stateResult, 1, true).First(); - } - - /// - /// Разбирает стандартный ответ HCS на операцию импорта с приемом ошибок - /// - protected HouseManagement.getStateResultImportResultCommonResult[] ParseImportResults( - IHcsGetStateResultMany stateResult, int commonResultRequiredCount, bool checkItemErrors) - { - var importResult = RequireSingleItem(stateResult.Items); - if (IsArrayEmpty(importResult.Items)) throw new HcsException("Пустой ImportResult.Items"); - importResult.Items.OfType().ToList() - .ForEach(error => { throw HcsRemoteException.CreateNew(error.ErrorCode, error.Description); }); - - var commonResults = importResult.Items.OfType(); - - foreach (var commonResult in commonResults) - { - if (IsArrayEmpty(commonResult.Items)) throw new HcsException("Пустой CommonResult.Items"); - if (checkItemErrors) CheckCommonResultErrors(commonResult); - } - - if (commonResults.Count() != commonResultRequiredCount) - { - throw new HcsException( - $"Число результатов {commonResults.Count()} типа CommonResult не равно {commonResultRequiredCount}"); - } - - return commonResults.ToArray(); - } - - protected void CheckCommonResultErrors(HouseManagement.getStateResultImportResultCommonResult commonResult) - { - commonResult.Items.OfType().ToList() - .ForEach(error => { throw HcsRemoteException.CreateNew(error.ErrorCode, error.Description); }); - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementNsi.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementNsi.cs deleted file mode 100644 index 6a666ac..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsHouseManagementNsi.cs +++ /dev/null @@ -1,126 +0,0 @@ -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Методы и константы для работы с номенклатурно-справочной информацией (НСИ) - /// применяемой в сервисе hcs-house-management - /// https://my.dom.gosuslugi.ru/#!/open-data - /// - public class HcsHouseManagementNsi - { - // Ссылка на НСИ "54 Причина расторжения договора" (реестровый номер 54) - // https://my.dom.gosuslugi.ru/#!/open-data-passport?passportName=7710474375-nsi-54 - public class ПричинаРасторженияДоговора - { - public static HouseManagement.nsiRef ПоВзаимномуСогласиюСторон => new HouseManagement.nsiRef() - { - Name = "По взаимному согласию сторон", - Code = "4", - GUID = "4a481322-05c9-47cb-9d05-30387dff1f93" - }; - } - - // Ссылка на НСИ "22 Причина закрытия лицевого счета" (реестровый номер 22) - // https://dom.gosuslugi.ru/opendataapi/nsi-22/v1 - public class ПричинаЗакрытияЛицевогоСчета - { - public static HouseManagement.nsiRef РасторжениеДоговора => new HouseManagement.nsiRef() - { - Name = "Расторжение договора", - Code = "11", - GUID = "7ee8b4db-dabc-40eb-9009-f4f80b36bfe5" - }; - } - - // Ссылка на НСИ "Причина архивации прибора учета" (реестровый номер 21) - // https://my.dom.gosuslugi.ru/#!/open-data-passport?passportName=7710474375-nsi-21 - public class ПричинаАрхивацииПрибораУчета - { - public static HouseManagement.nsiRef ИстекСрокЭксплуатации => new HouseManagement.nsiRef() - { - Code = "12", - GUID = "2b8f44f9-7ca1-44f5-803a-af80d6912f36", - Name = "Истек срок эксплуатации прибора учета" - }; - - public static HouseManagement.nsiRef Ошибка => new HouseManagement.nsiRef() - { - Code = "4", - GUID = "d723696f-5ed7-4923-ad6a-9c2c5bce5032", - Name = "Ошибка" - }; - } - - // Ссылка на НСИ "Основание заключения договора" (реестровый номер 58) - // https://my.dom.gosuslugi.ru/#!/open-data-passport?passportName=7710474375-nsi-58 - public class ОснованиеЗаключенияДоговора - { - public static HouseManagement.nsiRef ЗаявлениеПотребителя => new HouseManagement.nsiRef() - { - Code = "7", - GUID = "93cd9d85-91b8-4bf9-ae48-c5f1e691949f", - Name = "Заявление потребителя" - }; - - public static HouseManagement.nsiRef ДоговорУправления => new HouseManagement.nsiRef() - { - Code = "3", - GUID = "11efe618-79f8-4f53-bfd6-11620e8e9e1e", - Name = "Договор управления" - }; - } - - public static HouseManagement.ContractSubjectTypeServiceType ElectricSupplyServiceType - => new HouseManagement.ContractSubjectTypeServiceType() - { - Code = "4", - GUID = "903c7763-73f8-4af2-9ec2-94ee08c7beaa", - Name = "Электроснабжение" - }; - - // TODO: Подставить корректный код и ГУИД - public static HouseManagement.ContractSubjectTypeMunicipalResource ElectricSupplyMunicipalResource - => new HouseManagement.ContractSubjectTypeMunicipalResource() - { - Code = "8", - GUID = "7379be86-6c95-4e41-b000-3bc703d35969", - Name = "Электрическая энергия" - }; - - public static HouseManagement.ContractSubjectTypeServiceType HeatingSupplyServiceType - => new HouseManagement.ContractSubjectTypeServiceType() - { - Code = "6", - GUID = "74925764-ddf3-4b4b-b18d-85994187c13a", - Name = "Отопление" - }; - - public static HouseManagement.ContractSubjectTypeMunicipalResource HeatingSupplyMunicipalResource - => new HouseManagement.ContractSubjectTypeMunicipalResource() - { - // Значения взяты из справочника 239 - Code = "4", - GUID = "eec6e4b8-76c8-4fce-99b7-c95718edad19", - Name = null - }; - - public static HouseManagement.ContractSubjectTypeServiceType HotWaterSupplyServiceType - => new HouseManagement.ContractSubjectTypeServiceType() - { - Code = "2", - GUID = "ee8c6a41-aaf8-41c8-a1f6-5832cc622f88", - Name = null - }; - - // TODO: Подставить корректный код и ГУИД - public static HouseManagement.ContractSubjectTypeMunicipalResource HotWaterSupplyMunicipalResource - => new HouseManagement.ContractSubjectTypeMunicipalResource() - { - Code = "2.2", - GUID = "1471de55-c2e7-4101-9f2a-9bef6fffb896", - Name = "Горячая вода 2" - }; - - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportAccountData.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportAccountData.cs deleted file mode 100644 index 3dc67ac..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportAccountData.cs +++ /dev/null @@ -1,190 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод получения реестра лицевых счетов - /// - public class HcsMethodExportAccountData : HcsHouseManagementMethod - { - public HcsMethodExportAccountData(HcsClientConfig config) : base(config) - { - CanBeRestarted = true; - } - - /// - /// Получает реестр лицевых счетов по зданию с данным ГУИД ФИАС или по списку номеров ЕЛС - /// - public async Task Query( - Guid? fiasHouseGuid, IEnumerable unifiedAccountNumbers, - Action<ГисЛицевойСчет> resultHandler, CancellationToken token) - { - int numResults = 0; - - var itemNames = new List { }; - List items = new List { }; - - if (fiasHouseGuid != null) - { - itemNames.Add(HouseManagement.ItemsChoiceType26.FIASHouseGuid); - items.Add(FormatGuid(fiasHouseGuid)); - } - - if (unifiedAccountNumbers != null) - { - if (unifiedAccountNumbers.Count() > 1000) - throw new HcsException($"Слишком много ЕЛС в запросе {unifiedAccountNumbers.Count()} > допустимых 1000"); - foreach (var un in unifiedAccountNumbers) - { - itemNames.Add(HouseManagement.ItemsChoiceType26.UnifiedAccountNumber); - items.Add(un); - } - } - - try - { - var request = new HouseManagement.exportAccountRequest - { - Id = HcsConstants.SignedXmlElementId, - Items = items.ToArray(), - ItemsElementName = itemNames.ToArray() - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.exportAccountDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - stateResult.Items.OfType().ToList().ForEach( - account => { resultHandler(Adopt(account)); numResults += 1; }); - } - catch (HcsNoResultsRemoteException) - { - return 0; - } - - return numResults; - } - - private ГисЛицевойСчет Adopt(HouseManagement.exportAccountResultType source) - { - return new ГисЛицевойСчет() - { - ГуидЛицевогоСчета = ParseGuid(source.AccountGUID), - НомерЕЛС = source.UnifiedAccountNumber, - НомерЛицевогоСчета = source.AccountNumber, - ПолнаяПлощадь = (source.TotalSquareSpecified ? (decimal?)source.TotalSquare : null), - ЖилаяПлощадь = (source.ResidentialSquareSpecified ? (decimal?)source.ResidentialSquare : null), - КодЖКУ = source.ServiceID, - ДатаСоздания = (source.CreationDateSpecified ? (DateTime?)source.CreationDate : null), - ДатаЗакрытия = (source.Closed != null ? (DateTime?)source.Closed.CloseDate : null), - КодНсиПричиныЗакрытия = (source.Closed != null ? source.Closed.CloseReason.Code : null), - ИмяПричиныЗакрытия = (source.Closed != null ? source.Closed.Description : null), - Размещения = Adopt(source.Accommodation), - Основания = Adopt(source.AccountReasons) - }; - } - - private ГисОснованиеЛС[] Adopt(HouseManagement.exportAccountResultTypeAccountReasons source) - { - if (source == null) throw new ArgumentNullException("HouseManagement.exportAccountResultTypeAccountReasons"); - - var основания = new List<ГисОснованиеЛС>(); - - if (source.SupplyResourceContract != null) - { - foreach (var sr in source.SupplyResourceContract) - { - var основание = new ГисОснованиеЛС(); - основание.ТипОснованияЛС = ГисТипОснованияЛС.ДоговорРСО; - - for (int i = 0; i < sr.Items.Length; i++) - { - switch (sr.ItemsElementName[i]) - { - case HouseManagement.ItemsChoiceType17.ContractGUID: - основание.ГуидДоговора = ParseGuid(sr.Items[i]); - break; - } - } - - if (основание.ГуидДоговора == default(Guid)) - throw new HcsException("Для основания ЛС не указан ГУИД договора РСО"); - - основания.Add(основание); - } - } - - if (source.SocialHireContract != null) - { - var sh = source.SocialHireContract; - - var основание = new ГисОснованиеЛС(); - основание.ТипОснованияЛС = ГисТипОснованияЛС.Соцнайм; - - for (int i = 0; i < sh.Items.Length; i++) - { - object itemValue = sh.Items[i]; - switch (sh.ItemsElementName[i]) - { - case HouseManagement.ItemsChoiceType18.ContractGUID: - основание.ГуидДоговора = ParseGuid(itemValue); - break; - case HouseManagement.ItemsChoiceType18.ContractNumber: - основание.НомерДоговора = (itemValue != null ? itemValue.ToString() : null); - break; - } - } - - if (основание.ГуидДоговора == default(Guid)) - throw new HcsException("Для основания ЛС не указан ГУИД договора соцнайма"); - - основания.Add(основание); - } - - if (source.Contract != null) - { - var основание = new ГисОснованиеЛС(); - основание.ТипОснованияЛС = ГисТипОснованияЛС.Договор; - основание.ГуидДоговора = ParseGuid(source.Contract.ContractGUID); - основания.Add(основание); - } - - // TODO: Проверить комментарий - // Непонятно что делать с остальными типам основания и даже следует ли их - // расшифровывать или считать ошибкой пустого списка оснований - return основания.ToArray(); - } - - private ГисРазмещениеЛС[] Adopt(HouseManagement.AccountExportTypeAccommodation[] array) - { - if (array == null) throw new ArgumentNullException("HouseManagement.AccountExportTypeAccommodation"); - return array.ToList().Select(x => Adopt(x)).ToArray(); - } - - private ГисРазмещениеЛС Adopt(HouseManagement.AccountExportTypeAccommodation source) - { - var размещение = new ГисРазмещениеЛС(); - размещение.ПроцентДоли = (source.SharePercentSpecified ? (decimal?)source.SharePercent : null); - - switch (source.ItemElementName) - { - case HouseManagement.ItemChoiceType11.FIASHouseGuid: размещение.ГуидЗдания = ParseGuid(source.Item); break; - case HouseManagement.ItemChoiceType11.PremisesGUID: размещение.ГуидПомещения = ParseGuid(source.Item); break; - case HouseManagement.ItemChoiceType11.LivingRoomGUID: размещение.ГуидЖилойКомнаты = ParseGuid(source.Item); break; - default: throw new HcsException("Неизвестный тип размещения ЛС: " + source.ItemElementName); - } - - return размещение; - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportHouse.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportHouse.cs deleted file mode 100644 index bdec7c0..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportHouse.cs +++ /dev/null @@ -1,101 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод получения информации о доме и его помещениях - /// - public class HcsMethodExportHouse : HcsHouseManagementMethod - { - public HcsMethodExportHouse(HcsClientConfig config) : base(config) - { - CanBeRestarted = true; - } - - public async Task<ГисЗдание> ExportHouseByFiasGuid(Guid fiasHouseGuid, CancellationToken token) - { - var request = new HouseManagement.exportHouseRequest - { - Id = HcsConstants.SignedXmlElementId, - FIASHouseGuid = FormatGuid(fiasHouseGuid), - // TODO: Тут хардкод версии - version = "12.2.0.1" - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var response = await portClient.exportHouseDataAsync(CreateRequestHeader(), request); - return response.AckRequest.Ack; - }, token); - - return Adopt(RequireSingleItem(stateResult.Items)); - } - - private ГисЗдание Adopt(HouseManagement.exportHouseResultType source) - { - bool заполнен = false; - - var дом = new ГисЗдание(); - дом.НомерДомаГис = source.HouseUniqueNumber; - var помещения = new List<ГисПомещение>(); - - var apartmentHouse = source.Item as HouseManagement.exportHouseResultTypeApartmentHouse; - if (apartmentHouse != null) - { - дом.ТипДома = ГисТипДома.Многоквартирный; - дом.ГуидЗданияФиас = ParseGuid(apartmentHouse.BasicCharacteristicts.FIASHouseGuid); - if (apartmentHouse.ResidentialPremises != null) - { - apartmentHouse.ResidentialPremises.ToList().ForEach(x => помещения.Add(Adopt(x))); - } - if (apartmentHouse.NonResidentialPremises != null) - { - apartmentHouse.NonResidentialPremises.ToList().ForEach(x => помещения.Add(Adopt(x))); - } - заполнен = true; - } - - var livingHouse = source.Item as HouseManagement.exportHouseResultTypeLivingHouse; - if (livingHouse != null) - { - дом.ТипДома = ГисТипДома.Жилой; - дом.ГуидЗданияФиас = ParseGuid(livingHouse.BasicCharacteristicts.FIASHouseGuid); - заполнен = true; - } - - if (!заполнен) throw new HcsException("В информации о доме неизвестный тип данных: " + source.Item); - - дом.Помещения = помещения.ToArray(); - return дом; - } - - private ГисПомещение Adopt(HouseManagement.exportHouseResultTypeApartmentHouseResidentialPremises source) - { - return new ГисПомещение() - { - ЭтоЖилоеПомещение = true, - НомерПомещения = source.PremisesNum, - ГуидПомещения = ParseGuid(source.PremisesGUID), - ДатаПрекращения = source.TerminationDateSpecified ? source.TerminationDate : null, - Аннулирование = source.AnnulmentInfo - }; - } - - private ГисПомещение Adopt(HouseManagement.exportHouseResultTypeApartmentHouseNonResidentialPremises source) - { - return new ГисПомещение() - { - ЭтоЖилоеПомещение = false, - НомерПомещения = source.PremisesNum, - ГуидПомещения = ParseGuid(source.PremisesGUID) - }; - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportMeteringDeviceData.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportMeteringDeviceData.cs deleted file mode 100644 index 2ba8d1a..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportMeteringDeviceData.cs +++ /dev/null @@ -1,165 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using Hcs.Service.Async.HouseManagement.v15_7_0_1; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод получения списка приборов учета - /// - public class HcsMethodExportMeteringDeviceData : HcsHouseManagementMethod - { - public HcsMethodExportMeteringDeviceData(HcsClientConfig config) : base(config) - { - CanBeRestarted = true; - } - - /// - /// Получение списка приборов учета для одного здания - /// - public async Task ExportByHouse( - Guid fiasHouseGuid, Action<ГисПриборУчета> resultHandler, CancellationToken token) - { - List itemNames = [HouseManagement.ItemsChoiceType24.FIASHouseGuid]; - List items = [FormatGuid(fiasHouseGuid)]; - - var request = new HouseManagement.exportMeteringDeviceDataRequest - { - Id = HcsConstants.SignedXmlElementId, - Items = items.ToArray(), - ItemsElementName = itemNames.ToArray(), - // TODO: Проверить комментарий - //version = "11.1.0.2" // Версия указана в API - }; - - int numResults = 0; - try - { - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.exportMeteringDeviceDataAsync(CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - stateResult.Items.OfType().ToList().ForEach( - device => { resultHandler(Adopt(device)); numResults += 1; } - ); - } - catch (HcsNoResultsRemoteException) - { - return 0; - } - - return numResults; - } - - private ГисПриборУчета Adopt(HouseManagement.exportMeteringDeviceDataResultType source) - { - var прибор = new ГисПриборУчета() - { - ГуидПрибораУчета = ParseGuid(source.MeteringDeviceRootGUID), - ГуидВерсииПрибора = ParseGuid(source.MeteringDeviceVersionGUID), - НомерПрибораУчетаГис = source.MeteringDeviceGISGKHNumber, - ЗаводскойНомер = source.BasicChatacteristicts.MeteringDeviceNumber, - МодельПрибораУчета = source.BasicChatacteristicts.MeteringDeviceModel, - ДатаРазмещенияВерсии = source.UpdateDateTime - }; - - if (!IsArrayEmpty(source.MeteringOwner)) - { - прибор.ГуидВладельцаПрибора = ParseGuid(source.MeteringOwner[0]); - } - - switch (source.StatusRootDoc) - { - case HouseManagement.exportMeteringDeviceDataResultTypeStatusRootDoc.Active: - прибор.СтатусПрибораУчета = ГисСтатусПрибораУчета.Активный; - break; - case HouseManagement.exportMeteringDeviceDataResultTypeStatusRootDoc.Archival: - прибор.СтатусПрибораУчета = ГисСтатусПрибораУчета.Архивный; - break; - default: - throw new HcsException($"Неизвестный статус ПУ {source.StatusRootDoc} для №{прибор.ЗаводскойНомер}"); - } - - var basic = source.BasicChatacteristicts; - - прибор.ДатаУстановки = basic.InstallationDateSpecified ? basic.InstallationDate : null; - прибор.ДатаВводаВЭксплуатацию = basic.CommissioningDateSpecified ? basic.CommissioningDate : null; - прибор.ДатаПоследнейПоверки = basic.FirstVerificationDateSpecified ? basic.FirstVerificationDate : null; - прибор.ДатаИзготовления = basic.FactorySealDateSpecified ? basic.FactorySealDate : null; - - прибор.РежимДистанционногоОпроса = basic.RemoteMeteringMode; - прибор.ОписаниеДистанционногоОпроса = basic.RemoteMeteringInfo; - - object basicItem = basic.Item; - bool типНайден = false; - - CallOnType(basicItem, x => - { - прибор.ГуидыЛицевыхСчетов = ParseGuidArray(x.AccountGUID); - прибор.ГуидыПомещений = ParseGuidArray(x.PremiseGUID); - прибор.ВидПрибораУчета = ГисВидПрибораУчета.ЖилоеПомещение; - типНайден = true; - }); - - CallOnType(basicItem, x => - { - прибор.ГуидыЛицевыхСчетов = ParseGuidArray(x.AccountGUID); - прибор.ГуидыПомещений = ParseGuidArray(x.PremiseGUID); - прибор.ВидПрибораУчета = ГисВидПрибораУчета.НежилоеПомещение; - типНайден = true; - }); - - CallOnType(basicItem, x => - { - прибор.ГуидыЗданийФиас = ParseGuidArray(x.FIASHouseGuid); - прибор.ВидПрибораУчета = ГисВидПрибораУчета.ОДПУ; - типНайден = true; - }); - - CallOnType(basicItem, x => - { - прибор.ГуидыЛицевыхСчетов = ParseGuidArray(x.AccountGUID); - прибор.ГуидыПомещений = ParseGuidArray(x.PremiseGUID); - прибор.ВидПрибораУчета = ГисВидПрибораУчета.КоммунальнаяКвартира; - типНайден = true; - }); - - CallOnType(basicItem, x => - { - прибор.ГуидыЛицевыхСчетов = ParseGuidArray(x.AccountGUID); - прибор.ГуидыЖилыхКомнат = ParseGuidArray(x.LivingRoomGUID); - прибор.ВидПрибораУчета = ГисВидПрибораУчета.ЖилаяКомната; - типНайден = true; - }); - - CallOnType(basicItem, x => - { - прибор.ГуидыЗданийФиас = ParseGuidArray(x.FIASHouseGuid); - прибор.ГуидыЛицевыхСчетов = ParseGuidArray(x.AccountGUID); - прибор.ВидПрибораУчета = ГисВидПрибораУчета.ЖилойДом; - типНайден = true; - }); - - if (!типНайден) throw new HcsException($"Неизвестный тип ПУ {basicItem} для №{прибор.ЗаводскойНомер}"); - - foreach (var electric in source.Items.OfType()) - { - прибор.КоэффициентТрансформации = - (electric.TransformationRatioSpecified ? electric.TransformationRatio : 0); - прибор.ПоказаниеТ1 = electric.MeteringValueT1; - прибор.ПоказаниеТ2 = electric.MeteringValueT2; - прибор.ПоказаниеТ3 = electric.MeteringValueT3; - } - - return прибор; - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportSupplyResourceContractData.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportSupplyResourceContractData.cs deleted file mode 100644 index 62dbdd8..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportSupplyResourceContractData.cs +++ /dev/null @@ -1,297 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод получения реестра договоров ресурсоснабжения (ДРСО) - /// - public class HcsMethodExportSupplyResourceContractData : HcsHouseManagementMethod - { - public HcsMethodExportSupplyResourceContractData(HcsClientConfig config) : base(config) - { - CanBeRestarted = true; - } - - /// - /// Получает один договор ресурсоснабжения по его GUID - /// - public async Task<ГисДоговор> QueryOne(Guid contractRootGuid, CancellationToken token) - { - ГисДоговор договор = null; - Action<ГисДоговор> handler = (result) => { договор = result; }; - await QueryOneBatch(contractRootGuid, null, handler, null, token); - if (договор == null) - throw new HcsNoResultsRemoteException($"Нет договора РСО с ГУИД {contractRootGuid}"); - return договор; - } - - /// - /// Получает один договор ресурсоснабжения по его номеру договора - /// - public async Task<ГисДоговор[]> QueryByContractNumber(string contractNumber, CancellationToken token) - { - var list = new List<ГисДоговор>(); - Action<ГисДоговор> handler = list.Add; - await QueryOneBatch(null, contractNumber, handler, null, token); - if (!list.Any()) throw new HcsNoResultsRemoteException($"Нет договора РСО с номером {contractNumber}"); - return list.ToArray(); - } - - /// - /// Получает полный список реестра договоров ресурсоснабжения - /// - public async Task QueryAll(Action<ГисДоговор> resultHandler, CancellationToken token) - { - int numResults = 0; - int numPages = 0; - - Action<ГисДоговор> countingHandler = (result) => - { - numResults += 1; - resultHandler(result); - }; - - Guid? nextGuid = null; - while (true) - { - if (++numPages > 1) Log($"Запрашиваем страницу #{numPages} данных..."); - var paged = await QueryOneBatch(null, null, countingHandler, nextGuid, token); - if (paged.IsLastPage) break; - nextGuid = paged.NextGuid; - } - - return numResults; - } - - private async Task QueryOneBatch( - Guid? contractRootGuid, string contractNumber, Action<ГисДоговор> resultHandler, - Guid? exportNextGuid, CancellationToken token) - { - var itemNames = new List { }; - List items = new List { }; - - if (contractRootGuid != null) - { - itemNames.Add(HouseManagement.ItemsChoiceType32.ContractRootGUID); - items.Add(FormatGuid(contractRootGuid)); - } - - if (contractNumber != null) - { - itemNames.Add(HouseManagement.ItemsChoiceType32.ContractNumber); - items.Add(contractNumber); - } - - if (exportNextGuid != null) - { - itemNames.Add(HouseManagement.ItemsChoiceType32.ExportContractRootGUID); - items.Add(FormatGuid(exportNextGuid)); - } - - var request = new HouseManagement.exportSupplyResourceContractRequest - { - Id = HcsConstants.SignedXmlElementId, - Items = items.ToArray(), - ItemsElementName = itemNames.ToArray(), - // TODO: Проверить хардкод версии - version = "13.1.1.1" // Значение из сообщения об ошибке от сервера HCS - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.exportSupplyResourceContractDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - var result = RequireSingleItem - (stateResult.Items); - - foreach (var c in result.Contract) - { - resultHandler(Adopt(c)); - } - - return new HcsPagedResultState(result.Item); - } - - private ГисДоговор Adopt(HouseManagement.exportSupplyResourceContractResultType source) - { - var договор = new ГисДоговор() - { - ГуидДоговора = ParseGuid(source.ContractRootGUID), - ГуидВерсииДоговора = ParseGuid(source.ContractGUID), - НомерВерсии = source.VersionNumber, - СостояниеДоговора = Adopt(source.ContractState), - СтатусВерсииДоговора = Adopt(source.VersionStatus) - }; - - if (source.Item is HouseManagement.ExportSupplyResourceContractTypeIsContract isContract) - { - договор.ТипДоговораРСО = ГисТипДоговораРСО.НеПубличныйИлиНеНежилые; - договор.НомерДоговора = isContract.ContractNumber; - договор.ДатаЗаключения = (DateTime?)isContract.SigningDate; - договор.ДатаВступленияВСилу = (DateTime?)isContract.EffectiveDate; - if (isContract.ContractAttachment != null) - { - договор.ПриложенияДоговора = isContract.ContractAttachment.Select(AdoptAttachment).ToArray(); - } - } - - if (source.Item is HouseManagement.ExportSupplyResourceContractTypeIsNotContract isNotContract) - { - договор.ТипДоговораРСО = ГисТипДоговораРСО.ПубличныйИлиНежилые; - договор.НомерДоговора = isNotContract.ContractNumber; - договор.ДатаЗаключения = isNotContract.SigningDateSpecified ? isNotContract.SigningDate : null; - договор.ДатаВступленияВСилу = isNotContract.EffectiveDateSpecified ? isNotContract.EffectiveDate : null; - if (isNotContract.ContractAttachment != null) - { - договор.ПриложенияДоговора = isNotContract.ContractAttachment.Select(AdoptAttachment).ToArray(); - } - } - - var предметы = new List<ГисПредметДоговора>(); - foreach (var subject in source.ContractSubject) - { - var предмет = new ГисПредметДоговора() - { - КодНсиУслуги = subject.ServiceType.Code, - ГуидНсиУслуги = ParseGuid(subject.ServiceType.GUID), - ИмяНсиУслуги = subject.ServiceType.Name, - КодНсиРесурса = subject.MunicipalResource.Code, - ГуидНсиРесурса = ParseGuid(subject.MunicipalResource.GUID), - ИмяНсиРесурса = subject.MunicipalResource.Name - }; - предметы.Add(предмет); - } - договор.ПредметыДоговора = предметы.ToArray(); - - договор.Контрагент = AdoptCounterparty(source.Item1); - - if (source.CountingResourceSpecified) - { - if (source.CountingResource == HouseManagement.ExportSupplyResourceContractTypeCountingResource.R) - договор.НачисленияРазмещаетРСО = true; - } - - if (source.MeteringDeviceInformationSpecified) - { - if (source.MeteringDeviceInformation == true) - договор.ПриборыРазмещаетРСО = true; - } - - return договор; - } - - private ГисПриложение AdoptAttachment(HouseManagement.AttachmentType attachment) - { - return new ГисПриложение() - { - ИмяПриложения = attachment.Name, - ГуидПриложения = ParseGuid(attachment.Attachment.AttachmentGUID), - ХэшПриложения = attachment.AttachmentHASH - }; - } - - /// - /// Разбор сведений о контрагенте - второй стороне договора - /// - private ГисКонтрагент AdoptCounterparty(object item1) - { - switch (item1) - { - case HouseManagement.ExportSupplyResourceContractTypeApartmentBuildingOwner owner: - return AdoptCounterpartyEntity(owner.Item, ГисТипКонтрагента.ВладелецПомещения); - - case HouseManagement.ExportSupplyResourceContractTypeApartmentBuildingRepresentativeOwner rep: - return AdoptCounterpartyEntity(rep.Item, ГисТипКонтрагента.ВладелецПомещения); - - case HouseManagement.ExportSupplyResourceContractTypeApartmentBuildingSoleOwner sole: - return AdoptCounterpartyEntity(sole.Item, ГисТипКонтрагента.ВладелецПомещения); - - case HouseManagement.ExportSupplyResourceContractTypeLivingHouseOwner owner: - return AdoptCounterpartyEntity(owner.Item, ГисТипКонтрагента.ВладелецПомещения); - - case HouseManagement.ExportSupplyResourceContractTypeOrganization uk: - return new ГисКонтрагент() - { - ТипКонтрагента = ГисТипКонтрагента.УправляющаяКомпания, - ГуидОрганизации = ParseGuid(uk.orgRootEntityGUID) - }; - } - - return new ГисКонтрагент() { ТипКонтрагента = ГисТипКонтрагента.НеУказано }; - } - - /// - /// Разбор ссылки на контрагента - второй стороны договора - /// - private ГисКонтрагент AdoptCounterpartyEntity(object item, ГисТипКонтрагента типКонтрагента) - { - switch (item) - { - case HouseManagement.DRSORegOrgType org: - return new ГисКонтрагент() - { - ТипКонтрагента = типКонтрагента, - ГуидОрганизации = ParseGuid(org.orgRootEntityGUID) - }; - - case HouseManagement.DRSOIndType ind: - var индивид = new ГисИндивид() - { - Фамилия = ind.Surname, - Имя = ind.FirstName, - Отчество = ind.Patronymic - }; - - switch (ind.Item) - { - case string снилс: индивид.СНИЛС = снилс; break; - case HouseManagement.ID id: - индивид.НомерДокумента = id.Number; - индивид.СерияДокумента = id.Series; - индивид.ДатаДокумента = id.IssueDate; - break; - } - - return new ГисКонтрагент() { ТипКонтрагента = типКонтрагента, Индивид = индивид, }; - } - - return new ГисКонтрагент() { ТипКонтрагента = ГисТипКонтрагента.НеУказано }; - } - - internal static ГисСтатусВерсииДоговора Adopt( - HouseManagement.exportSupplyResourceContractResultTypeVersionStatus source) - { - switch (source) - { - case HouseManagement.exportSupplyResourceContractResultTypeVersionStatus.Posted: return ГисСтатусВерсииДоговора.Размещен; - case HouseManagement.exportSupplyResourceContractResultTypeVersionStatus.Terminated: return ГисСтатусВерсииДоговора.Расторгнут; - case HouseManagement.exportSupplyResourceContractResultTypeVersionStatus.Draft: return ГисСтатусВерсииДоговора.Проект; - case HouseManagement.exportSupplyResourceContractResultTypeVersionStatus.Annul: return ГисСтатусВерсииДоговора.Аннулирован; - default: throw NewUnexpectedObjectException(source); - } - } - - internal static ГисСостояниеДоговора Adopt( - HouseManagement.exportSupplyResourceContractResultTypeContractState source) - { - switch (source) - { - case HouseManagement.exportSupplyResourceContractResultTypeContractState.Expired: return ГисСостояниеДоговора.ИстекСрокДействия; - case HouseManagement.exportSupplyResourceContractResultTypeContractState.NotTakeEffect: return ГисСостояниеДоговора.НеВступилВСилу; - case HouseManagement.exportSupplyResourceContractResultTypeContractState.Proceed: return ГисСостояниеДоговора.Действующий; - default: throw NewUnexpectedObjectException(source); - } - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportSupplyResourceContractObjectAddress.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportSupplyResourceContractObjectAddress.cs deleted file mode 100644 index 210afac..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodExportSupplyResourceContractObjectAddress.cs +++ /dev/null @@ -1,125 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод получения списка адресных объектов по договору ресурсоснабжения - /// - public class HcsMethodExportSupplyResourceContractObjectAddress : HcsHouseManagementMethod - { - public HcsMethodExportSupplyResourceContractObjectAddress(HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - CanBeRestarted = true; - } - - /// - /// Запрос на экспорт объектов жилищного фонда из договора ресурсоснабжения - /// - public async Task QueryAddresses( - ГисДоговор договор, Action<ГисАдресныйОбъект> resultHandler, CancellationToken token) - { - int numResults = 0; - - Action<ГисАдресныйОбъект> countingHandler = (result) => - { - numResults += 1; - resultHandler(result); - }; - - Guid? nextGuid = null; - while (true) - { - var paged = await QueryOneBatch(договор, countingHandler, nextGuid, token); - if (paged.IsLastPage) break; - nextGuid = paged.NextGuid; - numResults += 1; - } - - return numResults; - } - - private async Task QueryOneBatch( - ГисДоговор договор, Action<ГисАдресныйОбъект> resultHandler, - Guid? firstGuid, CancellationToken token) - { - var itemNames = new List { }; - List items = new List { }; - - if (договор.ГуидВерсииДоговора != default) - { - itemNames.Add(HouseManagement.ItemsChoiceType34.ContractGUID); - items.Add(FormatGuid(договор.ГуидВерсииДоговора)); - } - else - { - itemNames.Add(HouseManagement.ItemsChoiceType34.ContractRootGUID); - items.Add(FormatGuid(договор.ГуидДоговора)); - } - - // TODO: Проверить комментарий - // Если указан guid следующей страницы данных, добавляем его в параметры - // (на 20.12.2023 эта функция не работает, первый пакет содержит 1000 записей - // и запрос второго пакета с ExportObjectGUID возвращает "Bad request") - if (firstGuid != null) - { - itemNames.Add(HouseManagement.ItemsChoiceType34.ExportObjectGUID); - items.Add(FormatGuid(firstGuid)); - } - - var request = new HouseManagement.exportSupplyResourceContractObjectAddressRequest - { - Id = HcsConstants.SignedXmlElementId, - Items = items.ToArray(), - ItemsElementName = itemNames.ToArray(), - // TODO: Проверить хардкод версии - version = "13.1.1.1" // Номер версии из сообщения об ошибке сервера HCS - }; - - try - { - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.exportSupplyResourceContractObjectAddressDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - var result = RequireSingleItem - (stateResult.Items); - foreach (var x in result.ObjectAddress) - { - resultHandler(Adopt(x)); - } - - return new HcsPagedResultState(result.Item); - } - catch (HcsNoResultsRemoteException) - { - return HcsPagedResultState.IsLastPageResultState; - } - } - - private ГисАдресныйОбъект Adopt( - HouseManagement.exportSupplyResourceContractObjectAddressResultType source) - { - return new ГисАдресныйОбъект() - { - ТипЗдания = (source.HouseTypeSpecified ? source.HouseType.ToString() : null), - ГуидЗданияФиас = ParseGuid(source.FIASHouseGuid), - ГуидДоговора = ParseGuid(source.ContractRootGUID), - ГуидВерсииДоговора = ParseGuid(source.ContractGUID), - ГуидАдресногоОбъекта = ParseGuid(source.ObjectGUID), - НомерПомещения = source.ApartmentNumber, - НомерКомнаты = source.RoomNumber - }; - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportAccountData.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportAccountData.cs deleted file mode 100644 index 3197719..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportAccountData.cs +++ /dev/null @@ -1,192 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Операции размещения и закрытия Лицевых счетов в ГИС ЖКХ - /// - public class HcsMethodImportAccountData : HcsHouseManagementMethod - { - public HcsMethodImportAccountData(HcsClientConfig config) : base(config) - { - CanBeRestarted = false; - } - - /// - /// Размещение нового Лицевого счета если ГисЛицевойСчет.ГуидЛицевогоСчета не заполнен, - /// размещение новой версии лицевого счета если заполнен. - /// Возвращает Единый номер лицевого счета в ГИС ЖКХ для размещенного ЛС - /// http://open-gkh.ru/HouseManagement/importAccountRequest/Account.html - /// - public async Task ImportAccount( - ГисДоговор договор, ГисЛицевойСчет лицевойСчет, CancellationToken token) - { - if (лицевойСчет == null) throw new ArgumentNullException(nameof(лицевойСчет)); - if (договор == null) throw new ArgumentNullException(nameof(договор)); - - var account = ConvertToAccount(договор, лицевойСчет); - var result = await CallImportAccountData(account, token); - return result.UnifiedAccountNumber; - } - - private HouseManagement.importAccountRequestAccount ConvertToAccount( - ГисДоговор договор, ГисЛицевойСчет лицевойСчет) - { - var account = new HouseManagement.importAccountRequestAccount() - { - TransportGUID = FormatGuid(Guid.NewGuid()), - AccountNumber = лицевойСчет.НомерЛицевогоСчета - }; - - if (лицевойСчет.ГуидЛицевогоСчета != default) - { - account.AccountGUID = FormatGuid(лицевойСчет.ГуидЛицевогоСчета); - } - - if (договор.ГуидДоговора == null) throw new HcsException("Не указан ГуидДоговора для размещения ЛС"); - var reasonRSO = new HouseManagement.AccountReasonsImportTypeSupplyResourceContract() - { - Items = [FormatGuid(договор.ГуидДоговора)], - ItemsElementName = [HouseManagement.ItemsChoiceType17.ContractGUID] - }; - account.AccountReasons = new HouseManagement.AccountReasonsImportType() - { - SupplyResourceContract = [reasonRSO] - }; - - account.ItemElementName = HouseManagement.ItemChoiceType8.isRSOAccount; - account.Item = true; - - if (IsArrayEmpty(лицевойСчет.Размещения)) - throw new HcsException($"Не указаны размещения ЛС №{лицевойСчет.НомерЛицевогоСчета}"); - - account.Accommodation = лицевойСчет.Размещения.Select(ConvertToAccomodation).ToArray(); - - if (лицевойСчет.ДатаЗакрытия != null) - { - account.Closed = new HouseManagement.ClosedAccountAttributesType() - { - CloseDate = (DateTime)лицевойСчет.ДатаЗакрытия, - CloseReason = HcsHouseManagementNsi.ПричинаЗакрытияЛицевогоСчета.РасторжениеДоговора - }; - } - - account.PayerInfo = new HouseManagement.AccountTypePayerInfo() - { - Item = ConvertToAccountContragent(договор.Контрагент) - }; - - return account; - } - - private object ConvertToAccountContragent(ГисКонтрагент контрагент) - { - if (контрагент == null) throw new HcsException("В договоре не заполнен Контрагент"); - - if (контрагент.ГуидОрганизации != null) - { - if (контрагент.ГуидВерсииОрганизации == null) - throw new HcsException("Для размещения ЛС в договоре с ЮЛ обязательно указание ГисКонтрагент.ГуидВерсииОрганизации"); - - return new HouseManagement.RegOrgVersionType() - { - orgVersionGUID = FormatGuid(контрагент.ГуидВерсииОрганизации) - }; - } - - if (контрагент.Индивид != null) - { - контрагент.Индивид.ПроверитьЗаполнениеСНИЛС(); - контрагент.Индивид.ПроверитьЗаполнениеФИО(); - - return new HouseManagement.AccountIndType() - { - FirstName = контрагент.Индивид.Имя, - Patronymic = контрагент.Индивид.Отчество, - Surname = контрагент.Индивид.Фамилия, - Item = контрагент.Индивид.СНИЛСТолькоЦифры - }; - } - - throw new HcsException("Не указана ни организация ни индивид для размещения ЛС"); - } - - private HouseManagement.AccountTypeAccommodation ConvertToAccomodation(ГисРазмещениеЛС размещение) - { - if (размещение == null) throw new HcsException("Пустое размещение для ЛС"); - - var accomodation = new HouseManagement.AccountTypeAccommodation(); - if (размещение.ГуидЗдания != null) - { - accomodation.ItemElementName = HouseManagement.ItemChoiceType9.FIASHouseGuid; - accomodation.Item = FormatGuid(размещение.ГуидЗдания); - } - else if (размещение.ГуидПомещения != null) - { - accomodation.ItemElementName = HouseManagement.ItemChoiceType9.PremisesGUID; - accomodation.Item = FormatGuid(размещение.ГуидПомещения); - } - else if (размещение.ГуидЖилойКомнаты != null) - { - accomodation.ItemElementName = HouseManagement.ItemChoiceType9.LivingRoomGUID; - accomodation.Item = FormatGuid(размещение.ГуидЖилойКомнаты); - } - else - { - throw new HcsException("Не указан ГУИД помещения или комнаты для ЛС"); - } - - if (размещение.ПроцентДоли != null) - { - accomodation.SharePercent = (decimal)размещение.ПроцентДоли; - accomodation.SharePercentSpecified = true; - } - - return accomodation; - } - - private async Task<(string UnifiedAccountNumber, DateTime UpdateDate)> CallImportAccountData( - HouseManagement.importAccountRequestAccount account, - CancellationToken token) - { - var request = new HouseManagement.importAccountRequest - { - Id = HcsConstants.SignedXmlElementId, - Account = [account] - // TODO: Проверить комментарий - //version = "13.1.1.1" // Версия указана в API - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.importAccountDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - var commonResult = ParseSingleImportResult(stateResult); - - switch (commonResult.ItemElementName) - { - - case HouseManagement.ItemChoiceType26.ImportAccount: - var accountResult = RequireType(commonResult.Item); - - DateTime updateDate = commonResult.Items.OfType().FirstOrDefault(); - if (updateDate == default) - throw new HcsException("В ответе сервера не указана дата обновления лицевого счета"); - - return (accountResult.UnifiedAccountNumber, updateDate); - - default: - throw new HcsException($"Неожиданная структура в пакете результата: {commonResult.ItemElementName}"); - } - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportMeteringDeviceData.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportMeteringDeviceData.cs deleted file mode 100644 index 081fbd4..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportMeteringDeviceData.cs +++ /dev/null @@ -1,207 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using Hcs.ClientApi.DeviceMeteringApi; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод передачи в ГИС ЖКХ сведений о приборе учета (новом или уже существующем) - /// - public class HcsMethodImportMeteringDeviceData : HcsHouseManagementMethod - { - public HcsMethodImportMeteringDeviceData(HcsClientConfig config) : base(config) - { - CanBeRestarted = false; - } - - /// - /// Размещение нового прибора учета если ГисПриборУчета.ГуидПрибораУчета не заполнен, - /// размещение новой версии прибора учета если заполнен. - /// Возвращает GUID размещенного прибора учета - /// http://open-gkh.ru/HouseManagement/importMeteringDeviceDataRequest.html - /// - public async Task ImportMeteringDevice(ГисПриборУчета прибор, CancellationToken token) - { - if (прибор == null) throw new ArgumentNullException(nameof(прибор)); - - var device = ConvertToMeteringDevice(прибор); - var result = await CallImportMeteringDevice(device, token); - return result.MeteringDeviceGuid; - } - - /// - /// Выполняет архивацию(удаление) прибора учета в ГИС. - /// В структуре ПриборУчета используется только поле ГуидВерсииПрибора. - /// - public async Task ArchiveMeteringDevice(ГисПриборУчета приборУчета, CancellationToken token) - { - var archive = new HouseManagement.importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateArchiveDevice(); - archive.ArchivingReason = HcsHouseManagementNsi.ПричинаАрхивацииПрибораУчета.ИстекСрокЭксплуатации; - - var update = new HouseManagement.importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdate(); - update.MeteringDeviceVersionGUID = FormatGuid(приборУчета.ГуидВерсииПрибора); - update.Item = archive; - - var device = new HouseManagement.importMeteringDeviceDataRequestMeteringDevice(); - device.TransportGUID = FormatGuid(Guid.NewGuid()); - device.Item = update; - - var result = await CallImportMeteringDevice(device, token); - return result.UpdateDate; - } - - private HouseManagement.importMeteringDeviceDataRequestMeteringDevice - ConvertToMeteringDevice(ГисПриборУчета прибор) - { - var device = new HouseManagement.importMeteringDeviceDataRequestMeteringDevice(); - - // ГИС будет возвращать ошибку с указанием этого идентификатора для определения элемента пакета - device.TransportGUID = FormatGuid(Guid.NewGuid()); - - if (прибор.ГуидВерсииПрибора != default) - { - var update = new HouseManagement.importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdate(); - update.MeteringDeviceVersionGUID = FormatGuid(прибор.ГуидВерсииПрибора); - update.Item = ConvertToFullInformationType(прибор); - device.Item = update; - } - else - { - device.Item = ConvertToFullInformationType(прибор); - } - - return device; - } - - private HouseManagement.MeteringDeviceFullInformationType ConvertToFullInformationType( - ГисПриборУчета прибор) - { - var basic = new HouseManagement.MeteringDeviceBasicCharacteristicsType(); - basic.MeteringDeviceNumber = прибор.ЗаводскойНомер; - basic.MeteringDeviceModel = прибор.МодельПрибораУчета; - basic.MeteringDeviceStamp = прибор.МодельПрибораУчета; - - basic.TemperatureSensor = false; - basic.PressureSensor = false; - - basic.RemoteMeteringMode = прибор.РежимДистанционногоОпроса; - if (прибор.РежимДистанционногоОпроса) - basic.RemoteMeteringInfo = прибор.ОписаниеДистанционногоОпроса; - - if (прибор.ДатаУстановки != null) - { - basic.InstallationDate = (DateTime)прибор.ДатаУстановки; - basic.InstallationDateSpecified = true; - } - - if (прибор.ДатаВводаВЭксплуатацию != null) - { - basic.CommissioningDate = (DateTime)прибор.ДатаВводаВЭксплуатацию; - basic.CommissioningDateSpecified = true; - } - - if (прибор.ДатаПоследнейПоверки != null) - { - basic.FirstVerificationDate = (DateTime)прибор.ДатаПоследнейПоверки; - basic.FirstVerificationDateSpecified = true; - } - - if (прибор.ДатаИзготовления != null) - { - basic.FactorySealDate = (DateTime)прибор.ДатаИзготовления; - basic.FactorySealDateSpecified = true; - } - - switch (прибор.ВидПрибораУчета) - { - case ГисВидПрибораУчета.ОДПУ: - if (IsArrayEmpty(прибор.ГуидыЗданийФиас)) - throw new HcsException("Для ОДПУ необходимо указать ГУИД здания ФИАС"); - basic.Item = new HouseManagement.MeteringDeviceBasicCharacteristicsTypeCollectiveDevice() - { - FIASHouseGuid = прибор.ГуидыЗданийФиас.Select(FormatGuid).ToArray() - }; - break; - - case ГисВидПрибораУчета.НежилоеПомещение: - if (IsArrayEmpty(прибор.ГуидыЛицевыхСчетов)) - throw new HcsException("Для размещения ПУ нежилого помещения следует указать ГУИД лицевого счета"); - if (IsArrayEmpty(прибор.ГуидыПомещений)) - throw new HcsException("Для размещения ПУ нежилого помещения следует указать ГУИД помещения"); - basic.Item = new HouseManagement.MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevice() - { - AccountGUID = прибор.ГуидыЛицевыхСчетов.Select(FormatGuid).ToArray(), - PremiseGUID = прибор.ГуидыПомещений.Select(FormatGuid).ToArray() - }; - break; - - default: - throw new NotImplementedException( - "Не реализовано размещение вида прибора: " + прибор.ВидПрибораУчета); - } - - var electric = new HouseManagement.MunicipalResourceElectricBaseType(); - electric.Unit = HouseManagement.MunicipalResourceElectricBaseTypeUnit.Item245; // Константа ОКЕИ 245=кВт*ч - electric.UnitSpecified = true; - electric.MeteringValueT1 = HcsDeviceMeteringUtil.ConvertMeterReading(прибор.ПоказаниеТ1, true); - electric.MeteringValueT2 = HcsDeviceMeteringUtil.ConvertMeterReading(прибор.ПоказаниеТ2, false); - electric.MeteringValueT3 = HcsDeviceMeteringUtil.ConvertMeterReading(прибор.ПоказаниеТ3, false); - if (прибор.КоэффициентТрансформацииУказан) - { - electric.TransformationRatio = прибор.КоэффициентТрансформации; - electric.TransformationRatioSpecified = true; - } - - return new HouseManagement.MeteringDeviceFullInformationType() - { - BasicChatacteristicts = basic, - // TODO: Проверить комментарий - Item = true, // NotLinkedWithMetering (нет связей с другими приборами) - Items = [electric] - }; - } - - private async Task<(Guid MeteringDeviceGuid, DateTime UpdateDate)> CallImportMeteringDevice( - HouseManagement.importMeteringDeviceDataRequestMeteringDevice device, - CancellationToken token) - { - HouseManagement.importMeteringDeviceDataRequestMeteringDevice[] devices = { device }; - - var request = new HouseManagement.importMeteringDeviceDataRequest - { - Id = HcsConstants.SignedXmlElementId, - MeteringDevice = devices - // TODO: Проверить хардкод версии - //version = "13.1.1.1" // Версия указана в API - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.importMeteringDeviceDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - var commonResult = ParseSingleImportResult(stateResult); - - switch (commonResult.ItemElementName) - { - case HouseManagement.ItemChoiceType26.importMeteringDevice: - var deviceResult = RequireType(commonResult.Item); - - DateTime updateDate = commonResult.Items.OfType().FirstOrDefault(); - if (updateDate == default) throw new HcsException("В ответе сервера не указана дата обновления прибора учета"); - - return (ParseGuid(deviceResult.MeteringDeviceGUID), updateDate); - - default: - throw new HcsException($"Неожиданная структура в пакете результата: {commonResult.ItemElementName}"); - } - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractData.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractData.cs deleted file mode 100644 index 4a69e79..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractData.cs +++ /dev/null @@ -1,392 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод передачи в ГИС ЖКХ сведений о договоре РСО (новом или уже существующем) - /// - public class HcsMethodImportSupplyResourceContractData : HcsHouseManagementMethod - { - public HcsMethodImportSupplyResourceContractData(HcsClientConfig config) : base(config) - { - CanBeRestarted = false; - } - - /// - /// Размещение нового договора если ГисДоговор.ГуидДоговора не заполнен, - /// размещение новой версии договора если заполнен - /// http://open-gkh.ru/HouseManagement/SupplyResourceContractType.html - /// - public async Task ImportContract( - ГисДоговор договор, IEnumerable<ГисАдресныйОбъект> адреса, CancellationToken token) - { - if (договор == null) throw new ArgumentNullException(nameof(договор)); - if (адреса == null || !адреса.Any()) - throw new ArgumentException($"Для импорта нового договора {договор.НомерДоговора}" + - " необходимо указать хотя-бы один адресный объект"); - - Guid? contractGuid = (договор.ГуидДоговора == default) ? null : договор.ГуидДоговора; - var contract = ConvertToSupplyResourceContract(договор, адреса); - return await CallImportContract(contractGuid, contract, token); - } - - /// - /// Вызывает удаленный метод импорта договора с @contractGuid и данными операции импорта @contractItem. - /// Чтобы перевести договор из состояния "Проект" в состояние "Размещен" необходимо вызвать - /// importSupplyResourceContractProjectData/PlacingContractProject=true - /// http://open-gkh.ru/HouseManagement/importSupplyResourceContractRequest.html - /// - private async Task CallImportContract( - Guid? contractGuid, object contractItem, CancellationToken token) - { - var contract = new HouseManagement.importSupplyResourceContractRequestContract(); - HouseManagement.importSupplyResourceContractRequestContract[] contracts = { contract }; - - // Передаем условие запроса - гуид версии договора. - // При создании нового договора атрибут importSupplyResourceContractRequest.Contract.ContractGUID не заполняется. - if (contractGuid != null) - { - contract.ItemElementName = HouseManagement.ItemChoiceType32.ContractRootGUID; - contract.Item = FormatGuid(contractGuid); - } - - contract.TransportGUID = FormatGuid(Guid.NewGuid()); - - contract.Item1 = contractItem; - - var request = new HouseManagement.importSupplyResourceContractRequest - { - Id = HcsConstants.SignedXmlElementId, - Contract = contracts - // TODO: Проверить комментарий - //version = "13.1.1.1" // Версия указана в API - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.importSupplyResourceContractDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - var commonResult = ParseSingleImportResult(stateResult); - - switch (commonResult.ItemElementName) - { - case HouseManagement.ItemChoiceType26.ImportSupplyResourceContract: - var contractResult = RequireType(commonResult.Item); - var датаИмпорта = RequireSingleItem(commonResult.Items); - return датаИмпорта; - default: - throw new HcsException($"Неожиданная структура в пакете результата: {commonResult.ItemElementName}"); - } - } - - /// - /// Преобразует модель данных ГисДоговор в модель данных HouseManagement.SupplyResourceContractType - /// http://open-gkh.ru/HouseManagement/SupplyResourceContractType.html - /// - private HouseManagement.SupplyResourceContractType ConvertToSupplyResourceContract( - ГисДоговор договор, IEnumerable<ГисАдресныйОбъект> адреса) - { - var contract = new HouseManagement.SupplyResourceContractType(); - - if (договор.ЭтоДоговорНежилогоПомещения) - { - var isNotContract = new HouseManagement.SupplyResourceContractTypeIsNotContract(); - isNotContract.ContractNumber = договор.НомерДоговора; - if (договор.ДатаЗаключения != null) - isNotContract.SigningDate = (DateTime)договор.ДатаЗаключения; - if (!IsArrayEmpty(договор.ПриложенияДоговора)) - isNotContract.ContractAttachment = договор.ПриложенияДоговора.Select(ConvertToAttachment).ToArray(); - contract.Item = isNotContract; - } - - if (договор.ЭтоДоговорИКУ) - { - var isContract = new HouseManagement.SupplyResourceContractTypeIsContract(); - isContract.ContractNumber = договор.НомерДоговора; - var нужнаДатаЗаключения = (договор.ДатаЗаключения != null) ? (DateTime)договор.ДатаЗаключения : DateTime.Now; - isContract.SigningDate = isContract.EffectiveDate = нужнаДатаЗаключения; - - // Для ИКУ обязательно приложение файла договора (иначе 400 Bad request) - if (IsArrayEmpty(договор.ПриложенияДоговора)) - throw new HcsException($"Для размещения договора ИКУ {договор.НомерДоговора} необходимо указать файл приложения"); - isContract.ContractAttachment = договор.ПриложенияДоговора.Select(ConvertToAttachment).ToArray(); - contract.Item = isContract; - } - - if (договор.Контрагент == null) - throw new HcsException($"В договоре {договор.НомерДоговора} не указан Контрагент"); - - if (договор.ЭтоДоговорНежилогоПомещения) - { - contract.Item1 = new HouseManagement.SupplyResourceContractTypeApartmentBuildingOwner() - { - Item = ConvertToDRSOContragent(договор.Контрагент) - }; - - contract.ContractBase = [HcsHouseManagementNsi.ОснованиеЗаключенияДоговора.ЗаявлениеПотребителя]; - } - - if (договор.ЭтоДоговорИКУ) - { - if (договор.Контрагент.ГуидОрганизации == null) - throw new HcsException($"В договоре ИКУ {договор.НомерДоговора} не указан ГУИД организации"); - - contract.Item1 = new HouseManagement.SupplyResourceContractTypeOrganization() - { - orgRootEntityGUID = FormatGuid(договор.Контрагент.ГуидОрганизации) - }; - - contract.ContractBase = [HcsHouseManagementNsi.ОснованиеЗаключенияДоговора.ДоговорУправления]; - } - - Guid contractSubjectGuid = Guid.NewGuid(); - contract.ContractSubject = [ - new HouseManagement.SupplyResourceContractTypeContractSubject() { - ServiceType = HcsHouseManagementNsi.HeatingSupplyServiceType, - MunicipalResource = HcsHouseManagementNsi.HeatingSupplyMunicipalResource, - StartSupplyDate = (договор.ДатаЗаключения != null ? (DateTime)договор.ДатаЗаключения : DateTime.Now), - EndSupplyDate = DateTime.Now.AddYears(50), - TransportGUID = FormatGuid(contractSubjectGuid) - } - ]; - - // Порядок размещения информации о начислениях за коммунальные услуги ведется. - // "D" - в разрезе договора. "O" - в разрезе объектов. Обязательно для ИКУ. - if (договор.ЭтоДоговорИКУ) - { - contract.AccrualProcedure = HouseManagement.SupplyResourceContractTypeAccrualProcedure.D; - contract.AccrualProcedureSpecified = true; - } - - if (договор.ЭтоДоговорИКУ) - { - // Размещение информации о начислениях за коммунальные услуги осуществляет. - // R(SO)- РСО. P(roprietor)-Исполнитель коммунальных услуг. Обязательно для ИКУ. - contract.CountingResource = - договор.НачисленияРазмещаетРСО ? - HouseManagement.SupplyResourceContractTypeCountingResource.R : - HouseManagement.SupplyResourceContractTypeCountingResource.P; - contract.CountingResourceSpecified = true; - - if (договор.НачисленияРазмещаетРСО) - { - if (договор.ПриборыРазмещаетРСО) - { - contract.MeteringDeviceInformation = true; - contract.MeteringDeviceInformationSpecified = true; - } - } - - // В договоре нет планового объема потребления - contract.IsPlannedVolume = false; - } - - if (договор.НачисленияРазмещаетРСО) - { - // Cрок предоставления платежных документов, не позднее - contract.BillingDate = new HouseManagement.SupplyResourceContractTypeBillingDate() - { - Date = 15, - DateType = HouseManagement.SupplyResourceContractTypeBillingDateDateType.N // Следующий месяц - }; - - // Срок предоставления информации о поступивших платежах, не позднее - contract.ProvidingInformationDate = new HouseManagement.SupplyResourceContractTypeProvidingInformationDate() - { - Date = 15, - DateType = HouseManagement.SupplyResourceContractTypeProvidingInformationDateDateType.N // Следующий месяц - }; - } - - if (договор.ПриборыРазмещаетРСО) - { - // Период передачи текущих показаний должен быть указан, если ИПУ размещает РСО - contract.Period = new HouseManagement.SupplyResourceContractTypePeriod() - { - Start = new HouseManagement.SupplyResourceContractTypePeriodStart() - { - StartDate = 1 - }, - End = new HouseManagement.SupplyResourceContractTypePeriodEnd() - { - EndDate = 25 - } - }; - } - - // Срок представления (выставления) платежных документов, не позднее. Является обязательным, - // если вторая сторона договора отличается от "Управляющая организация". - if (договор.ЭтоДоговорНежилогоПомещения) - { - contract.BillingDate = new HouseManagement.SupplyResourceContractTypeBillingDate() - { - Date = -1, // последний день месяца - DateType = HouseManagement.SupplyResourceContractTypeBillingDateDateType.N // следующего месяца - }; - - // Объем поставки определяется на основании прибора учета (признак необходим чтобы - // ГИС разрешал размещать ПУ на лицевых счетах договора) (признак запрещен для ИКУ) - contract.VolumeDepends = true; - contract.VolumeDependsSpecified = true; - - // Период передачи текущих показаний должен быть указан если указано VolumeDepends - contract.Period = new HouseManagement.SupplyResourceContractTypePeriod() - { - Start = new HouseManagement.SupplyResourceContractTypePeriodStart() - { - StartDate = 1 - }, - End = new HouseManagement.SupplyResourceContractTypePeriodEnd() - { - EndDate = 25 - } - }; - } - - // Срок действия договора - contract.ItemsElementName = [HouseManagement.ItemsChoiceType9.IndefiniteTerm]; - contract.Items = [true]; - - // Данные об объекте жилищного фонда. При импорте договора должен быть добавлен - // как минимум один адрес объекта жилищного фонда. - if (адреса != null) - { - contract.ObjectAddress = адреса.Select( - адрес => ConvertToObjectAddress(договор, адрес, contractSubjectGuid)).ToArray(); - } - - return contract; - } - - /// - /// Сборка сведений для отправки указателя на файл приложения к договору - /// http://open-gkh.ru/Base/AttachmentType.html - /// - private HouseManagement.AttachmentType ConvertToAttachment(ГисПриложение приложение) - { - return new HouseManagement.AttachmentType() - { - Name = приложение.ИмяПриложения ?? throw new HcsException("Не указано имя файла приложения"), - Description = приложение.ОписаниеПриложения != null ? приложение.ОписаниеПриложения : приложение.ИмяПриложения, - AttachmentHASH = приложение.ХэшПриложения ?? throw new HcsException("Не указан хэш файла приложения"), - Attachment = new HouseManagement.Attachment() - { - AttachmentGUID = FormatGuid(приложение.ГуидПриложения) - } - }; - } - - private HouseManagement.SupplyResourceContractTypeObjectAddress ConvertToObjectAddress( - ГисДоговор договор, ГисАдресныйОбъект адрес, Guid contractSubjectGuid) - { - // Дату начала снабжения выводим из даты заключения договора - DateTime startSupplyDate = (договор.ДатаЗаключения != null) ? - (DateTime)договор.ДатаЗаключения : DateTime.Now; - - // Ссылка на пару определения ресурсов предмета договора - var pair = new HouseManagement.SupplyResourceContractTypeObjectAddressPair(); - pair.PairKey = FormatGuid(contractSubjectGuid); - pair.StartSupplyDate = startSupplyDate; - // TODO: Проверить комментарий - pair.EndSupplyDateSpecified = false; // Не указана дата окончания поставки ресурса - // TODO: Необходимо указывать только для отопления и ГВС, нужен рефактор кода - pair.HeatingSystemType = new HouseManagement.SupplyResourceContractTypeObjectAddressPairHeatingSystemType() - { - OpenOrNot = HouseManagement.SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot.Closed, - CentralizedOrNot = HouseManagement.SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot.Centralized - }; - - var address = new HouseManagement.SupplyResourceContractTypeObjectAddress() - { - TransportGUID = FormatGuid(Guid.NewGuid()), - FIASHouseGuid = FormatGuid(адрес.ГуидЗданияФиас), - ApartmentNumber = MakeEmptyNull(адрес.НомерПомещения), - RoomNumber = MakeEmptyNull(адрес.НомерКомнаты), - Pair = [pair] - }; - - if (!string.IsNullOrEmpty(адрес.ТипЗдания)) - { - address.HouseTypeSpecified = true; - address.HouseType = ConvertToHouseType(адрес.ТипЗдания); - } - - return address; - } - - private HouseManagement.ObjectAddressTypeHouseType ConvertToHouseType(string типЗдания) - { - return типЗдания switch - { - ГисАдресныйОбъект.ИзвестныеТипыЗдания.MKD => HouseManagement.ObjectAddressTypeHouseType.MKD, - ГисАдресныйОбъект.ИзвестныеТипыЗдания.ZHD => HouseManagement.ObjectAddressTypeHouseType.ZHD, - ГисАдресныйОбъект.ИзвестныеТипыЗдания.ZHDBlockZastroyki => HouseManagement.ObjectAddressTypeHouseType.ZHDBlockZastroyki, - _ => throw new HcsException($"Указан неизвестный тип здания [{типЗдания}]") - }; - } - - /// - /// Преобразует реквизиты контрагента в модель данных ГИС ЖКХ - /// - private object ConvertToDRSOContragent(ГисКонтрагент контрагент) - { - if (контрагент.ГуидОрганизации != null) - { - return new HouseManagement.DRSORegOrgType() - { - orgRootEntityGUID = FormatGuid(контрагент.ГуидОрганизации) - }; - } - - if (контрагент.Индивид != null) - { - контрагент.Индивид.ПроверитьЗаполнениеСНИЛС(); - контрагент.Индивид.ПроверитьЗаполнениеФИО(); - - return new HouseManagement.DRSOIndType() - { - Patronymic = MakeEmptyNull(контрагент.Индивид.Отчество), - FirstName = MakeEmptyNull(контрагент.Индивид.Имя), - Surname = MakeEmptyNull(контрагент.Индивид.Фамилия), - Item = MakeEmptyNull(контрагент.Индивид.СНИЛСТолькоЦифры) // В СНИЛС требуется только 11 цифр - }; - } - - return false; - } - - /// - /// Выполнение операции размещения факта расторжения договора - /// http://open-gkh.ru/HouseManagement/importSupplyResourceContractRequest/Contract/TerminateContract.html - /// - public async Task TerminateContract( - ГисДоговор договор, DateTime датаРасторжения, CancellationToken token) - { - var terminate = new HouseManagement.importSupplyResourceContractRequestContractTerminateContract(); - terminate.Terminate = датаРасторжения; - terminate.ReasonRef = HcsHouseManagementNsi.ПричинаРасторженияДоговора.ПоВзаимномуСогласиюСторон; - return await CallImportContract(договор.ГуидДоговора, terminate, token); - } - - /// - /// Выполнение операции размещения факта аннулирование договора - /// http://open-gkh.ru/HouseManagement/AnnulmentType.html - /// - public async Task AnnulContract(ГисДоговор договор, string причина, CancellationToken token) - { - var annulment = new HouseManagement.AnnulmentType(); - annulment.ReasonOfAnnulment = причина; - return await CallImportContract(договор.ГуидДоговора, annulment, token); - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractObjectAddress.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractObjectAddress.cs deleted file mode 100644 index e0c4c68..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractObjectAddress.cs +++ /dev/null @@ -1,135 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод добавления/изменения/удаления элементов списка адресных объектов - /// в договоре ресурсоснабжения - /// - public class HcsMethodImportSupplyResourceContractObjectAddress : HcsHouseManagementMethod - { - public HcsMethodImportSupplyResourceContractObjectAddress - (HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - CanBeRestarted = true; - } - - public async Task ImportObjectAddresses( - ГисДоговор договор, - IEnumerable<ГисАдресныйОбъект> адресаДляРазмещения, - IEnumerable<ГисАдресныйОбъект> адресаДляУдаления, - CancellationToken token) - { - if (договор == null) throw new ArgumentNullException(nameof(договор)); - - var list = new List(); - if (адресаДляРазмещения != null) list.AddRange(адресаДляРазмещения.Select(AdoptForLoading)); - if (адресаДляУдаления != null) list.AddRange(адресаДляУдаления.Select(AdoptForRemoval)); - - var request = new HouseManagement.importSupplyResourceContractObjectAddressRequest() - { - Id = HcsConstants.SignedXmlElementId, - Item = FormatGuid(договор.ГуидДоговора), - ItemElementName = HouseManagement.ItemChoiceType34.ContractRootGUID, - ObjectAddress = list.ToArray() - // TODO: Проверить комментарий - //version = "13.1.1.1" // Версия указана в API - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.importSupplyResourceContractObjectAddressDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - ParseImportResults(stateResult, list.Count(), true); - } - - /// - /// Готовит структуру адресного объекта для удаления в ГИС - /// - private HouseManagement.importSupplyResourceContractObjectAddressRequestObjectAddress AdoptForRemoval( - ГисАдресныйОбъект адрес) - { - if (адрес == null) throw new ArgumentNullException(nameof(адрес)); - - Guid transportGuid = Guid.NewGuid(); - - bool deleteObject = true; - - return new HouseManagement.importSupplyResourceContractObjectAddressRequestObjectAddress() - { - TransportGUID = FormatGuid(transportGuid), - ObjectGUID = FormatGuid(адрес.ГуидАдресногоОбъекта), - Item = deleteObject - }; - } - - /// - /// Готовит структуру адресного объекта для добавления/обновления в ГИС - /// - private HouseManagement.importSupplyResourceContractObjectAddressRequestObjectAddress AdoptForLoading( - ГисАдресныйОбъект адрес) - { - if (адрес == null) throw new ArgumentNullException(nameof(адрес)); - - Guid transportGuid = Guid.NewGuid(); - - // TODO: Эти значения должны быть регулируемыми - var serviceType = new HouseManagement.ContractSubjectObjectAdressTypeServiceType() - { - Code = HcsHouseManagementNsi.HeatingSupplyServiceType.Code, - GUID = HcsHouseManagementNsi.HeatingSupplyServiceType.GUID, - Name = HcsHouseManagementNsi.HeatingSupplyServiceType.Name - }; - - // TODO: Эти значения должны быть регулируемыми - var municipalResource = new HouseManagement.ContractSubjectObjectAdressTypeMunicipalResource() - { - Code = HcsHouseManagementNsi.HeatingSupplyMunicipalResource.Code, - GUID = HcsHouseManagementNsi.HeatingSupplyMunicipalResource.GUID, - Name = HcsHouseManagementNsi.HeatingSupplyMunicipalResource.Name - }; - - var pair = new HouseManagement.importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair() - { - // TODO: Проверить комментарий - TransportGUID = FormatGuid(Guid.NewGuid()), // Получал BadRequest пока не сделал здесь новый GUID - ServiceType = serviceType, - MunicipalResource = municipalResource, - // TODO: Проверить комментарий - StartSupplyDate = DateTime.Now // В договоре нет даты начала снабжения адреса, ставлю что-нибудь - }; - - var loadObject = new HouseManagement.importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject() - { - FIASHouseGuid = FormatGuid(адрес.ГуидЗданияФиас), - ApartmentNumber = MakeEmptyNull(адрес.НомерПомещения), - RoomNumber = MakeEmptyNull(адрес.НомерКомнаты), - Pair = [pair] - }; - - var address = new HouseManagement.importSupplyResourceContractObjectAddressRequestObjectAddress() - { - TransportGUID = FormatGuid(transportGuid), - Item = loadObject - }; - - if (адрес.ГуидАдресногоОбъекта != default) - { - address.ObjectGUID = FormatGuid(адрес.ГуидАдресногоОбъекта); - } - - return address; - } - } -} diff --git a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractProject.cs b/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractProject.cs deleted file mode 100644 index e3963ff..0000000 --- a/Hcs.Client/ClientApi/HouseManagementApi/HcsMethodImportSupplyResourceContractProject.cs +++ /dev/null @@ -1,80 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using Hcs.Service.Async.HouseManagement.v15_7_0_1; -using System; -using System.Threading; -using System.Threading.Tasks; - -using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1; - -namespace Hcs.ClientApi.HouseManagementApi -{ - /// - /// Метод отправки в ГИС проекта договора ресурсоснабжения, удаления - /// проекта договора РСО, перевода проекта в статус Размещенные - /// - public class HcsMethodImportSupplyResourceContractProject : HcsHouseManagementMethod - { - public HcsMethodImportSupplyResourceContractProject - (HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - CanBeRestarted = false; - } - - /// - /// Выполнение удаления в ГИС проекта договора - /// - public async Task DeleteContractProject(ГисДоговор договор, CancellationToken token) - { - await DoContractProjectOperation( - договор, Item1ChoiceType10.DeleteContractProject, token); - } - - /// - /// Выполнение перевода проекта договора в статус Размещен - /// - public async Task PlaceContractProject(ГисДоговор договор, CancellationToken token) - { - await DoContractProjectOperation( - договор, Item1ChoiceType10.PlacingContractProject, token); - } - - private async Task DoContractProjectOperation( - ГисДоговор договор, Item1ChoiceType10 operationType, CancellationToken token) - { - if (договор == null) throw new ArgumentNullException(nameof(договор)); - if (договор.ГуидВерсииДоговора == default) - throw new ArgumentException("Для проекта договора не указан ГУИД версии"); - - var contract = new HouseManagement.importSupplyResourceContractProjectRequestContract() - { - TransportGUID = FormatGuid(Guid.NewGuid()), - ItemElementName = ItemChoiceType35.ContractRootGUID, - Item = FormatGuid(договор.ГуидДоговора), - // TODO: Проверить комментарий - // Если удалять версию проекта то остается предыдущая версия проекта - //ItemElementName = ItemChoiceType29.ContractGUID, - //Item = FormatGuid(договор.ГуидВерсииДоговора), - Item1ElementName = operationType, - Item1 = true, - }; - - var request = new HouseManagement.importSupplyResourceContractProjectRequest() - { - Id = HcsConstants.SignedXmlElementId, - Contract = [contract], - // TODO: Проверить комментарий - //version = "13.1.1.1" // Версия указана в API - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var ackResponse = await portClient.importSupplyResourceContractProjectDataAsync( - CreateRequestHeader(), request); - return ackResponse.AckRequest.Ack; - }, token); - - ParseSingleImportResult(stateResult); - } - } -} diff --git a/Hcs.Client/ClientApi/IHcsLogger.cs b/Hcs.Client/ClientApi/IHcsLogger.cs deleted file mode 100644 index 2afe139..0000000 --- a/Hcs.Client/ClientApi/IHcsLogger.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Hcs.ClientApi -{ - /// - /// Интерфейс для механизма вывода отладочных сообщений для обработки вызывающей системой - /// - public interface IHcsLogger - { - void WriteLine(string message); - } -} diff --git a/Hcs.Client/ClientApi/IHcsMessageCapture.cs b/Hcs.Client/ClientApi/IHcsMessageCapture.cs deleted file mode 100644 index 56bf46d..0000000 --- a/Hcs.Client/ClientApi/IHcsMessageCapture.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Hcs.ClientApi -{ - /// - /// Интерфейс для механизма захвата отправляемых и принимаемых - /// SOAP сообщений в ходе коммуникации с ГИС ЖКХ - /// - public interface IHcsMessageCapture - { - void CaptureMessage(bool sentOrReceived, string messageBody); - } -} diff --git a/Hcs.Client/ClientApi/NsiApi/HcsMethodExportNsi.cs b/Hcs.Client/ClientApi/NsiApi/HcsMethodExportNsi.cs deleted file mode 100644 index 0d79bb2..0000000 --- a/Hcs.Client/ClientApi/NsiApi/HcsMethodExportNsi.cs +++ /dev/null @@ -1,115 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using Nsi = Hcs.Service.Async.Nsi.v15_7_0_1; - -namespace Hcs.ClientApi.NsiApi -{ - /// - /// Операции экспорта данных справочников поставщика информации ГИС ЖКХ - /// - internal class HcsMethodExportNsi : HcsNsiMethod - { - public HcsMethodExportNsi(HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - CanBeRestarted = true; - } - - /// - /// Возвращает данные справочников поставщика информации - /// - /// Реестровый номер справочника - /// Токен отмены - /// Список справочников - public async Task> GetNsiItem(int regNum, CancellationToken token) - { - var request = new Nsi.exportDataProviderNsiItemRequest - { - Id = HcsConstants.SignedXmlElementId, - RegistryNumber = GetRegNumFromInt(regNum), - // http://open-gkh.ru/Nsi/exportDataProviderNsiItemRequest.html - version = "10.0.1.2" - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var response = await portClient.exportDataProviderNsiItemAsync(CreateRequestHeader(), request); - return response.AckRequest.Ack; - }, token); - - return stateResult.Items - .OfType() - .Select(x => AdoptNsiItemType(x)); - } - - private Nsi.exportDataProviderNsiItemRequestRegistryNumber GetRegNumFromInt(int regNum) - { - switch (regNum) - { - case 1: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item1; - case 51: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item51; - case 59: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item59; - case 219: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item219; - case 272: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item272; - case 302: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item302; - case 337: - return Nsi.exportDataProviderNsiItemRequestRegistryNumber.Item337; - default: - throw new NotImplementedException($"Cannot convert {regNum} to {typeof(Nsi.exportDataProviderNsiItemRequestRegistryNumber)}"); - } - } - - private ГисСправочник AdoptNsiItemType(Nsi.NsiItemType input) - { - var справочник = new ГисСправочник() - { - реестровыйНомер = input.NsiItemRegistryNumber, - датаФормирования = input.Created, - элементы = AdoptNsiElementTypes(input.NsiElement) - }; - - return справочник; - } - - private ГисЭлементСправочника[] AdoptNsiElementTypes(Nsi.NsiElementType[] input) - { - var элементыСправочника = new List<ГисЭлементСправочника>(); - foreach (var element in input) - { - var поляЭлементаСправочника = new List<ГисПолеЭлементаСправочника>(); - foreach (var field in element.NsiElementField) - { - CallOnType(field, x => - { - поляЭлементаСправочника.Add(new ГисПолеЭлементаСправочника() - { - наименование = x.Name, - значение = x.Value - }); - }); - } - - элементыСправочника.Add(new ГисЭлементСправочника() - { - код = element.Code, - гуид = ParseGuid(element.GUID), - актуальный = element.IsActual, - поля = [.. поляЭлементаСправочника], - элементы = element.ChildElement?.Length > 0 ? AdoptNsiElementTypes(element.ChildElement) : null - }); - } - return [.. элементыСправочника]; - } - } -} diff --git a/Hcs.Client/ClientApi/NsiApi/HcsNsiApi.cs b/Hcs.Client/ClientApi/NsiApi/HcsNsiApi.cs deleted file mode 100644 index a9e9b4e..0000000 --- a/Hcs.Client/ClientApi/NsiApi/HcsNsiApi.cs +++ /dev/null @@ -1,36 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.NsiApi -{ - public class HcsNsiApi - { - public HcsClientConfig Config { get; private set; } - - public HcsNsiApi(HcsClientConfig config) - { - Config = config; - } - - /// - /// Возвращает данные справочников поставщика информации - /// - /// Реестровый номер справочника - /// Токен отмены - /// Список справочников - public async Task> GetNsiItem(int regNum, CancellationToken token = default) - { - try - { - var method = new HcsMethodExportNsi(Config); - return await method.GetNsiItem(regNum, token); - } - catch (HcsNoResultsRemoteException) - { - return []; - } - } - } -} diff --git a/Hcs.Client/ClientApi/NsiApi/HcsNsiMethod.cs b/Hcs.Client/ClientApi/NsiApi/HcsNsiMethod.cs deleted file mode 100644 index 5095485..0000000 --- a/Hcs.Client/ClientApi/NsiApi/HcsNsiMethod.cs +++ /dev/null @@ -1,112 +0,0 @@ -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using Nsi = Hcs.Service.Async.Nsi.v15_7_0_1; - -namespace Hcs.Service.Async.Nsi.v15_7_0_1 -{ - public partial class AckRequestAck : IHcsAck { } - public partial class getStateResult : IHcsGetStateResultMany { } - public partial class Fault : IHcsFault { } - public partial class HeaderType : IHcsHeaderType { } -} - -namespace Hcs.ClientApi.NsiApi -{ - internal class HcsNsiMethod : HcsRemoteCallMethod - { - public HcsEndPoints EndPoint => HcsEndPoints.NsiAsync; - - public Nsi.RequestHeader CreateRequestHeader() => - HcsRequestHelper.CreateHeader(ClientConfig); - - public HcsNsiMethod(HcsClientConfig config) : base(config) { } - - public System.ServiceModel.EndpointAddress RemoteAddress - => GetEndpointAddress(HcsConstants.EndPointLocator.GetPath(EndPoint)); - - private Nsi.NsiPortsTypeAsyncClient NewPortClient() - { - var client = new Nsi.NsiPortsTypeAsyncClient(_binding, RemoteAddress); - ConfigureEndpointCredentials(client.Endpoint, client.ClientCredentials); - return client; - } - - public async Task SendAndWaitResultAsync( - object request, - Func> sender, - CancellationToken token) - { - token.ThrowIfCancellationRequested(); - - while (true) - { - try - { - return await SendAndWaitResultAsyncImpl(request, sender, token); - } - catch (HcsRestartTimeoutException e) - { - if (!CanBeRestarted) throw new HcsException("Превышен лимит ожидания выполнения запроса", e); - Log($"Перезапускаем запрос типа {request.GetType().Name}..."); - } - } - } - - private async Task SendAndWaitResultAsyncImpl( - object request, - Func> sender, - CancellationToken token) - { - if (request == null) throw new ArgumentNullException("Null request"); - string version = HcsRequestHelper.GetRequestVersionString(request); - _config.Log($"Отправляем запрос: {RemoteAddress.Uri}/{request.GetType().Name} в версии {version}..."); - - var stopWatch = System.Diagnostics.Stopwatch.StartNew(); - - IHcsAck ack; - using (var client = NewPortClient()) - { - ack = await sender(client); - } - - stopWatch.Stop(); - _config.Log($"Запрос принят в обработку за {stopWatch.ElapsedMilliseconds}мс., подтверждение {ack.MessageGUID}"); - - var stateResult = await WaitForResultAsync(ack, true, token); - - stateResult.Items.OfType().ToList().ForEach(x => - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.Description); - }); - - return stateResult; - } - - /// - /// Выполняет однократную проверку наличия результата. - /// Возвращает null если результата еще нет. - /// - protected override async Task TryGetResultAsync(IHcsAck sourceAck, CancellationToken token) - { - using (var client = NewPortClient()) - { - var requestHeader = HcsRequestHelper.CreateHeader(_config); - var requestBody = new Nsi.getStateRequest { MessageGUID = sourceAck.MessageGUID }; - - var response = await client.getStateAsync(requestHeader, requestBody); - var resultBody = response.getStateResult; - - if (resultBody.RequestState == HcsAsyncRequestStateTypes.Ready) - { - return resultBody; - } - - return null; - } - } - } -} diff --git a/Hcs.Client/ClientApi/NsiCommonApi/HcsMethodExportNsiCommon.cs b/Hcs.Client/ClientApi/NsiCommonApi/HcsMethodExportNsiCommon.cs deleted file mode 100644 index 3c29369..0000000 --- a/Hcs.Client/ClientApi/NsiCommonApi/HcsMethodExportNsiCommon.cs +++ /dev/null @@ -1,88 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; - -using NsiCommon = Hcs.Service.Async.NsiCommon.v15_7_0_1; - -namespace Hcs.ClientApi.NsiCommonApi -{ - /// - /// Операции экспорта общих справочников подсистемы НСИ - /// - internal class HcsMethodExportNsiCommon : HcsNsiCommonMethod - { - public HcsMethodExportNsiCommon(HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - CanBeRestarted = true; - } - - /// - /// Возвращает общий справочник подсистемы НСИ - /// - /// Реестровый номер справочника - /// Токен отмены - /// Справочник - public async Task<ГисСправочник> GetNsiItem(int regNum, CancellationToken token) - { - var request = new NsiCommon.exportNsiItemRequest - { - Id = HcsConstants.SignedXmlElementId, - RegistryNumber = regNum.ToString(), - // http://open-gkh.ru/NsiCommon/exportNsiItemRequest.html - version = "10.0.1.2" - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var response = await portClient.exportNsiItemAsync(CreateRequestHeader(), request); - return response.AckRequest.Ack; - }, token); - - return AdoptNsiItemType(stateResult.Item as NsiCommon.NsiItemType); - } - - private ГисСправочник AdoptNsiItemType(NsiCommon.NsiItemType input) - { - var справочник = new ГисСправочник() - { - реестровыйНомер = input.NsiItemRegistryNumber, - датаФормирования = input.Created, - элементы = AdoptNsiElementTypes(input.NsiElement) - }; - - return справочник; - } - - private ГисЭлементСправочника[] AdoptNsiElementTypes(NsiCommon.NsiElementType[] input) - { - var элементыСправочника = new List<ГисЭлементСправочника>(); - foreach (var element in input) - { - var поляЭлементаСправочника = new List<ГисПолеЭлементаСправочника>(); - foreach (var field in element.NsiElementField) - { - CallOnType(field, x => - { - поляЭлементаСправочника.Add(new ГисПолеЭлементаСправочника() - { - наименование = x.Name, - значение = x.Value - }); - }); - } - - элементыСправочника.Add(new ГисЭлементСправочника() - { - код = element.Code, - гуид = ParseGuid(element.GUID), - актуальный = element.IsActual, - поля = [.. поляЭлементаСправочника], - элементы = element.ChildElement?.Length > 0 ? AdoptNsiElementTypes(element.ChildElement) : null - }); - } - return [.. элементыСправочника]; - } - } -} diff --git a/Hcs.Client/ClientApi/NsiCommonApi/HcsNsiCommonApi.cs b/Hcs.Client/ClientApi/NsiCommonApi/HcsNsiCommonApi.cs deleted file mode 100644 index e9ff8c2..0000000 --- a/Hcs.Client/ClientApi/NsiCommonApi/HcsNsiCommonApi.cs +++ /dev/null @@ -1,35 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.NsiCommonApi -{ - public class HcsNsiCommonApi - { - public HcsClientConfig Config { get; private set; } - - public HcsNsiCommonApi(HcsClientConfig config) - { - Config = config; - } - - /// - /// Возвращает данные справочников поставщика информации - /// - /// Реестровый номер справочника - /// Токен отмены - /// Список справочников - public async Task<ГисСправочник> GetNsiItem(int regNum, CancellationToken token = default) - { - try - { - var method = new HcsMethodExportNsiCommon(Config); - return await method.GetNsiItem(regNum, token); - } - catch (HcsNoResultsRemoteException) - { - return null; - } - } - } -} diff --git a/Hcs.Client/ClientApi/NsiCommonApi/HcsNsiCommonMethod.cs b/Hcs.Client/ClientApi/NsiCommonApi/HcsNsiCommonMethod.cs deleted file mode 100644 index e98aada..0000000 --- a/Hcs.Client/ClientApi/NsiCommonApi/HcsNsiCommonMethod.cs +++ /dev/null @@ -1,111 +0,0 @@ -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Threading; -using System.Threading.Tasks; - -using NsiCommon = Hcs.Service.Async.NsiCommon.v15_7_0_1; - -namespace Hcs.Service.Async.NsiCommon.v15_7_0_1 -{ - public partial class AckRequestAck : IHcsAck { } - public partial class getStateResult : IHcsGetStateResultOne { } - public partial class Fault : IHcsFault { } - public partial class HeaderType : IHcsHeaderType { } -} - -namespace Hcs.ClientApi.NsiCommonApi -{ - internal class HcsNsiCommonMethod : HcsRemoteCallMethod - { - public HcsEndPoints EndPoint => HcsEndPoints.NsiCommonAsync; - - public NsiCommon.ISRequestHeader CreateRequestHeader() => - HcsRequestHelper.CreateHeader(ClientConfig); - - public HcsNsiCommonMethod(HcsClientConfig config) : base(config) { } - - public System.ServiceModel.EndpointAddress RemoteAddress - => GetEndpointAddress(HcsConstants.EndPointLocator.GetPath(EndPoint)); - - private NsiCommon.NsiPortsTypeAsyncClient NewPortClient() - { - var client = new NsiCommon.NsiPortsTypeAsyncClient(_binding, RemoteAddress); - ConfigureEndpointCredentials(client.Endpoint, client.ClientCredentials); - return client; - } - - public async Task SendAndWaitResultAsync( - object request, - Func> sender, - CancellationToken token) - { - token.ThrowIfCancellationRequested(); - - while (true) - { - try - { - return await SendAndWaitResultAsyncImpl(request, sender, token); - } - catch (HcsRestartTimeoutException e) - { - if (!CanBeRestarted) throw new HcsException("Превышен лимит ожидания выполнения запроса", e); - Log($"Перезапускаем запрос типа {request.GetType().Name}..."); - } - } - } - - private async Task SendAndWaitResultAsyncImpl( - object request, - Func> sender, - CancellationToken token) - { - if (request == null) throw new ArgumentNullException("Null request"); - string version = HcsRequestHelper.GetRequestVersionString(request); - _config.Log($"Отправляем запрос: {RemoteAddress.Uri}/{request.GetType().Name} в версии {version}..."); - - var stopWatch = System.Diagnostics.Stopwatch.StartNew(); - - IHcsAck ack; - using (var client = NewPortClient()) - { - ack = await sender(client); - } - - stopWatch.Stop(); - _config.Log($"Запрос принят в обработку за {stopWatch.ElapsedMilliseconds}мс., подтверждение {ack.MessageGUID}"); - - var stateResult = await WaitForResultAsync(ack, true, token); - - if (stateResult.Item is NsiCommon.ErrorMessageType x) - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.Description); - } - - return stateResult; - } - - /// - /// Выполняет однократную проверку наличия результата. - /// Возвращает null если результата еще нет. - /// - protected override async Task TryGetResultAsync(IHcsAck sourceAck, CancellationToken token) - { - using (var client = NewPortClient()) - { - var requestHeader = HcsRequestHelper.CreateHeader(_config); - var requestBody = new NsiCommon.getStateRequest { MessageGUID = sourceAck.MessageGUID }; - - var response = await client.getStateAsync(requestHeader, requestBody); - var resultBody = response.getStateResult; - - if (resultBody.RequestState == HcsAsyncRequestStateTypes.Ready) - { - return resultBody; - } - - return null; - } - } - } -} diff --git a/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsMethodExportOrgRegistry.cs b/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsMethodExportOrgRegistry.cs deleted file mode 100644 index 0636d9b..0000000 --- a/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsMethodExportOrgRegistry.cs +++ /dev/null @@ -1,133 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using OrgRegistryCommon = Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1; - -namespace Hcs.ClientApi.OrgRegistryCommonApi -{ - /// - /// Операции экспорта данных из реестра организаций ГИС ЖКХ - /// - public class HcsMethodExportOrgRegistry : HcsOrgRegistryCommonMethod - { - public HcsMethodExportOrgRegistry(HcsClientConfig config) : base(config) - { - EnableMinimalResponseWaitDelay = true; - CanBeRestarted = true; - } - - /// - /// Возвращает карточки организации в ГИС ЖКХ по номеру ОГРН организации. - /// При отсутствии результатов будет выброшено HcsNoResultsRemoteException. - /// - public async Task> GetOrgByOgrn( - string ogrn, string kpp, CancellationToken token) - { - if (string.IsNullOrEmpty(ogrn)) throw new ArgumentException("Не указан ОГРН для поиска организации"); - if (ogrn.Length != ГисОрганизация.ДлинаОГРН && ogrn.Length != ГисОрганизация.ДлинаОГРНИП) - { - throw new ArgumentException( - $"В строке ОГРН допускается или {ГисОрганизация.ДлинаОГРН} или {ГисОрганизация.ДлинаОГРНИП} символов: {ogrn}"); - } - - var criteria = new OrgRegistryCommon.exportOrgRegistryRequestSearchCriteria(); - if (!string.IsNullOrEmpty(kpp)) - { - criteria.ItemsElementName = [OrgRegistryCommon.ItemsChoiceType3.OGRN, OrgRegistryCommon.ItemsChoiceType3.KPP]; - criteria.Items = [ogrn, kpp]; - } - else - { - if (ogrn.Length == ГисОрганизация.ДлинаОГРНИП) - criteria.ItemsElementName = [OrgRegistryCommon.ItemsChoiceType3.OGRNIP]; - else criteria.ItemsElementName = [OrgRegistryCommon.ItemsChoiceType3.OGRN]; - criteria.Items = [ogrn]; - } - - var request = new OrgRegistryCommon.exportOrgRegistryRequest - { - Id = HcsConstants.SignedXmlElementId, - SearchCriteria = [criteria] - }; - - var stateResult = await SendAndWaitResultAsync(request, async (portClient) => - { - var response = await portClient.exportOrgRegistryAsync(CreateRequestHeader(), request); - return response.AckRequest.Ack; - }, token); - - // В возвращаемой структуре мало ценной информации, только ГУИД организации в ГИС ЖКХ - // (необходимый для размещения договоров) и ГУИД поставщика информации OrgPPAGUID. - // Для организаций с филиалами может вернуться список из нескольких ГУИД. - return stateResult.Items - .OfType() - .Select(x => Adopt(x)); - } - - private ГисОрганизация Adopt(OrgRegistryCommon.exportOrgRegistryResultType orgResult) - { - if (orgResult.OrgVersion == null) - throw new HcsException("В структуре exportOrgRegistryResultType не указано поле OrgVersion"); - - var организация = new ГисОрганизация() - { - ГуидОрганизации = ParseGuid(orgResult.orgRootEntityGUID), - ГуидВерсииОрганизации = ParseGuid(orgResult.OrgVersion.orgVersionGUID), - Действующая = orgResult.OrgVersion.IsActual - }; - - switch (orgResult.OrgVersion.Item) - { - case OrgRegistryCommon.LegalType legal: - организация.ТипОрганизации = ГисТипОрганизации.ЮЛ; - организация.ИНН = legal.INN; - организация.КПП = legal.KPP; - организация.ОГРН = legal.OGRN; - организация.ОКОПФ = legal.OKOPF; - организация.КраткоеИмяОрганизации = legal.ShortName; - организация.ПолноеИмяОрганизации = legal.FullName; - организация.ЮридическийАдрес = legal.Address; - if (legal.ActivityEndDateSpecified) - организация.ДатаЛиквидации = legal.ActivityEndDate; - break; - - case OrgRegistryCommon.EntpsType entps: - организация.ТипОрганизации = ГисТипОрганизации.ИП; - организация.ИНН = entps.INN; - организация.ОГРН = entps.OGRNIP; - организация.Фамилия = entps.Surname; - организация.Имя = entps.FirstName; - организация.Отчество = entps.Patronymic; - break; - - case OrgRegistryCommon.SubsidiaryType sub: - организация.ТипОрганизации = ГисТипОрганизации.Филиал; - организация.ИНН = sub.INN; - организация.КПП = sub.KPP; - организация.ОГРН = sub.OGRN; - организация.ОКОПФ = sub.OKOPF; - организация.КраткоеИмяОрганизации = sub.ShortName; - организация.ПолноеИмяОрганизации = sub.FullName; - организация.ЮридическийАдрес = sub.Address; - if (sub.ActivityEndDateSpecified) - организация.ДатаЛиквидации = sub.ActivityEndDate; - break; - - case OrgRegistryCommon.ForeignBranchType foreign: - организация.ТипОрганизации = ГисТипОрганизации.Иностранный; - организация.ИНН = foreign.INN; - организация.КПП = foreign.KPP; - организация.КраткоеИмяОрганизации = foreign.ShortName; - организация.ПолноеИмяОрганизации = foreign.FullName; - организация.ЮридическийАдрес = foreign.Address; - break; - } - - return организация; - } - } -} diff --git a/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsOrgRegistryCommonApi.cs b/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsOrgRegistryCommonApi.cs deleted file mode 100644 index b6e480e..0000000 --- a/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsOrgRegistryCommonApi.cs +++ /dev/null @@ -1,48 +0,0 @@ -using Hcs.ClientApi.DataTypes; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.OrgRegistryCommonApi -{ - public class HcsOrgRegistryCommonApi - { - public HcsClientConfig Config { get; private set; } - - public HcsOrgRegistryCommonApi(HcsClientConfig config) - { - this.Config = config; - } - - /// - /// Возвращает ГУИДы действующих организаций в ГИС ЖКХ по номеру ОГРН (КПП может быть не указан). - /// Если организации не найдены, возвращается пустой список. - /// - public async Task> GetOrgRootEntityGuidByOgrn( - string ogrn, string kpp, CancellationToken token = default) - { - var orgs = await GetOrgByOgrn(ogrn, kpp, token); - return orgs.Where(x => x.Действующая).Select(x => x.ГуидОрганизации); - } - - /// - /// Возвращает карточки организации в ГИС ЖКХ по номеру ОГРН (КПП может быть не указан). - /// Если организации не найдены, возвращается пустой список. - /// - public async Task> GetOrgByOgrn( - string ogrn, string kpp, CancellationToken token = default) - { - try - { - var method = new HcsMethodExportOrgRegistry(Config); - return await method.GetOrgByOgrn(ogrn, kpp, token); - } - catch (HcsNoResultsRemoteException) - { - return []; - } - } - } -} diff --git a/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsOrgRegistryCommonMethod.cs b/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsOrgRegistryCommonMethod.cs deleted file mode 100644 index e1212be..0000000 --- a/Hcs.Client/ClientApi/OrgRegistryCommonApi/HcsOrgRegistryCommonMethod.cs +++ /dev/null @@ -1,112 +0,0 @@ -using Hcs.ClientApi.RemoteCaller; -using System; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; - -using OrgRegistryCommon = Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1; - -namespace Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1 -{ - public partial class AckRequestAck : IHcsAck { } - public partial class getStateResult : IHcsGetStateResultMany { } - public partial class Fault : IHcsFault { } - public partial class HeaderType : IHcsHeaderType { } -} - -namespace Hcs.ClientApi.OrgRegistryCommonApi -{ - public class HcsOrgRegistryCommonMethod : HcsRemoteCallMethod - { - public HcsEndPoints EndPoint => HcsEndPoints.OrgRegistryCommonAsync; - - public OrgRegistryCommon.ISRequestHeader CreateRequestHeader() => - HcsRequestHelper.CreateHeader(ClientConfig); - - public HcsOrgRegistryCommonMethod(HcsClientConfig config) : base(config) { } - - public System.ServiceModel.EndpointAddress RemoteAddress - => GetEndpointAddress(HcsConstants.EndPointLocator.GetPath(EndPoint)); - - private OrgRegistryCommon.RegOrgPortsTypeAsyncClient NewPortClient() - { - var client = new OrgRegistryCommon.RegOrgPortsTypeAsyncClient(_binding, RemoteAddress); - ConfigureEndpointCredentials(client.Endpoint, client.ClientCredentials); - return client; - } - - public async Task SendAndWaitResultAsync( - object request, - Func> sender, - CancellationToken token) - { - token.ThrowIfCancellationRequested(); - - while (true) - { - try - { - return await SendAndWaitResultAsyncImpl(request, sender, token); - } - catch (HcsRestartTimeoutException e) - { - if (!CanBeRestarted) throw new HcsException("Превышен лимит ожидания выполнения запроса", e); - Log($"Перезапускаем запрос типа {request.GetType().Name}..."); - } - } - } - - private async Task SendAndWaitResultAsyncImpl( - object request, - Func> sender, - CancellationToken token) - { - if (request == null) throw new ArgumentNullException("Null request"); - string version = HcsRequestHelper.GetRequestVersionString(request); - _config.Log($"Отправляем запрос: {RemoteAddress.Uri}/{request.GetType().Name} в версии {version}..."); - - var stopWatch = System.Diagnostics.Stopwatch.StartNew(); - - IHcsAck ack; - using (var client = NewPortClient()) - { - ack = await sender(client); - } - - stopWatch.Stop(); - _config.Log($"Запрос принят в обработку за {stopWatch.ElapsedMilliseconds}мс., подтверждение {ack.MessageGUID}"); - - var stateResult = await WaitForResultAsync(ack, true, token); - - stateResult.Items.OfType().ToList().ForEach(x => - { - throw HcsRemoteException.CreateNew(x.ErrorCode, x.Description); - }); - - return stateResult; - } - - /// - /// Выполняет однократную проверку наличия результата. - /// Возвращает null если результата еще нет. - /// - protected override async Task TryGetResultAsync(IHcsAck sourceAck, CancellationToken token) - { - using (var client = NewPortClient()) - { - var requestHeader = HcsRequestHelper.CreateHeader(_config); - var requestBody = new OrgRegistryCommon.getStateRequest { MessageGUID = sourceAck.MessageGUID }; - - var response = await client.getStateAsync(requestHeader, requestBody); - var resultBody = response.getStateResult; - - if (resultBody.RequestState == HcsAsyncRequestStateTypes.Ready) - { - return resultBody; - } - - return null; - } - } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/GostSigningEndpointBehavior.cs b/Hcs.Client/ClientApi/RemoteCaller/GostSigningEndpointBehavior.cs deleted file mode 100644 index 8395307..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/GostSigningEndpointBehavior.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.ServiceModel.Channels; -using System.ServiceModel.Description; -using System.ServiceModel.Dispatcher; - -namespace Hcs.ClientApi.RemoteCaller -{ - public class GostSigningEndpointBehavior : IEndpointBehavior - { - private HcsClientConfig clientConfig; - - public GostSigningEndpointBehavior(HcsClientConfig clientConfig) - { - this.clientConfig = clientConfig; - } - - public void Validate(ServiceEndpoint endpoint) - { - } - - public void AddBindingParameters(ServiceEndpoint endpoint, BindingParameterCollection bindingParameters) - { - } - - public void ApplyDispatchBehavior(ServiceEndpoint endpoint, EndpointDispatcher endpointDispatcher) - { - } - - public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) - { - clientRuntime.MessageInspectors.Add( - new GostSigningMessageInspector(clientConfig)); - } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/GostSigningMessageInspector.cs b/Hcs.Client/ClientApi/RemoteCaller/GostSigningMessageInspector.cs deleted file mode 100644 index e12163f..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/GostSigningMessageInspector.cs +++ /dev/null @@ -1,120 +0,0 @@ -using GostXades; -using System; -using System.IO; -using System.ServiceModel; -using System.ServiceModel.Channels; -using System.ServiceModel.Dispatcher; -using System.Text; -using System.Xml; - -namespace Hcs.ClientApi.RemoteCaller -{ - /// - /// Фильтр сообщений добавляет в XML сообщение электронную подпись XADES/GOST. - /// - internal class GostSigningMessageInspector : IClientMessageInspector - { - private HcsClientConfig clientConfig; - - public GostSigningMessageInspector(HcsClientConfig clientConfig) - { - this.clientConfig = clientConfig; - } - - public object BeforeSendRequest(ref Message request, IClientChannel channel) - { - try - { - string filterHeader = " Фильтр отправки:"; - - PurgeDebuggerHeaders(ref request); - var messageBody = GetMessageBodyString(ref request, Encoding.UTF8); - - if (!messageBody.Contains(HcsConstants.SignedXmlElementId)) - { - clientConfig.MaybeCaptureMessage(true, messageBody); - } - else - { - string certInfo = HcsX509Tools.ДатьСтрокуФИОСертификатаСДатойОкончания(clientConfig.Certificate); - clientConfig.Log($"{filterHeader} подписываю сообщение ключем [{certInfo}]..."); - - var stopwatch = System.Diagnostics.Stopwatch.StartNew(); - var service = new GostXadesBesService(clientConfig.CryptoProviderType); - var signedXml = service.Sign(messageBody, - HcsConstants.SignedXmlElementId, - clientConfig.CertificateThumbprint, - clientConfig.CertificatePassword); - stopwatch.Stop(); - - clientConfig.Log($"{filterHeader} сообщение подписано за {stopwatch.ElapsedMilliseconds}мс."); - - clientConfig.MaybeCaptureMessage(true, signedXml); - - request = Message.CreateMessage( - XmlReaderFromString(signedXml), int.MaxValue, request.Version); - } - } - catch (Exception ex) - { - string error = $"В {GetType().Name} произошло исключение"; - throw new Exception(error, ex); - } - - return null; - } - - public void AfterReceiveReply(ref Message reply, object correlationState) - { - clientConfig.MaybeCaptureMessage(false, reply.ToString()); - } - - private void PurgeDebuggerHeaders(ref Message request) - { - int limit = request.Headers.Count; - for (int i = 0; i < limit; ++i) - { - if (request.Headers[i].Name.Equals("VsDebuggerCausalityData")) - { - request.Headers.RemoveAt(i); - break; - } - } - } - - string GetMessageBodyString(ref Message request, Encoding encoding) - { - MessageBuffer mb = request.CreateBufferedCopy(int.MaxValue); - - request = mb.CreateMessage(); - - Stream s = new MemoryStream(); - XmlWriter xw = XmlWriter.Create(s); - mb.CreateMessage().WriteMessage(xw); - xw.Flush(); - s.Position = 0; - - byte[] bXML = new byte[s.Length]; - s.Read(bXML, 0, (int)s.Length); - - if (bXML[0] != (byte)'<') - { - return encoding.GetString(bXML, 3, bXML.Length - 3); - } - else - { - return encoding.GetString(bXML, 0, bXML.Length); - } - } - - XmlReader XmlReaderFromString(String xml) - { - var stream = new MemoryStream(); - var writer = new System.IO.StreamWriter(stream); - writer.Write(xml); - writer.Flush(); - stream.Position = 0; - return XmlReader.Create(stream); - } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/HcsPagedResultState.cs b/Hcs.Client/ClientApi/RemoteCaller/HcsPagedResultState.cs deleted file mode 100644 index ec9d51b..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/HcsPagedResultState.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; - -namespace Hcs.ClientApi.RemoteCaller -{ - /// - /// Состояние многостраничной выдачи для методов HCS выдыющих длинные списки. - /// Списки выдаются порциями по 100 позиций и в каждой порции указано состояние - /// многостраничной выдачи одним значением - это либо bool со значением true что - /// означает что эта порция последняя IsLastPage, либо это строка содержащая - /// guid объекта начала следующей порции - и этот guid надо указать в запросе - /// чтобы получить следующую порцию. - /// - public class HcsPagedResultState - { - /// - /// Состояние указыввает что это последняя страница - /// - public bool IsLastPage { get; private set; } - - /// - /// Состояние указывает что это не последняя страница и - /// следующая страница начинается с NextGuid - /// - public Guid NextGuid { get; private set; } - - private const string me = nameof(HcsPagedResultState); - - public static readonly HcsPagedResultState IsLastPageResultState = new HcsPagedResultState(true); - - /// - /// Новый маркер состояния многостраничной выдачи метода HCS - /// - public HcsPagedResultState(object item) - { - if (item == null) throw new HcsException($"{me}.Item is null"); - - if (item is bool) - { - if ((bool)item == false) throw new HcsException($"{me}.IsLastPage is false"); - IsLastPage = true; - } - else if (item is string) - { - try - { - IsLastPage = false; - NextGuid = HcsUtil.ParseGuid((string)item); - } - catch (Exception e) - { - throw new HcsException($"Failed to parse {me}.NextGuid value", e); - } - } - else - { - throw new HcsException($"{me}.Item is of unrecognized type " + item.GetType().FullName); - } - } - - public override string ToString() - { - return $"{me}({nameof(IsLastPage)}={IsLastPage}" + - (IsLastPage ? "" : $",{nameof(NextGuid)}={NextGuid}") + ")"; - } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/HcsRemoteCallMethod.cs b/Hcs.Client/ClientApi/RemoteCaller/HcsRemoteCallMethod.cs deleted file mode 100644 index 4fa93e5..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/HcsRemoteCallMethod.cs +++ /dev/null @@ -1,373 +0,0 @@ -using System; -using System.Linq; -using System.Security.Cryptography.X509Certificates; -using System.ServiceModel; -using System.ServiceModel.Channels; -using System.ServiceModel.Description; -using System.Text; -using System.Threading; -using System.Threading.Tasks; - -namespace Hcs.ClientApi.RemoteCaller -{ - /// - /// Базовый класс для методов HCS вызываемых удаленно - /// - public abstract class HcsRemoteCallMethod where T : IHcsGetStateResult - { - public HcsClientConfig _config; - protected CustomBinding _binding; - - /// - /// Для методов возвращающих мало данных можно попробовать сократить - /// начальный период ожидания подготовки ответа - /// - public bool EnableMinimalResponseWaitDelay { get; internal set; } - - /// - /// Для противодействия зависанию ожидания вводится предел ожидания в минутах - /// для методов которые можно перезапустить заново с теми же параметрами. - /// С периодом в 120 минут 09.2024 не успевали за ночь получить все данные. - /// - public int RestartTimeoutMinutes = 20; - - /// - /// Можно ли этот метод перезапускать в случае зависания ожидания или в случае сбоя на сервере? - /// - public bool CanBeRestarted { get; protected set; } - - public HcsClientConfig ClientConfig => _config; - - public HcsRemoteCallMethod(HcsClientConfig config) - { - this._config = config; - ConfigureBinding(); - } - - private void ConfigureBinding() - { - _binding = new CustomBinding(); - - // Эксперимент 19.07.2022 возникает ошибка WCF (TimeoutException 60 сек) - _binding.ReceiveTimeout = TimeSpan.FromSeconds(180); - _binding.OpenTimeout = TimeSpan.FromSeconds(180); - _binding.SendTimeout = TimeSpan.FromSeconds(180); - _binding.CloseTimeout = TimeSpan.FromSeconds(180); - - _binding.Elements.Add(new TextMessageEncodingBindingElement - { - MessageVersion = MessageVersion.Soap11, - WriteEncoding = Encoding.UTF8 - }); - - if (_config.UseTunnel) - { - if (System.Diagnostics.Process.GetProcessesByName("stunnel").Any() ? false : true) - { - throw new Exception("stunnel не запущен"); - } - - _binding.Elements.Add(new HttpTransportBindingElement - { - AuthenticationScheme = (_config.IsPPAK ? System.Net.AuthenticationSchemes.Digest : System.Net.AuthenticationSchemes.Basic), - MaxReceivedMessageSize = int.MaxValue, - UseDefaultWebProxy = false - }); - } - else - { - _binding.Elements.Add(new HttpsTransportBindingElement - { - AuthenticationScheme = (_config.IsPPAK ? System.Net.AuthenticationSchemes.Digest : System.Net.AuthenticationSchemes.Basic), - MaxReceivedMessageSize = int.MaxValue, - UseDefaultWebProxy = false, - RequireClientCertificate = true - }); - } - } - - protected EndpointAddress GetEndpointAddress(string endpointName) - { - return new EndpointAddress(_config.ComposeEndpointUri(endpointName)); - } - - protected void ConfigureEndpointCredentials( - ServiceEndpoint serviceEndpoint, ClientCredentials clientCredentials) - { - serviceEndpoint.EndpointBehaviors.Add(new GostSigningEndpointBehavior(_config)); - - if (!_config.IsPPAK) - { - clientCredentials.UserName.UserName = HcsConstants.UserAuth.Name; - clientCredentials.UserName.Password = HcsConstants.UserAuth.Passwd; - - System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate ( - object sender, X509Certificate serverCertificate, X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors) - { - return true; - }; - } - else - { - bool letSystemValidateServerCertificate = false; - if (!letSystemValidateServerCertificate) - { - System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate ( - object sender, X509Certificate serverCertificate, X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors) - { - // 06.06.2024 возникла ошибка "Это может быть связано с тем, что сертификат сервера - // не настроен должным образом с помощью HTTP.SYS в случае HTTPS." - // ГИС ЖКХ заменил сертификат сервера HTTPS и System.Net не смогла проверить новый. - // В похожем случае необходимо включить "return true" чтобы любой сертификат - // без проверки принимался (или найти файл lk_api_dom_gosuslugi_ru.cer нового сертификата - // сервера ГИС ЖКХ API в разделе "Регламенты и инструкции" портала dom.gosuslugi.ru - // и установить этот сертификат текущему пользователю). - // Файл сертификата сервера API в разделе "Регламенты и инструкции" называется, например, так: - // "Сертификат открытого ключа для организации защищенного TLS соединения с сервисами - // легковесной интеграции (c 10.06.2024)". - return true; - }; - } - } - - if (!_config.UseTunnel) - { - clientCredentials.ClientCertificate.SetCertificate( - StoreLocation.CurrentUser, - StoreName.My, - X509FindType.FindByThumbprint, - _config.CertificateThumbprint); - } - } - - /// - /// Выполнение одной попытки пооучить результат операции. - /// Реализуется в производных классах. - /// - protected abstract Task TryGetResultAsync(IHcsAck sourceAck, CancellationToken token); - - /// - /// Основной алгоритм ожидания ответа на асинхронный запрос. - /// Из документации ГИС ЖКХ: - /// Также рекомендуем придерживаться следующего алгоритма отправки запросов на получение статуса обработки пакета в случае использования асинхронных сервисов ГИС ЖКХ (в рамках одного MessageGUID): - /// - первый запрос getState направлять не ранее чем через 10 секунд, после получения квитанции о приеме пакета с бизнес-данными от сервиса ГИС КЖХ; - /// - в случае, если на первый запрос getSate получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 60 секунд после отправки предыдущего запроса; - /// - в случае, если на второй запрос getSate получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 300 секунд после отправки предыдущего запроса; - /// - в случае, если на третий запрос getSate получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 900 секунд после отправки предыдущего запроса; - /// - в случае, если на четвертый(и все последующие запросы) getState получен результат с RequestState равным "1" или "2", то следующий запрос getState необходимо направлять не ранее чем через 1800 секунд после отправки предыдущего запроса. - /// - protected async Task WaitForResultAsync( - IHcsAck ack, bool withInitialDelay, CancellationToken token) - { - var startTime = DateTime.Now; - T result; - for (int attempts = 1; ; attempts++) - { - token.ThrowIfCancellationRequested(); - - int delaySec = EnableMinimalResponseWaitDelay ? 2 : 5; - if (attempts >= 2) delaySec = 5; - if (attempts >= 3) delaySec = 10; - if (attempts >= 5) delaySec = 20; - if (attempts >= 7) delaySec = 40; - if (attempts >= 9) delaySec = 80; - if (attempts >= 12) delaySec = 300; - - if (attempts > 1 || withInitialDelay) - { - var minutesElapsed = (int)(DateTime.Now - startTime).TotalMinutes; - if (CanBeRestarted && minutesElapsed > RestartTimeoutMinutes) - throw new HcsRestartTimeoutException($"Превышено ожидание в {RestartTimeoutMinutes} минут"); - - _config.Log($"Ожидаю {delaySec} сек. до попытки #{attempts}" + - $" получить ответ (ожидание {minutesElapsed} минут(ы))..."); - - await Task.Delay(delaySec * 1000, token); - } - - _config.Log($"Запрашиваю ответ, попытка #{attempts} {ThreadIdText}..."); - result = await TryGetResultAsync(ack, token); - if (result != null) break; - } - - _config.Log($"Ответ получен"); - return result; - } - - /// - /// Исполнение повторяемой операции некоторое дпустимое число ошибок - /// - public async Task RunRepeatableTaskAsync( - Func> taskFunc, Func canIgnoreFunc, int maxAttempts) - { - for (int attempts = 1; ; attempts++) - { - try - { - return await taskFunc(); - } - catch (Exception e) - { - if (canIgnoreFunc(e)) - { - if (attempts < maxAttempts) - { - Log($"Игнорирую {attempts} из {maxAttempts} допустимых ошибок"); - continue; - } - throw new HcsException( - $"Более {maxAttempts} продолжений после допустимых ошибок", e); - } - throw new HcsException("Вложенная ошибка", e); - } - } - } - - /// - /// Для запросов к серверу которые можно направлять несколько раз, разрешаем - /// серверу аномально отказаться. Предполагается, что здесь мы игнорируем - /// только жесткие отказы серверной инфраструктуры, которые указывают - /// что запрос даже не был принят в обработку. Также все запросы на - /// чтение можно повторять в случае их серверных системных ошибок. - /// - protected async Task RunRepeatableTaskInsistentlyAsync( - Func> func, CancellationToken token) - { - int afterErrorDelaySec = 120; - for (int attempt = 1; ; attempt++) - { - try - { - return await func(); - } - catch (Exception e) - { - string marker; - if (CanIgnoreSuchException(e, out marker)) - { - _config.Log($"Игнорирую ошибку #{attempt} типа [{marker}]."); - _config.Log($"Ожидаю {afterErrorDelaySec} сек. до повторения после ошибки..."); - await Task.Delay(afterErrorDelaySec * 1000, token); - continue; - } - - if (e is HcsRestartTimeoutException) - throw new HcsRestartTimeoutException("Наступило событие рестарта", e); - - // Ошибки удаленной системы, которые нельзя игнорировать, дублируем для точности перехвата - if (e is HcsRemoteException) throw HcsRemoteException.CreateNew(e as HcsRemoteException); - throw new HcsException("Ошибка, которую нельзя игнорировать", e); - } - } - } - - // "[EXP001000] Произошла ошибка при передаче данных. Попробуйте осуществить передачу данных повторно", - // Видимо, эту ошибку нельзя включать здесь. Предположительно это маркер DDOS защиты и если отправлять - // точно такой же пакет повторно, то ошибка входит в бесконечный цикл - необходимо заново - // собирать пакет с новыми кодами и временем и новой подписью. Такую ошибку надо обнаруживать - // на более высоком уровне и заново отправлять запрос новым пакетом. (21.09.2022) - private static string[] ignorableSystemErrorMarkers = { - "Истекло время ожидания шлюза", - "Базовое соединение закрыто: Соединение, которое должно было работать, было разорвано сервером", - "Попробуйте осуществить передачу данных повторно", // Включено 18.10.2024, HouseManagement API сильно сбоит - "(502) Недопустимый шлюз", - "(503) Сервер не доступен" - }; - - private bool CanIgnoreSuchException(Exception e, out string resultMarker) - { - foreach (var marker in ignorableSystemErrorMarkers) - { - var found = HcsUtil.EnumerateInnerExceptions(e).Find( - x => x.Message != null && x.Message.Contains(marker)); - if (found != null) - { - resultMarker = marker; - return true; - } - } - - resultMarker = null; - return false; - } - - /// - /// Проверяет массив @items на содержание строго одного элемента типа @T и этот элемент - /// - protected T RequireSingleItem(object[] items) - { - if (items == null) - throw new HcsException($"Array of type {typeof(T)} must not be null"); - if (items.Length == 0) - throw new HcsException($"Array of type {typeof(T)} must not be empty"); - if (items.Length > 1) - throw new HcsException($"Array of type {typeof(T)} must contain 1 element, not {items.Length} of type {items[0].GetType().FullName}"); - return RequireType(items[0]); - } - - /// - /// Проверяет @obj на соответствие типу @T и возвращает преобразованный объект - /// - protected T RequireType(object obj) - { - if (obj != null) - { - if (typeof(T) == obj.GetType()) return (T)obj; - } - - throw new HcsException( - $"Require object of type {typeof(T)} but got" + - (obj == null ? "null" : obj.GetType().FullName)); - } - - internal static HcsException NewUnexpectedObjectException(object obj) - { - if (obj == null) return new HcsException("unexpected object is null"); - return new HcsException($"Unexpected object [{obj}] of type {obj.GetType().FullName}"); - } - - public static string FormatGuid(Guid guid) => HcsUtil.FormatGuid(guid); - - public static string FormatGuid(Guid? guid) => (guid != null) ? FormatGuid((Guid)guid) : null; - - public static Guid ParseGuid(string guid) => HcsUtil.ParseGuid(guid); - - public static Guid ParseGuid(object obj) - { - if (obj == null) throw new HcsException("Can't parse null as Guid"); - if (obj is Guid) return (Guid)obj; - return ParseGuid(obj.ToString()); - } - - public static Guid[] ParseGuidArray(string[] array) - { - if (array == null) return null; - return array.ToList().Select(x => ParseGuid(x)).ToArray(); - } - - public bool IsArrayEmpty(Array a) => (a == null || a.Length == 0); - - public string MakeEmptyNull(string s) - { - return string.IsNullOrEmpty(s) ? null : s; - } - - /// - /// Выполняет @action на объекте @x если объект не пустой и приводится к типу @T - /// - public void CallOnType(object x, Action action) where T : class - { - var t = x as T; - if (t != null) action(t); - } - - /// - /// Возвращает индентификатор текущего исполняемого потока - /// - public int ThreadId => System.Environment.CurrentManagedThreadId; - - public string ThreadIdText => $"(thread #{ThreadId})"; - - public void Log(string message) => ClientConfig.Log(message); - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/HcsRequestHelper.cs b/Hcs.Client/ClientApi/RemoteCaller/HcsRequestHelper.cs deleted file mode 100644 index f8c488a..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/HcsRequestHelper.cs +++ /dev/null @@ -1,84 +0,0 @@ -using System; -using System.Linq; - -namespace Hcs.ClientApi.RemoteCaller -{ - public static class HcsRequestHelper - { - /// - /// Подготовка заголовка сообщения отправляемого в ГИС ЖКХ с обязательными атрибутами. - /// Заголовки могут быть разного типа для разных типов сообщений но имена полей одинаковые. - /// - public static THeaderType CreateHeader(HcsClientConfig config) where THeaderType : class - { - try - { - var instance = Activator.CreateInstance(typeof(THeaderType)); - - foreach (var prop in instance.GetType().GetProperties()) - { - switch (prop.Name) - { - case "Item": - prop.SetValue(instance, config.OrgPPAGUID); - break; - case "ItemElementName": - prop.SetValue(instance, Enum.Parse(prop.PropertyType, "orgPPAGUID")); - break; - case "MessageGUID": - prop.SetValue(instance, Guid.NewGuid().ToString()); - break; - case "Date": - prop.SetValue(instance, DateTime.Now); - break; - case "IsOperatorSignatureSpecified": - if (config.Role == HcsOrganizationRoles.RC || config.Role == HcsOrganizationRoles.RSO) - prop.SetValue(instance, true); - break; - case "IsOperatorSignature": - if (config.Role == HcsOrganizationRoles.RC || config.Role == HcsOrganizationRoles.RSO) - prop.SetValue(instance, true); - break; - } - } - - return instance as THeaderType; - } - catch (ArgumentNullException ex) - { - throw new ApplicationException($"При сборке заголовка запроса для ГИС произошла ошибка: {ex.Message}"); - } - catch (SystemException exc) - { - throw new ApplicationException($"При сборке заголовка запроса для ГИС произошла не предвиденная ошибка {exc.GetBaseException().Message}"); - } - } - - /// - /// Для объекта запроса возвращает значение строки свойства version - /// - public static string GetRequestVersionString(object requestObject) - { - if (requestObject == null) return null; - object versionHost = requestObject; - - if (versionHost != null) - { - var versionProperty = versionHost.GetType().GetProperties().FirstOrDefault(x => x.Name == "version"); - if (versionProperty != null) return versionProperty.GetValue(versionHost) as string; - } - - foreach (var field in requestObject.GetType().GetFields()) - { - versionHost = field.GetValue(requestObject); - if (versionHost != null) - { - var versionProperty = versionHost.GetType().GetProperties().FirstOrDefault(x => x.Name == "version"); - if (versionProperty != null) return versionProperty.GetValue(versionHost) as string; - } - } - - return null; - } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/HcsServicePointConfig.cs b/Hcs.Client/ClientApi/RemoteCaller/HcsServicePointConfig.cs deleted file mode 100644 index ac6b2e0..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/HcsServicePointConfig.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Hcs.ClientApi.RemoteCaller -{ - /// - /// Конфигурация ServicePointManager для работы с TLS. Скорее всего класс не нужен. - /// - public static class HcsServicePointConfig - { - public static void InitConfig() - { - // TODO: Проверить комментарий - // Отключено 15.12.2023, работает и так - //ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; - //ServicePointManager.CheckCertificateRevocationList = false; - //ServicePointManager.ServerCertificateValidationCallback = ((sender, certificate, chain, sslPolicyErrors) => true); - //ServicePointManager.Expect100Continue = false; - } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/IHcsAck.cs b/Hcs.Client/ClientApi/RemoteCaller/IHcsAck.cs deleted file mode 100644 index 7d1fdf4..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/IHcsAck.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Hcs.ClientApi.RemoteCaller -{ - public interface IHcsAck - { - string MessageGUID { get; set; } - string RequesterMessageGUID { get; set; } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/IHcsFault.cs b/Hcs.Client/ClientApi/RemoteCaller/IHcsFault.cs deleted file mode 100644 index deb172d..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/IHcsFault.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Hcs.ClientApi.RemoteCaller -{ - public interface IHcsFault - { - string ErrorCode { get; set; } - string ErrorMessage { get; set; } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResult.cs b/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResult.cs deleted file mode 100644 index 3a4e91d..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResult.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Hcs.ClientApi.RemoteCaller -{ - /// - /// Интерфейс-маркер - /// - public interface IHcsGetStateResult { } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResultMany.cs b/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResultMany.cs deleted file mode 100644 index a8b6729..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResultMany.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Hcs.ClientApi.RemoteCaller -{ - public interface IHcsGetStateResultMany : IHcsGetStateResult - { - object[] Items { get; set; } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResultOne.cs b/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResultOne.cs deleted file mode 100644 index ccb8164..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/IHcsGetStateResultOne.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Hcs.ClientApi.RemoteCaller -{ - public interface IHcsGetStateResultOne : IHcsGetStateResult - { - object Item { get; set; } - } -} diff --git a/Hcs.Client/ClientApi/RemoteCaller/IHcsHeaderType.cs b/Hcs.Client/ClientApi/RemoteCaller/IHcsHeaderType.cs deleted file mode 100644 index c1505a3..0000000 --- a/Hcs.Client/ClientApi/RemoteCaller/IHcsHeaderType.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace Hcs.ClientApi.RemoteCaller -{ - public interface IHcsHeaderType - { - string MessageGUID { get; set; } - DateTime Date { get; set; } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest.datasource deleted file mode 100644 index b3d54fe..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader.datasource deleted file mode 100644 index 320f154..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse.datasource deleted file mode 100644 index d829947..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse.datasource deleted file mode 100644 index ef6ce6e..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse.datasource deleted file mode 100644 index 851836e..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult.datasource deleted file mode 100644 index c4fb59f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse.datasource deleted file mode 100644 index cbab778..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse.datasource deleted file mode 100644 index 2945b6b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse, Connected Services.Service.Async.DebtRequests.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Reference.cs b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Reference.cs deleted file mode 100644 index adcdffe..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Reference.cs +++ /dev/null @@ -1,5553 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -namespace Hcs.Service.Async.DebtRequests.v15_7_0_1 { - - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string errorMessageField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ErrorMessage { - get { - return this.errorMessageField; - } - set { - this.errorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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/drs/")] - public partial class ImportHousingFundObjectInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] itemsField; - - private ItemsChoiceType3[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("AddressType", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HMObjectGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("addressDetails", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("fiasHouseGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType3[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)] - public enum ItemsChoiceType3 { - - /// - AddressType, - - /// - HMObjectGUID, - - /// - addressDetails, - - /// - fiasHouseGUID, - - /// - houseGUID, - } - - /// - [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://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class DocumentType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private string seriesField; - - private string numberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("number"); - } - } - - 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/drs/")] - public partial class ApplicantInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string firstNameField; - - private string lastNameField; - - private string middleNameField; - - private string snilsField; - - private DocumentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string firstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("firstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string lastName { - get { - return this.lastNameField; - } - set { - this.lastNameField = value; - this.RaisePropertyChanged("lastName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string middleName { - get { - return this.middleNameField; - } - set { - this.middleNameField = value; - this.RaisePropertyChanged("middleName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string snils { - get { - return this.snilsField; - } - set { - this.snilsField = value; - this.RaisePropertyChanged("snils"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public DocumentType document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("document"); - } - } - - 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/drs/")] - public partial class ImportDRType : object, System.ComponentModel.INotifyPropertyChanged { - - private ApplicantInfoType applicantInfoField; - - private ImportHousingFundObjectInfoType housingFundObjectField; - - private string executorGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ApplicantInfoType applicantInfo { - get { - return this.applicantInfoField; - } - set { - this.applicantInfoField = value; - this.RaisePropertyChanged("applicantInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ImportHousingFundObjectInfoType housingFundObject { - get { - return this.housingFundObjectField; - } - set { - this.housingFundObjectField = value; - this.RaisePropertyChanged("housingFundObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string executorGUID { - get { - return this.executorGUIDField; - } - set { - this.executorGUIDField = value; - this.RaisePropertyChanged("executorGUID"); - } - } - - 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 ObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string idField; - - private string mimeTypeField; - - private string encodingField; - - /// - [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="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - public string MimeType { - get { - return this.mimeTypeField; - } - set { - this.mimeTypeField = value; - this.RaisePropertyChanged("MimeType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Encoding { - get { - return this.encodingField; - } - set { - this.encodingField = value; - this.RaisePropertyChanged("Encoding"); - } - } - - 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 SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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 PGPDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType1[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType1[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType1 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - PGPKeyID, - - /// - PGPKeyPacket, - } - - /// - [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 X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged { - - private string x509IssuerNameField; - - private string x509SerialNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string X509IssuerName { - get { - return this.x509IssuerNameField; - } - set { - this.x509IssuerNameField = value; - this.RaisePropertyChanged("X509IssuerName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string X509SerialNumber { - get { - return this.x509SerialNumberField; - } - set { - this.x509SerialNumberField = value; - this.RaisePropertyChanged("X509SerialNumber"); - } - } - - 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 X509DataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - X509CRL, - - /// - X509Certificate, - - /// - X509IssuerSerial, - - /// - X509SKI, - - /// - X509SubjectName, - } - - /// - [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 RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - 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.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 RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] modulusField; - - private byte[] exponentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] Modulus { - get { - return this.modulusField; - } - set { - this.modulusField = value; - this.RaisePropertyChanged("Modulus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Exponent { - get { - return this.exponentField; - } - set { - this.exponentField = value; - this.RaisePropertyChanged("Exponent"); - } - } - - 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 DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] pField; - - private byte[] qField; - - private byte[] gField; - - private byte[] yField; - - private byte[] jField; - - private byte[] seedField; - - private byte[] pgenCounterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] P { - get { - return this.pField; - } - set { - this.pField = value; - this.RaisePropertyChanged("P"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Q { - get { - return this.qField; - } - set { - this.qField = value; - this.RaisePropertyChanged("Q"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] G { - get { - return this.gField; - } - set { - this.gField = value; - this.RaisePropertyChanged("G"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] - public byte[] Y { - get { - return this.yField; - } - set { - this.yField = value; - this.RaisePropertyChanged("Y"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] - public byte[] J { - get { - return this.jField; - } - set { - this.jField = value; - this.RaisePropertyChanged("J"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] - public byte[] Seed { - get { - return this.seedField; - } - set { - this.seedField = value; - this.RaisePropertyChanged("Seed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] - public byte[] PgenCounter { - get { - return this.pgenCounterField; - } - set { - this.pgenCounterField = value; - this.RaisePropertyChanged("PgenCounter"); - } - } - - 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 KeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string[] textField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - 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 KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType2[] itemsElementNameField; - - private string[] textField; - - private string idField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType2[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType2 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - KeyName, - - /// - KeyValue, - - /// - MgmtData, - - /// - PGPData, - - /// - RetrievalMethod, - - /// - SPKIData, - - /// - X509Data, - } - - /// - [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 SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private string idField; - - private byte[] valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] - public byte[] Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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.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 SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMACOutputLengthField; - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string HMACOutputLength { - get { - return this.hMACOutputLengthField; - } - set { - this.hMACOutputLengthField = value; - this.RaisePropertyChanged("HMACOutputLength"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] - 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.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 CanonicalizationMethodType : 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.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 SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private CanonicalizationMethodType canonicalizationMethodField; - - private SignatureMethodType signatureMethodField; - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CanonicalizationMethodType CanonicalizationMethod { - get { - return this.canonicalizationMethodField; - } - set { - this.canonicalizationMethodField = value; - this.RaisePropertyChanged("CanonicalizationMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureMethodType SignatureMethod { - get { - return this.signatureMethodField; - } - set { - this.signatureMethodField = value; - this.RaisePropertyChanged("SignatureMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] - 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 SignatureType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignedInfoType signedInfoField; - - private SignatureValueType signatureValueField; - - private KeyInfoType keyInfoField; - - private ObjectType[] objectField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SignedInfoType SignedInfo { - get { - return this.signedInfoField; - } - set { - this.signedInfoField = value; - this.RaisePropertyChanged("SignedInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureValueType SignatureValue { - get { - return this.signatureValueField; - } - set { - this.signatureValueField = value; - this.RaisePropertyChanged("SignatureValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public KeyInfoType KeyInfo { - get { - return this.keyInfoField; - } - set { - this.keyInfoField = value; - this.RaisePropertyChanged("KeyInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] - public ObjectType[] Object { - get { - return this.objectField; - } - set { - this.objectField = value; - this.RaisePropertyChanged("Object"); - } - } - - /// - [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.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] - [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/base/")] - public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignatureType signatureField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] - public SignatureType Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - 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://dom.gosuslugi.ru/schema/integration/base/")] - public partial class BaseAsyncResponseType : BaseType { - - private sbyte requestStateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte RequestState { - get { - return this.requestStateField; - } - set { - this.requestStateField = value; - this.RaisePropertyChanged("RequestState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs-service-async", ConfigurationName="Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort")] - public interface DebtRequestsAsyncPort { - - // CODEGEN: Контракт генерации сообщений с операцией importDebtRequests не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importDebtRequests", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:importDebtRequests", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse importDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importDebtRequests", ReplyAction="*")] - System.Threading.Tasks.Task importDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportDebtSubrequests не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtSubrequests", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:exportDebtSubrequests", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse exportDebtSubrequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtSubrequests", ReplyAction="*")] - System.Threading.Tasks.Task exportDebtSubrequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importResponses не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importResponses", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:importResponses", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse importResponses(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importResponses", ReplyAction="*")] - System.Threading.Tasks.Task importResponsesAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportDebtRequests не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtRequests", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:exportDebtRequests", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse exportDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtRequests", ReplyAction="*")] - System.Threading.Tasks.Task exportDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request); - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeader : HeaderType { - - private object itemField; - - private ItemChoiceType itemElementNameField; - - private bool isOperatorSignatureField; - - private bool isOperatorSignatureFieldSpecified; - - private ISCreator[] iSCreatorField; - - public RequestHeader() { - this.isOperatorSignatureField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsOperatorSignature { - get { - return this.isOperatorSignatureField; - } - set { - this.isOperatorSignatureField = value; - this.RaisePropertyChanged("IsOperatorSignature"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsOperatorSignatureSpecified { - get { - return this.isOperatorSignatureFieldSpecified; - } - set { - this.isOperatorSignatureFieldSpecified = value; - this.RaisePropertyChanged("IsOperatorSignatureSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizen : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType4[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType4[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private RequestHeaderCitizenDocumentDocumentType documentTypeField; - - private string seriesField; - - private string numberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RequestHeaderCitizenDocumentDocumentType DocumentType { - get { - return this.documentTypeField; - } - set { - this.documentTypeField = value; - this.RaisePropertyChanged("DocumentType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocumentDocumentType : 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemsChoiceType4 { - - /// - CitizenPPAGUID, - - /// - Document, - - /// - SNILS, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemChoiceType { - - /// - Citizen, - - /// - SenderID, - - /// - orgPPAGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged { - - private string iSNameField; - - private string iSOperatorNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ISName { - get { - return this.iSNameField; - } - set { - this.iSNameField = value; - this.RaisePropertyChanged("ISName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ISOperatorName { - get { - return this.iSOperatorNameField; - } - set { - this.iSOperatorNameField = value; - this.RaisePropertyChanged("ISOperatorName"); - } - } - - 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/base/")] - public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class importDRsRequest : BaseType { - - private importDRsRequestAction[] actionField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("action", Order=0)] - public importDRsRequestAction[] action { - get { - return this.actionField; - } - set { - this.actionField = value; - this.RaisePropertyChanged("action"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class importDRsRequestAction : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string requestGUIDField; - - private DRActionType actionTypeField; - - private ImportDRType requestDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string requestGUID { - get { - return this.requestGUIDField; - } - set { - this.requestGUIDField = value; - this.RaisePropertyChanged("requestGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public DRActionType actionType { - get { - return this.actionTypeField; - } - set { - this.actionTypeField = value; - this.RaisePropertyChanged("actionType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ImportDRType requestData { - get { - return this.requestDataField; - } - set { - this.requestDataField = value; - this.RaisePropertyChanged("requestData"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public enum DRActionType { - - /// - Send, - - /// - Revoke, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ResultHeader : HeaderType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private AckRequestAck ackField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AckRequestAck Ack { - get { - return this.ackField; - } - set { - this.ackField = value; - this.RaisePropertyChanged("Ack"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string requesterMessageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RequesterMessageGUID { - get { - return this.requesterMessageGUIDField; - } - set { - this.requesterMessageGUIDField = value; - this.RaisePropertyChanged("RequesterMessageGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importDebtRequestsRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest; - - public importDebtRequestsRequest() { - } - - public importDebtRequestsRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest) { - this.RequestHeader = RequestHeader; - this.importDRsRequest = importDRsRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importDebtRequestsResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest; - - public importDebtRequestsResponse() { - } - - public importDebtRequestsResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class exportDSRsRequest : BaseType { - - private object[] itemsField; - - private ItemsChoiceType5[] itemsElementNameField; - - private bool includeResponsesField; - - private bool includeResponsesFieldSpecified; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("exportHMObjectGUID", typeof(ExportHMObjectInfoType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportSubrequestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("periodOfSendingRequest", typeof(Period), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestStatus", typeof(RequestStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("responseStatus", typeof(ResponseStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("subrequestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType5[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool includeResponses { - get { - return this.includeResponsesField; - } - set { - this.includeResponsesField = value; - this.RaisePropertyChanged("includeResponses"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool includeResponsesSpecified { - get { - return this.includeResponsesFieldSpecified; - } - set { - this.includeResponsesFieldSpecified = value; - this.RaisePropertyChanged("includeResponsesSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/drs/")] - public partial class ExportHMObjectInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMobjectGUIDField; - - private string adressTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HMobjectGUID { - get { - return this.hMobjectGUIDField; - } - set { - this.hMobjectGUIDField = value; - this.RaisePropertyChanged("HMobjectGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string adressType { - get { - return this.adressTypeField; - } - set { - this.adressTypeField = value; - this.RaisePropertyChanged("adressType"); - } - } - - 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/base/")] - public partial class Period : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateField; - - private System.DateTime endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime startDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("startDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime endDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("endDate"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public enum RequestStatusType { - - /// - Sent, - - /// - Processed, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public enum ResponseStatusType { - - /// - NotSent, - - /// - Sent, - - /// - AutoGenerated, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)] - public enum ItemsChoiceType5 { - - /// - exportHMObjectGUID, - - /// - exportSubrequestGUID, - - /// - houseGUID, - - /// - periodOfSendingRequest, - - /// - requestNumber, - - /// - requestStatus, - - /// - responseStatus, - - /// - subrequestGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDebtSubrequestsRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest; - - public exportDebtSubrequestsRequest() { - } - - public exportDebtSubrequestsRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest) { - this.RequestHeader = RequestHeader; - this.exportDSRsRequest = exportDSRsRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDebtSubrequestsResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest; - - public exportDebtSubrequestsResponse() { - } - - public exportDebtSubrequestsResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class importDSRResponsesRequest : BaseType { - - private importDSRResponsesRequestAction[] actionField; - - private string versionField; - - public importDSRResponsesRequest() { - this.versionField = "14.0.0.0"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("action", Order=0)] - public importDSRResponsesRequestAction[] action { - get { - return this.actionField; - } - set { - this.actionField = value; - this.RaisePropertyChanged("action"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class importDSRResponsesRequestAction : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string subrequestGUIDField; - - private DSRResponseActionType actionTypeField; - - private ImportDSRResponseType responseDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string subrequestGUID { - get { - return this.subrequestGUIDField; - } - set { - this.subrequestGUIDField = value; - this.RaisePropertyChanged("subrequestGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public DSRResponseActionType actionType { - get { - return this.actionTypeField; - } - set { - this.actionTypeField = value; - this.RaisePropertyChanged("actionType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ImportDSRResponseType responseData { - get { - return this.responseDataField; - } - set { - this.responseDataField = value; - this.RaisePropertyChanged("responseData"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public enum DSRResponseActionType { - - /// - Send, - - /// - Revoke, - } - - /// - [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/drs/")] - public partial class ImportDSRResponseType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool hasDebtField; - - private AttachmentType[] additionalFileField; - - private string descriptionField; - - private string executorGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool hasDebt { - get { - return this.hasDebtField; - } - set { - this.hasDebtField = value; - this.RaisePropertyChanged("hasDebt"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("additionalFile", Order=1)] - public AttachmentType[] additionalFile { - get { - return this.additionalFileField; - } - set { - this.additionalFileField = value; - this.RaisePropertyChanged("additionalFile"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string executorGUID { - get { - return this.executorGUIDField; - } - set { - this.executorGUIDField = value; - this.RaisePropertyChanged("executorGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("debtGUID", typeof(string), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("debtInfo", typeof(DebtInfoType), Order=4)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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/base/")] - public partial class AttachmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - private string descriptionField; - - private Attachment attachmentField; - - private string attachmentHASHField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Attachment Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AttachmentHASH { - get { - return this.attachmentHASHField; - } - set { - this.attachmentHASHField = value; - this.RaisePropertyChanged("AttachmentHASH"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Attachment : object, System.ComponentModel.INotifyPropertyChanged { - - private string attachmentGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AttachmentGUID { - get { - return this.attachmentGUIDField; - } - set { - this.attachmentGUIDField = value; - this.RaisePropertyChanged("AttachmentGUID"); - } - } - - 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/drs/")] - public partial class DebtInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private DebtInfoTypePerson personField; - - private DebtInfoTypeDocument[] documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DebtInfoTypePerson person { - get { - return this.personField; - } - set { - this.personField = value; - this.RaisePropertyChanged("person"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("document", Order=1)] - public DebtInfoTypeDocument[] document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("document"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class DebtInfoTypePerson : object, System.ComponentModel.INotifyPropertyChanged { - - private string firstNameField; - - private string lastNameField; - - private string middleNameField; - - private string snilsField; - - private DocumentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string firstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("firstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string lastName { - get { - return this.lastNameField; - } - set { - this.lastNameField = value; - this.RaisePropertyChanged("lastName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string middleName { - get { - return this.middleNameField; - } - set { - this.middleNameField = value; - this.RaisePropertyChanged("middleName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string snils { - get { - return this.snilsField; - } - set { - this.snilsField = value; - this.RaisePropertyChanged("snils"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public DocumentType document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("document"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class DebtInfoTypeDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private AttachmentType attachmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public AttachmentType attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("attachment"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importResponsesRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest; - - public importResponsesRequest() { - } - - public importResponsesRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest) { - this.RequestHeader = RequestHeader; - this.importDSRResponsesRequest = importDSRResponsesRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importResponsesResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest; - - public importResponsesResponse() { - } - - public importResponsesResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class exportDRsRequest : BaseType { - - private object[] itemsField; - - private ItemsChoiceType6[] itemsElementNameField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("applicantInfo", typeof(ApplicantInfoRequestType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportHMObjectGUID", typeof(ExportHMObjectInfoType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportRequestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("periodOfResponseDate", typeof(PeriodOpen), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("periodOfSendingRequest", typeof(Period), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestCreationPeriod", typeof(Period), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestResult", typeof(nsiRef), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestStatus", typeof(AllRequestStatusesType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType6[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/drs/")] - public partial class ApplicantInfoRequestType : object, System.ComponentModel.INotifyPropertyChanged { - - private string firstNameField; - - private string lastNameField; - - private string middleNameField; - - private string snilsField; - - private DocumentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string firstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("firstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string lastName { - get { - return this.lastNameField; - } - set { - this.lastNameField = value; - this.RaisePropertyChanged("lastName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string middleName { - get { - return this.middleNameField; - } - set { - this.middleNameField = value; - this.RaisePropertyChanged("middleName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string snils { - get { - return this.snilsField; - } - set { - this.snilsField = value; - this.RaisePropertyChanged("snils"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public DocumentType document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("document"); - } - } - - 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/base/")] - public partial class PeriodOpen : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateField; - - private bool startDateFieldSpecified; - - private System.DateTime endDateField; - - private bool endDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime startDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("startDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool startDateSpecified { - get { - return this.startDateFieldSpecified; - } - set { - this.startDateFieldSpecified = value; - this.RaisePropertyChanged("startDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime endDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("endDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool endDateSpecified { - get { - return this.endDateFieldSpecified; - } - set { - this.endDateFieldSpecified = value; - this.RaisePropertyChanged("endDateSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public enum AllRequestStatusesType { - - /// - Draft, - - /// - Processing, - - /// - Sent, - - /// - Processed, - - /// - Revoked, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)] - public enum ItemsChoiceType6 { - - /// - applicantInfo, - - /// - exportHMObjectGUID, - - /// - exportRequestGUID, - - /// - houseGUID, - - /// - periodOfResponseDate, - - /// - periodOfSendingRequest, - - /// - requestCreationPeriod, - - /// - requestGUID, - - /// - requestNumber, - - /// - requestResult, - - /// - requestStatus, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDebtRequestsRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest; - - public exportDebtRequestsRequest() { - } - - public exportDebtRequestsRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest) { - this.RequestHeader = RequestHeader; - this.exportDRsRequest = exportDRsRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDebtRequestsResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest; - - public exportDebtRequestsResponse() { - } - - public exportDebtRequestsResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class getStateResult : BaseAsyncResponseType { - - private object[] itemsField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportDRsResult", typeof(exportDRsResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportDSRsResult", typeof(exportDSRsResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("importResult", typeof(CommonResultType), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/base/")] - public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string descriptionField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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/drs/")] - public partial class exportDRsResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportDRType[] requestDataField; - - private exportDRsResultTypeNotFound notFoundField; - - private exportDRsResultTypePagedOutput pagedOutputField; - - /// - [System.Xml.Serialization.XmlElementAttribute("requestData", Order=0)] - public ExportDRType[] requestData { - get { - return this.requestDataField; - } - set { - this.requestDataField = value; - this.RaisePropertyChanged("requestData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportDRsResultTypeNotFound notFound { - get { - return this.notFoundField; - } - set { - this.notFoundField = value; - this.RaisePropertyChanged("notFound"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportDRsResultTypePagedOutput pagedOutput { - get { - return this.pagedOutputField; - } - set { - this.pagedOutputField = value; - this.RaisePropertyChanged("pagedOutput"); - } - } - - 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/drs/")] - public partial class ExportDRType : object, System.ComponentModel.INotifyPropertyChanged { - - private string requestGUIDField; - - private string requestNumberField; - - private ApplicantInfoType applicantInfoField; - - private ExportHousingFundObjectInfoType housingFundObjectField; - - private Period periodField; - - private OrganizationInfoType organizationField; - - private ExecutorInfoType executorInfoField; - - private AllRequestStatusesType statusField; - - private nsiRef resultField; - - private System.DateTime creationDateField; - - private System.DateTime sentDateField; - - private bool sentDateFieldSpecified; - - private System.DateTime responseDateField; - - private bool responseDateFieldSpecified; - - private ExportDRTypeSubrequest[] subrequestField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string requestGUID { - get { - return this.requestGUIDField; - } - set { - this.requestGUIDField = value; - this.RaisePropertyChanged("requestGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string requestNumber { - get { - return this.requestNumberField; - } - set { - this.requestNumberField = value; - this.RaisePropertyChanged("requestNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ApplicantInfoType applicantInfo { - get { - return this.applicantInfoField; - } - set { - this.applicantInfoField = value; - this.RaisePropertyChanged("applicantInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ExportHousingFundObjectInfoType housingFundObject { - get { - return this.housingFundObjectField; - } - set { - this.housingFundObjectField = value; - this.RaisePropertyChanged("housingFundObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public Period period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("period"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public OrganizationInfoType organization { - get { - return this.organizationField; - } - set { - this.organizationField = value; - this.RaisePropertyChanged("organization"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public ExecutorInfoType executorInfo { - get { - return this.executorInfoField; - } - set { - this.executorInfoField = value; - this.RaisePropertyChanged("executorInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public AllRequestStatusesType status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("status"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public nsiRef result { - get { - return this.resultField; - } - set { - this.resultField = value; - this.RaisePropertyChanged("result"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=9)] - public System.DateTime creationDate { - get { - return this.creationDateField; - } - set { - this.creationDateField = value; - this.RaisePropertyChanged("creationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] - public System.DateTime sentDate { - get { - return this.sentDateField; - } - set { - this.sentDateField = value; - this.RaisePropertyChanged("sentDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool sentDateSpecified { - get { - return this.sentDateFieldSpecified; - } - set { - this.sentDateFieldSpecified = value; - this.RaisePropertyChanged("sentDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=11)] - public System.DateTime responseDate { - get { - return this.responseDateField; - } - set { - this.responseDateField = value; - this.RaisePropertyChanged("responseDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool responseDateSpecified { - get { - return this.responseDateFieldSpecified; - } - set { - this.responseDateFieldSpecified = value; - this.RaisePropertyChanged("responseDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("subrequest", Order=12)] - public ExportDRTypeSubrequest[] subrequest { - get { - return this.subrequestField; - } - set { - this.subrequestField = value; - this.RaisePropertyChanged("subrequest"); - } - } - - 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/drs/")] - public partial class ExportHousingFundObjectInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] itemsField; - - private ItemsChoiceType7[] itemsElementNameField; - - private string fiasHouseGUIDField; - - private string addressField; - - /// - [System.Xml.Serialization.XmlElementAttribute("HMobjectGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("addressDetails", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("adressType", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType7[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string fiasHouseGUID { - get { - return this.fiasHouseGUIDField; - } - set { - this.fiasHouseGUIDField = value; - this.RaisePropertyChanged("fiasHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("address"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)] - public enum ItemsChoiceType7 { - - /// - HMobjectGUID, - - /// - addressDetails, - - /// - adressType, - - /// - houseGUID, - } - - /// - [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/drs/")] - public partial class OrganizationInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgRootGUIDField; - - private string nameField; - - private string telField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string orgRootGUID { - get { - return this.orgRootGUIDField; - } - set { - this.orgRootGUIDField = value; - this.RaisePropertyChanged("orgRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string tel { - get { - return this.telField; - } - set { - this.telField = value; - this.RaisePropertyChanged("tel"); - } - } - - 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/drs/")] - public partial class ExecutorInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string gUIDField; - - private string fioField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string fio { - get { - return this.fioField; - } - set { - this.fioField = value; - this.RaisePropertyChanged("fio"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class ExportDRTypeSubrequest : object, System.ComponentModel.INotifyPropertyChanged { - - private OrganizationInfoType organizationField; - - private ExportDRTypeSubrequestResponse responseField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public OrganizationInfoType organization { - get { - return this.organizationField; - } - set { - this.organizationField = value; - this.RaisePropertyChanged("organization"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportDRTypeSubrequestResponse response { - get { - return this.responseField; - } - set { - this.responseField = value; - this.RaisePropertyChanged("response"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class ExportDRTypeSubrequestResponse : object, System.ComponentModel.INotifyPropertyChanged { - - private ResponseType typeField; - - private bool hasDebtField; - - private bool hasDebtFieldSpecified; - - private ExportDebtInfoType[] debtInfoField; - - private AttachmentType[] additionalFileField; - - private string descriptionField; - - private ExecutorInfoType executorInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ResponseType type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool hasDebt { - get { - return this.hasDebtField; - } - set { - this.hasDebtField = value; - this.RaisePropertyChanged("hasDebt"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool hasDebtSpecified { - get { - return this.hasDebtFieldSpecified; - } - set { - this.hasDebtFieldSpecified = value; - this.RaisePropertyChanged("hasDebtSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("debtInfo", Order=2)] - public ExportDebtInfoType[] debtInfo { - get { - return this.debtInfoField; - } - set { - this.debtInfoField = value; - this.RaisePropertyChanged("debtInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("additionalFile", Order=3)] - public AttachmentType[] additionalFile { - get { - return this.additionalFileField; - } - set { - this.additionalFileField = value; - this.RaisePropertyChanged("additionalFile"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public ExecutorInfoType executorInfo { - get { - return this.executorInfoField; - } - set { - this.executorInfoField = value; - this.RaisePropertyChanged("executorInfo"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public enum ResponseType { - - /// - Provided, - - /// - AutoGenerated, - } - - /// - [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/drs/")] - public partial class ExportDebtInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportDebtInfoTypePerson personField; - - private ExportDebtInfoTypeDocument[] documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ExportDebtInfoTypePerson person { - get { - return this.personField; - } - set { - this.personField = value; - this.RaisePropertyChanged("person"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("document", Order=1)] - public ExportDebtInfoTypeDocument[] document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("document"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class ExportDebtInfoTypePerson : object, System.ComponentModel.INotifyPropertyChanged { - - private string firstNameField; - - private string lastNameField; - - private string middleNameField; - - private string snilsField; - - private DocumentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string firstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("firstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string lastName { - get { - return this.lastNameField; - } - set { - this.lastNameField = value; - this.RaisePropertyChanged("lastName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string middleName { - get { - return this.middleNameField; - } - set { - this.middleNameField = value; - this.RaisePropertyChanged("middleName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string snils { - get { - return this.snilsField; - } - set { - this.snilsField = value; - this.RaisePropertyChanged("snils"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public DocumentType document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("document"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class ExportDebtInfoTypeDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private AttachmentType attachmentField; - - private string debtGUIDField; - - private ActType actTypeField; - - private CancelledAddressType cancelledAddressField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public AttachmentType attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string debtGUID { - get { - return this.debtGUIDField; - } - set { - this.debtGUIDField = value; - this.RaisePropertyChanged("debtGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ActType actType { - get { - return this.actTypeField; - } - set { - this.actTypeField = value; - this.RaisePropertyChanged("actType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public CancelledAddressType cancelledAddress { - get { - return this.cancelledAddressField; - } - set { - this.cancelledAddressField = value; - this.RaisePropertyChanged("cancelledAddress"); - } - } - - 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/drs/")] - public partial class ActType : object, System.ComponentModel.INotifyPropertyChanged { - - private string numberField; - - private System.DateTime dateField; - - private System.DateTime judicalActDatePronouncingField; - - private bool judicalActDatePronouncingFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("number"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime judicalActDatePronouncing { - get { - return this.judicalActDatePronouncingField; - } - set { - this.judicalActDatePronouncingField = value; - this.RaisePropertyChanged("judicalActDatePronouncing"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool judicalActDatePronouncingSpecified { - get { - return this.judicalActDatePronouncingFieldSpecified; - } - set { - this.judicalActDatePronouncingFieldSpecified = value; - this.RaisePropertyChanged("judicalActDatePronouncingSpecified"); - } - } - - 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/drs/")] - public partial class CancelledAddressType : object, System.ComponentModel.INotifyPropertyChanged { - - private string cancelledAddressTextField; - - private string fiasHouseGUIDField; - - private string hCSHouseGUIDField; - - private string hMobjectGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string cancelledAddressText { - get { - return this.cancelledAddressTextField; - } - set { - this.cancelledAddressTextField = value; - this.RaisePropertyChanged("cancelledAddressText"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string fiasHouseGUID { - get { - return this.fiasHouseGUIDField; - } - set { - this.fiasHouseGUIDField = value; - this.RaisePropertyChanged("fiasHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string HCSHouseGUID { - get { - return this.hCSHouseGUIDField; - } - set { - this.hCSHouseGUIDField = value; - this.RaisePropertyChanged("HCSHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string HMobjectGUID { - get { - return this.hMobjectGUIDField; - } - set { - this.hMobjectGUIDField = value; - this.RaisePropertyChanged("HMobjectGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class exportDRsResultTypeNotFound : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] itemsField; - - private ItemsChoiceType8[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("requestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType8[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)] - public enum ItemsChoiceType8 { - - /// - requestGUID, - - /// - requestNumber, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class exportDRsResultTypePagedOutput : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("lastPage", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("nextRequestGUID", typeof(string), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/drs/")] - public partial class exportDSRsResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private DSRType[] subrequestDataField; - - private exportDSRsResultTypeNotFound notFoundField; - - private exportDSRsResultTypePagedOutput pagedOutputField; - - /// - [System.Xml.Serialization.XmlElementAttribute("subrequestData", Order=0)] - public DSRType[] subrequestData { - get { - return this.subrequestDataField; - } - set { - this.subrequestDataField = value; - this.RaisePropertyChanged("subrequestData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportDSRsResultTypeNotFound notFound { - get { - return this.notFoundField; - } - set { - this.notFoundField = value; - this.RaisePropertyChanged("notFound"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportDSRsResultTypePagedOutput pagedOutput { - get { - return this.pagedOutputField; - } - set { - this.pagedOutputField = value; - this.RaisePropertyChanged("pagedOutput"); - } - } - - 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/drs/")] - public partial class DSRType : object, System.ComponentModel.INotifyPropertyChanged { - - private string subrequestGUIDField; - - private DSRTypeRequestInfo requestInfoField; - - private ResponseStatusType responseStatusField; - - private DSRTypeResponseData responseDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string subrequestGUID { - get { - return this.subrequestGUIDField; - } - set { - this.subrequestGUIDField = value; - this.RaisePropertyChanged("subrequestGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DSRTypeRequestInfo requestInfo { - get { - return this.requestInfoField; - } - set { - this.requestInfoField = value; - this.RaisePropertyChanged("requestInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ResponseStatusType responseStatus { - get { - return this.responseStatusField; - } - set { - this.responseStatusField = value; - this.RaisePropertyChanged("responseStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public DSRTypeResponseData responseData { - get { - return this.responseDataField; - } - set { - this.responseDataField = value; - this.RaisePropertyChanged("responseData"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class DSRTypeRequestInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string requestGUIDField; - - private string requestNumberField; - - private OrganizationInfoType organizationField; - - private ExportHousingFundObjectInfoType housingFundObjectField; - - private Period periodField; - - private RequestStatusType statusField; - - private System.DateTime sentDateField; - - private System.DateTime responseDateField; - - private ExecutorInfoType executorInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string requestGUID { - get { - return this.requestGUIDField; - } - set { - this.requestGUIDField = value; - this.RaisePropertyChanged("requestGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string requestNumber { - get { - return this.requestNumberField; - } - set { - this.requestNumberField = value; - this.RaisePropertyChanged("requestNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public OrganizationInfoType organization { - get { - return this.organizationField; - } - set { - this.organizationField = value; - this.RaisePropertyChanged("organization"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ExportHousingFundObjectInfoType housingFundObject { - get { - return this.housingFundObjectField; - } - set { - this.housingFundObjectField = value; - this.RaisePropertyChanged("housingFundObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public Period period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("period"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public RequestStatusType status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("status"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=6)] - public System.DateTime sentDate { - get { - return this.sentDateField; - } - set { - this.sentDateField = value; - this.RaisePropertyChanged("sentDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] - public System.DateTime responseDate { - get { - return this.responseDateField; - } - set { - this.responseDateField = value; - this.RaisePropertyChanged("responseDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public ExecutorInfoType executorInfo { - get { - return this.executorInfoField; - } - set { - this.executorInfoField = value; - this.RaisePropertyChanged("executorInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class DSRTypeResponseData : object, System.ComponentModel.INotifyPropertyChanged { - - private bool hasDebtField; - - private ExportDebtInfoType[] debtInfoField; - - private AttachmentType[] additionalFileField; - - private string descriptionField; - - private ExecutorInfoType executorInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool hasDebt { - get { - return this.hasDebtField; - } - set { - this.hasDebtField = value; - this.RaisePropertyChanged("hasDebt"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("debtInfo", Order=1)] - public ExportDebtInfoType[] debtInfo { - get { - return this.debtInfoField; - } - set { - this.debtInfoField = value; - this.RaisePropertyChanged("debtInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("additionalFile", Order=2)] - public AttachmentType[] additionalFile { - get { - return this.additionalFileField; - } - set { - this.additionalFileField = value; - this.RaisePropertyChanged("additionalFile"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ExecutorInfoType executorInfo { - get { - return this.executorInfoField; - } - set { - this.executorInfoField = value; - this.RaisePropertyChanged("executorInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class exportDSRsResultTypeNotFound : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] itemsField; - - private ItemsChoiceType9[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("subrequestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType9[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)] - public enum ItemsChoiceType9 { - - /// - requestNumber, - - /// - subrequestGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")] - public partial class exportDSRsResultTypePagedOutput : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("lastPage", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("nextSubrequestGUID", typeof(string), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/base/")] - public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string gUIDField; - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class CommonResultTypeError : ErrorMessageType { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest; - - public getStateRequest1() { - } - - public getStateRequest1(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest) { - this.RequestHeader = RequestHeader; - this.getStateRequest = getStateRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)] - public Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult getStateResult; - - public getStateResponse() { - } - - public getStateResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult getStateResult) { - this.ResultHeader = ResultHeader; - this.getStateResult = getStateResult; - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface DebtRequestsAsyncPortChannel : Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class DebtRequestsAsyncPortClient : System.ServiceModel.ClientBase, Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort { - - public DebtRequestsAsyncPortClient() { - } - - public DebtRequestsAsyncPortClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public DebtRequestsAsyncPortClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public DebtRequestsAsyncPortClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public DebtRequestsAsyncPortClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request) { - return base.Channel.importDebtRequests(request); - } - - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader importDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importDRsRequest = importDRsRequest; - Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importDebtRequests(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request) { - return base.Channel.importDebtRequestsAsync(request); - } - - public System.Threading.Tasks.Task importDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importDRsRequest = importDRsRequest; - return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importDebtRequestsAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtSubrequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request) { - return base.Channel.exportDebtSubrequests(request); - } - - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader exportDebtSubrequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportDSRsRequest = exportDSRsRequest; - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtSubrequests(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtSubrequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request) { - return base.Channel.exportDebtSubrequestsAsync(request); - } - - public System.Threading.Tasks.Task exportDebtSubrequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportDSRsRequest = exportDSRsRequest; - return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtSubrequestsAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importResponses(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request) { - return base.Channel.importResponses(request); - } - - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader importResponses(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importDSRResponsesRequest = importDSRResponsesRequest; - Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importResponses(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importResponsesAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request) { - return base.Channel.importResponsesAsync(request); - } - - public System.Threading.Tasks.Task importResponsesAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importDSRResponsesRequest = importDSRResponsesRequest; - return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importResponsesAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request) { - return base.Channel.exportDebtRequests(request); - } - - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader exportDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportDRsRequest = exportDRsRequest; - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtRequests(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request) { - return base.Channel.exportDebtRequestsAsync(request); - } - - public System.Threading.Tasks.Task exportDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportDRsRequest = exportDRsRequest; - return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtRequestsAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.getState(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getState(request); - } - - public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult getStateResult) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).getState(inValue); - getStateResult = retVal.getStateResult; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.getStateAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getStateAsync(request); - } - - public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest) { - Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).getStateAsync(inValue); - } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Reference.svcmap deleted file mode 100644 index a875587..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/Reference.svcmap +++ /dev/null @@ -1,35 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/configuration.svcinfo deleted file mode 100644 index 4f0e2ef..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/configuration.svcinfo +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/configuration91.svcinfo deleted file mode 100644 index 71347ac..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/configuration91.svcinfo +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - DebtRequestsAsyncBinding - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - DebtRequestsAsyncBinding1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - https://api.dom.gosuslugi.ru/ext-bus-debtreq-service/services/DebtRequestsAsync - - - - - - basicHttpBinding - - - DebtRequestsAsyncBinding - - - Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - DebtRequestsAsyncPort - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-base.xsd b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-base.xsd deleted file mode 100644 index f5688dd..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-base.xsd +++ /dev/null @@ -1,862 +0,0 @@ - - - - - - Строка не более 2000 символов. - - - - - - - - Строка не более 1500 символов. - - - - - - - - Строка не более 300 символов. - - - - - - - - Скалярный тип. Строка не более 255 символов. - - - - - - - - - Скалярный тип. Строка не более 100 символов. - - - - - - - - Скалярный тип. Строка не более 250 символов. - - - - - - - - Скалярный тип. Строка не более 500 символов. - - - - - - - - Строка не более 60 символов. - - - - - - - - Текстовое поле 2000 - - - - - - - - Непустая строка - - - - - - - - - Базовый тип бизнес-сообщения с подписью - - - - - - - - - Заголовок запроса - - - - - - - - - Идентификатор поставщика данных - - - - - Идентификатор зарегистрированной организации - - - - - Информация о физическом лице - - - - - - Идентификатор физического лица, зарегистрированного в ГИС ЖКХ - - - - - - СНИЛС - - - - - - - - - - Документ, удостоверяющий личность - - - - - - Вид документа, удостоверяющего личность (НСИ №95) - - - - - - Код записи справочника - - - - - - - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - - Серия документа - - - - - - - - - - - Номер документа - - - - - - - - - - - - - - - - - - - Используется подпись Оператора ИС - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164). Только для запросов размещения информации. - - - - - - - - - - Заголовок запроса - - - - - - - - - - - - - - Заголовок ответа - - - - - - - - - - Базовый тип ответа на запрос создания, редактирования, удаления - - - - - - Транспортный идентификатор, определенный постащиком информации - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - Дата модификации - - - - - Уникальный номер - - - - - - - - - - Базовый тип заголовка - - - - - Дата отправки пакета - - - - - Идентификатор сообщения - - - - - - - Вложение - - - - - - Идентификатор сохраненного вложения - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex. - -Элемент обязателен в запросах импорта - - - - - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex - - - - - - - - - - - - Базовый тип, описывающий вложение с открепленными (detached) подписями. В сервисах ГИС ЖКХ, использущих тип SignedAttachmentType, может быть наложено ограничение на максимальное количесво элементов в блоке Signature (см. контроль INT002039). - - - - - Вложение - - - - - Открепленная (detached) подпись - - - - - - - Элемент Fault (для параметра Fault в операции) - - - - Базовый тип для fault-ошибки - - - - - - - - - - - Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости - - - - - - Базовый тип ошибки контроля или бизнес-процесса - - - - - Код ошибки - - - - - Описание ошибки - - - - - StackTrace в случае возникновения исключения - - - - - - - Версия элемента, начиная с которой поддерживается совместимость - - - - - Возврат квитанции приема сообщения - - - - - - Квитанция - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - Идентификатор сообщения, присвоенный поставщиком - - - - - - - - - - - Запрос статуса отправленного сообщения - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - Запрос списка обработанных сообщений - - - - - - Массив идентификаторов сообщений, присвоенных ГИС ЖКХ - - - - - - - - Ответ на запрос списка обработанных сообщений - - - - - - - - Список идентификаторов сообщений, присвоенный ГИС ЖКХ - - - - - - - - - - Базовый тип ответа на запрос статуса - - - - - - - Статус обработки - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - - Результат выполнения C_UD - - - - - Идентификатор создаваемой/изменяемой сущности - - - - - Транспортный идентификатор - - - - - - Операция выполнена успешно - - - - Уникальный реестровый номер - - - - - Дата модификации - - - - - - Описание ошибки - - - - - - - - - - - - - Статус обработки сообщения в асинхронном обмене (1- получено; 2 - в обработке; 3- обработано) - - - - - - - - - - Транспортный идентификатор - - - - - GUID-тип. - - - - - - - - Дата модификации объекта - - - - - Тип, описывающий год - - - - - - - - Тип, описывающий месяц - - - - - - - - - Месяц - - - - - Год - - - - - - - - - - - Определенный месяц определенного года - - - - - - - - - Временной период (обе даты обязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Открытый временной период (даты необязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Тип объема - - - - - - - - - - Ссылка на субъект РФ (ФИАС) - - - - - Код региона (ФИАС) - - - - - - - - - - Полное наименование - - - - - - - - - - - - Ссылка на ОКТМО - - - - - Код по ОКТМО - - - - - - - - - - - Полное наименование - - - - - - - - - - - - - - - - - Код ОКЕИ - - - - - Идентификатор зарегистрированной организации - - - - - Базовый тип документа ОЧ - - - - - Наименование документа - - - - - - - - - - - Номер документа - - - - - - - - - - - Дата принятия документа органом власти - - - - - Вложение - - - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164) - - - - - - Наименование ИС - - - - - Наименование Оператора ИС - - - - - - - - Код по ОКТМО - - - - - - - - - Код по ОКТМО - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-debt-requests-service-async.wsdl b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-debt-requests-service-async.wsdl deleted file mode 100644 index 1acdf20..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-debt-requests-service-async.wsdl +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Загрузка в ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) - - - - - - Выгрузка из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) - - - - - - Загрузка в ГИС ЖКХ ответов на запросы о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) - - - - - - Выгрузка из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) - - - - - - Результат обработки асинхронного вызова - - - - - - - - - Загрузка в ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) - - - - - - - - - - - - - - - Выгрузка из ГИС ЖКХ подзапросов о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) - - - - - - - - - - - - - - - Загрузка в ГИС ЖКХ ответов на запросы о наличии задолженности за ЖКУ (организациями, предоставляющими ЖКУ) - - - - - - - - - - - - - - - Выгрузка из ГИС ЖКХ запросов о наличии задолженности за ЖКУ (организациями, направляющими запросы) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Сервис управления запросами о наличии задолженности за ЖКУ - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-debt-requests-types.xsd b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-debt-requests-types.xsd deleted file mode 100644 index 52c7ef7..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-debt-requests-types.xsd +++ /dev/null @@ -1,1446 +0,0 @@ - - - - - - - ???????????? ?? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0, - - - - - - - - ???????????????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - - - ?????????????????????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - ???????????????????? ?????? ???????????????? Revoke. - - ?????? ???????????????? Send ?????????????????????? ?? ?????? ????????????, ???????? ?????????????????????? ?????? ???????????????????????? ?????? ???????????????????????? ?? ?????? ?????? ???????????? - - - - - ?????? ???????????????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - ???????????????????? ????????????????: - Send - ?????????????????? ???????????? ?????????????????????? ??????; - Revoke - ???????????????? ????????????, ?????????? ???????????????????????? ?????????????????????? ??????. - - ?????? ???????????????? Send ???????????? ???????? ???????????? ???????? ???? ???????? ???? ?????????????????? requestGUID ?????? requestData - - - - - ???????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - ?????????????????????? ???????????? ?????? ???????????????? Send. - - ???????? ???????????????? ?????????????? ?? ?????? ???????????????????????? ?? ?????? ?????? ???????????????? (???????????? ?????????????? requestGUID), ???? ?????????????? ???????????????? ???????????????????????? ?????? ?????????????????? ?????????????? ?????????? ?????? ???????????????????????? ?????????????????????? ??????. ?? ?????????????????? ????????????, ?????????????? ???????????????? ???????????????????????? ?????? ???????????????? ?? ?????? ?????? ???????????? ??????????????, ?????????????? ???????????????????????? ?????????????????????? ?????? - - - - - - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????????????????? ?? ?????????????? ?????????????????????????? ?? ???????????? importDRsRequest - - - - - - - - ?????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0 ?? 15.3.0.0 - - - - - - - ?????????????? ???????????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - ?????????????????????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - ?????????? ??????????????, ?????????????????????? ?????? ?????? - - - - - ?????????????? ???????????? ???? ?????????????????? ??????????????. - - ?????????????? ?????????? ?????????????????????? ?? ?????????? ????????????????????. ?? ???????????????? ?????????????????? ?????????? ???????????????? ???????????? ???? ?????????????? ?? ??????????????????????????, ?????????????? ?????????????????????????? ???????? ?????????????????? ????????????????. ?????????????? ?????????????????? ??????????????????????, ???????? ???????????????? ???????????????????????????????? ???????????????? ?????????????? ?? ?????????????????????????? - - ???????? ?????????????????? ?? ?????????????????? ?? ?????????????? ?????????????????? (?????????????????? ?? ???????????????? applicantInfo); - - ???????? ?????????????????? ?? ?????????? ???? ?????????????????? ?? ?????????????? ???????????????? (?????? ?????????????????? requestStatus, requestResult, houseGuid); - - ???????? ???????????????? ?? ???????????????? ?????????????????? ???????????? (?????? ??????????????????, ???????????????? ?????????????????? ????????????) - - - - ???????????? ???????????????? ?????????????? ?? ?????? ??????. - - ?????????????????????? ???????????? ???? ???????????? ?????????????????? 6-???? ?????????????? - - - - - ???????????? ?????????????????????? ?????????????? ?????????????????????? ??????. - - ?????????????????????? ???????????? ???? ???????????? ?????????????????? 6-???? ?????????????? - - - - - ???????????? ???????????????? ?????????? ???????????? ???? ???????????? - - - - - ???????????????????? ?? ?????????????????? - - - - - - ?????????????????????????? ????????/??????????????????/?????????????? ?? ?????????????? ???????????????? ???????????????? ?????? ?????? ?? ?????? ??????. -?????????????????????? ?????? ???????????? 14.0.0.0 - - - - - ?????????????????????????? ???????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????, ???? ???????????????? ???????????????????????????? ????????????. -?????????????????????? ?????? ???????????? 13.1.10.1 - - - - - - ???????????? ?????????????? ?? ?????? ??????. - - ???????????????????? ????????????????: - Draft - ????????????; - Processing - ?? ??????????????????; - Sent - ?????????????????? ?????????????????????? ??????; - Processed - ?????????????? ??????????; - Revoked - ?????????????? - - - - - ?????????????????? ???????????????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ?????? (?????? #357) - - - - - ??????????????????????????, ???????????????????????? ?????? ???????????????? 2-???? ?? ?????????????????????? ???????????? ????????????. - - ???????? ?? ???????????????? exportDRsRequest ?????????????? ?????????????? ???????????? ???? ?????????????????? ??????????????, ???? ?????????????? ???????????????? ???????????????????????????? ?????????????? ???? 100 ???????????????? ?? ???????????? ?????????? (?????????????????? ???????? ?????????? ?????????????????? ?????????????? ?????????? ????????????????). - - ?????? ???????????????? ?????????????? ?????????? ???????????? ?????????????? ???? ??????????????????????. ?????? ???????????????? ?????????????? ???????????????????? ?????????? ???????????? ?? ???????????????? ???????????? ?????????????????????? ???????????????? ???????????????? getStateResult/ exportDRsResult/ pagedOutput/ nextRequestGUID, ???????????????????? ?????? ???????????????? ?????????????????????? ?????????? ???????????? - - - - - - - - - - - - ?????????????????? ???????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - - - - - - - ?????????????????? ???????????????????? ?????????????? ???? ?????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - - - - - - - - ?????? ?????? ???????????????????? ???????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - ???????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - ?????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????? ?? ?????????????? ???? ?????????????? ?? ?????? ?????? - - - - - - ?????????????????????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - ?????????? ??????????????, ?????????????????????? ?????? ?????? - - - - - - - - ??????????????????, ?????????????????????? ?????? ???????????????? ???????????????????? ?????????? ???????????? (????. ?????????????????? ???????????????? exportDRsRequest/ exportRequestGUID). - - ??????????????????????, ???????? ?? ???????????????? exportDRsRequest ?????????????? ?????????????? ???????????? ???? ?????????????????? ?????????????? - - - - - - ??????????????????????????, ?????????????? ???????????????????? ?????????????? ?? ???????????????? exportDRsRequest/ exportRequestGUID ?????? ???????????????? ???????????????????? ?????????? ???????????? - - - - - ?????????????? ????????, ?????? ?????????????? ???????????????????????????? ???????? ???????????????? ?????????????????? - - - - - - - - - - ?????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0 ?? 15.3.0.0 - - - - - - - - ?????????????? ???????????? ?????????????????????? - - - - ?????????????????????????? ????????????????????, ?????????????????????????????? ?????? ?????? - - - - - ?????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ?????????????????????????? ?? ?????? ?????? - - - - - ?????????????? ???? ???????????????? ?????????????? / ???????????????????? - - - - ???????????? ?????????????????????? ?????????????? ?????????????????????? ??????. - ?????????????????????? ???????????? ???? ???????????? ?????????????????? 6-???? ?????????????? - - - - - - ?????????????????????????? ???????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????, ?? ?????????????? ???????????? ???????????? ?? ?????????????? ??????????????????????????. -?????????????????????? ?????? ???????????? 13.1.10.1 - - - - - ?????????????????????????? ????????/??????????????????/?????????????? ?? ?????????????? ???????????????? ???????????????? ?????? ?????? ?? ?????? ??????. -?????????????????????? ?????? ???????????? 14.0.0.0 - - - - - - ???????????? ??????????????, ?????????????????????????? ?? ?????? ??????. - - ???????????????????? ????????????????: - Sent - ??????????????????; - Processed - ?????????????? ?????????? - - - - - ???????????? ???????????? ???? ??????????????????, ???????????????????????????? ?????? ??????. - - ???????????????????? ????????????????: - NotSent - ???? ??????????????????; - Sent - ??????????????????; - AutoGenerated - ?????????????????????? ?????????????????????????? - - - - - ??????????????????????????, ???????????????????????? ?????? ???????????????? 2-???? ?? ?????????????????????? ???????????? ????????????. - - ???????? ?? ???????????????? exportDSRsRequest ?????????????? ?????????????? ???????????? ???? ?????????????????? ??????????????/????????????????????, ???? ?????????????? ?????????????????????? ???????????????????????????? ?????????????? ???? 100 ?????????????????????? ?? ???????????? ?????????? (?????????????????? ???????? ?????????? ?????????????????? ?????????????? ?????????? ??????????????????????). - - ?????? ???????????????? ?????????????? ?????????? ???????????? ?????????????? ???? ??????????????????????. ?????? ???????????????? ?????????????? ???????????????????? ?????????? ???????????? ?? ???????????????? ???????????? ?????????????????????? ???????????????? ???????????????? getStateResult/ exportDSRsResult/ pagedOutput/ nextSubrequestGUID, ???????????????????? ?????? ???????????????? ?????????????????????? ?????????? ???????????? - - - - - - - ?????????????? ?????????????????? ?? ?????????????????? ???????????????? ???? ?????????????? ???? ?????????????? ?? ?????????????????????????? ???? ??????. -?????????????????????? ?????? ???????????? 13.1.10.1 - - - - - - - - - - - ?????????????????? ???????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ??????. ???????????????? ???????????? 13.1.10.1, 14.0.0.0 ?? 15.3.0.0 - - - - - - - - ?????????????????? ???????????????????? ?????????????? ???? ?????????????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ?????? - - - - - - - - - - - - ?????? ?????? ???????????????????? ???????????????? ???? ?????? ?????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ?????? - - - - - ???????????? ???????????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - ?????????????? ?? ???????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????? ?? ?????????????? ???? ?????????????? ?? ?????? ?????? - - - - - - ?????????????????????????? ????????????????????, ?????????????????????????????? ?????? ?????? - - - - - ?????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ?????????????????????????? ?? ?????? ?????? - - - - - - - - ??????????????????, ?????????????????????? ?????? ???????????????? ???????????????????? ?????????? ???????????? (????. ?????????????????? ???????????????? exportDSRsRequest/ exportSubrequestGUID). - - ??????????????????????, ???????? ?? ???????????????? exportDSRsRequest ?????????????? ?????????????? ???????????? ???? ?????????????????? ?????????????? / ???????????????????? - - - - - - ??????????????????????????, ?????????????? ???????????????????? ?????????????? ?? ???????????????? exportDSRsRequest/ exportSubrequestGUID ?????? ???????????????? ???????????????????? ?????????? ???????????? - - - - - ?????????????? ????????, ?????? ?????????????? ???????????????????????????? ???????? ???????????????? ?????????????????? - - - - - - - - - - ???????????? ?? ?????? ?????? ?????????????? ???? ???????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ?????? - - - - - - - - ???????????????? ?? ?????????????? ???? ?????????????????? ?? ?????????????? ?????????????????????????? - - - - - - - ?????????????????????????? ???????????????????? ?? ?????????????? ??????????????????????????, ?????????????????????????????? ?????? ?????? - - - - - ?????? ???????????????? ?? ?????????????? ???? ??????????????????. - - ???????????????????? ????????????????: - Send - ?????????????????? ??????????; - Revoke - ???????????????? ?????????? ???????????????????????? ?????????? - - - - - ?????????? ???? ??????????????????. - - ?????????????????????? ???????????? ?????? ???????????????? Send. - - ???????? ?????? ???????????????????? ?????????? ?????? ???????????????????? ?? ?????? ??????, ???? ?????????????? ???????????????? ???????????????????????? ?????? ?????????????????? ???????????? ?????????? ?????? ??????????????????. ?? ?????????????????? ????????????, ?????????????? ???????????????? ???????????????????????? ?????? ???????????????? ?? ???????????????? ???????????? ???????????? - - - - - - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????????????????? ?? ?????????????? ?????????????????????????? ?? ???????????? importDSRResponsesRequest - - - - - - - - ?????????????? ?????????????? ?? ?????????????????????? ?????????????????????????? ?????????????????? - - - - - - - - ?????????????????? ?????????????? - - - - - ?????????????????? ???????????????????? ?????????????? ???? ?????????????? ???? ?????? ?????? ???????????????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - ?????????????????? ???????????????????? ?????????????? ???? ?????????????? ?????????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ???????????????????????????? ?????? ?????? - - - - - - - - - - - - ???????????????????? ?? ??????????????????, ?????????????????????? ?? ???????????????????? ?????????????? - - - - - ?????? - - - - - ?????????????? - - - - - ???????????????? - - - - - ?????????? - - - - - ????????????????, ???????????????????????????? ???????????????? ?????????????????? - - - - - - - ???????????????????? ?? ?????????????????? - - - - - ?????? - - - - - ?????????????? - - - - - ???????????????? - - - - - ?????????? - - - - - ????????????????, ???????????????????????????? ???????????????? ?????????????????? - - - - - - - ???????????????????? ?? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? - - - - - ???????????????????? ?? ????????, ?? ?????????????????? ???????????????? ?????????????? ?????????????????????????? - - - - - - ?????? - - - - - ?????????????? - - - - - ???????????????? - - - - - ?????????? - - - - - ????????????????, ???????????????????????????? ???????????????? - - - - - - - - ????????????????, ???????????????????????????? ?????????????????????????? - - - - - - ?????? ??????????????????, ?????? ???????????? ???? ?????????????????? (?????? 358) - - - - - ?????????????????????????? ???????? - - - - - - - - - - ????????????????, ???????????????????????????? ???????????????? ?????????????????? - - - - - ?????? ??????????????????, ?????????????????????????????? ???????????????? (?????? #95) - - - - - ?????????? - - - - - - - - - - ?????????? - - - - - - - - - - - - ???????????? ???????????????????? ?? ?????????????? ?????????????????????????? ???? ??????, ?????????????????????????????? ?????? ?????? - - - - - ?????????????????????????? ????????????????????, ?????????????????????? ?? ?????? ?????? - - - - - ???????????????????? ???? ???????????????? ?????????????? ?? ?????? ?????? ?? ?????????????? ?????????????????????????? ???? ?????? - - - - - - ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????? ?????????????? - - - - - ??????????????????????, - ?????????????????????? ???????????? - - - - - ???????????? ?????????????????? ?????????? (??????), ???? ???????????????? ???????????????????????????? ???????????? - - - - - ????????????, ???? ?????????????? ?????????????????????????? ?????????????????????????? - - - - - ???????????? ??????????????. - - ???????????????????? ????????????????: - Sent - ?????????????????? - Processed - ?????????????? ?????????? - - - - - ???????? ?????????????????????? ?????????????? - - - - - ?????????????? ???????? ???????????? ???? ???????????? - - - - - ???????????????????? ?? ????????????????????, ???????????????????????????? ???????????? - - - - - - - - ???????????? ???????????? ???? ?????????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - ???????????????????? ????????????????: - NotSent - ???? ?????????????????? - Sent - ?????????????????? - AutoGenerated - ?????????????????????? ?????????????????????????? - - - - - ?????????? ???? ?????????????????? - - - - - - ?????????????? ?????????????? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? - - - - - ???????????????????? ?? ???????????????????????? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? - - - - - ???????????????????????????? ???????? - - - - - ???????????????????????????? ???????????????????? - - - - - - - - - - ???????????????????? ?? ????????????????????, ???????????????????????????? ?????????? - - - - - - - - - - ???????????????????? ???? ?????????????????????? - - - - - ?????????????????????????? ?????????????????????? - - - - - ?????? ?????????????????????? - - - - - - - ???????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ?????? ?????? ???????????????? ???? ?????? ?????? - - - - - ?????????????????????????? ??????????????, ?????????????????????? ?? ?????? ?????? - - - - - ?????????? ??????????????, ?????????????????????? ?? ?????? ?????? - - - - - ???????????????????? ?? ?????????????????? - - - - - ???????????????? ???? ?????????????? ?????????????????? ?????????? (??????), ???? ???????????????? ???????????????????????????? ???????????? - - - - - ????????????, ???? ?????????????? ?????????????????????????? ?????????????????????????? - - - - - ??????????????????????, - ???????????????????????????? ???????????? - - - - - ???????????????????? ?? ????????????????????, ???????????????????????????? ???????????? - - - - - ???????????? ?????????????? ?? ?????? ??????. - - ???????????????????? ????????????????: - Draft - ????????????; - Processing - ?? ??????????????????; - Sent - ?????????????????? ?????????????????????? ??????; - Processed - ?????????????? ??????????; - Revoked - ?????????????? - - - - - ?????????????????? ???????????????????? ??????????????. - - ?????????????????????? ?????????? ???????????????? ???? ?????????????????????? ?????? ?????? "?????????????????? ?????????????? ?? ?????????????? ?????? ???????????????????? - ?????????????????????????? ???? ??????" (?????? #345). A???????????????????? - ???????????????? ?????????????????? ????????????????: - 1 - ???????????? ???? ?????????????????? - 2 - ???????????? ?????????????? ???????????? - 3 - ?????????????? ???????????????????? ?? ?????????????????????????? - 4 - ?????????????????????????? ?????? - 5 - ?????????????????????? ?????????????????????? ???????????????????? ?? ?????? ?????? - 6 - ???????????????????? ?? ?????????????????????????? ?????????????????????? - 7 - ???????????????????? ?? ?????????????????????????? ???? ???????????????????????? ?????????????????????? - - - - - ???????? ???????????????? ?????????????? - - - - - ???????? ?????????????????????? ?????????????? ?????????????????????? ?????? - - - - - ?????????????? ???????? ???????????? ???? ???????????? - - - - - ?????????????? ????????????????????????, ?????????????????????????????? ?????? - - - - - - ??????????????????????, - ?????????????????????????????? ?????? - - - - - ?????????? ?????????????????????? - - - - - - ???????????? ???????????????????????? ????????????. - - ???????????????????? ????????????????: - Provided - ???????????????????????? ???????????????????????? - AutoGenerated - ?????????????????????? ?????????????????????????? - - - - - ?????????????? ?????????????? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? - - - - - ???????????????????? ?? ???????????????????????? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? - - - - - ???????????????????????????? ???????? - - - - - ???????????????????????????? ???????????????????? - - - - - - - - - - ???????????????????? ?? ????????????????????, ???????????????????????????? ?????????? - - - - - - - - - - - - - ???????????????????????????? ???????????????? ???? ?????????????? ?????????????????? ?????????? (??????), ???? ???????????????? ???????????????????????????? ???????????? - - - - - - ?????????????????????? ?????? ????????????????, ???????????????????????? ???? ???????????? 13.1.10.1 - - - - ?????????????????????????? ???????? (???????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????, ???????? ?? ?????????????????????? ????????) - - - - - ???????????????????????????? ???????????????????? ???? ?????? (?????????? ???????????????? / ??????????????????, ??????????????, ?????????? ???????????? ????????). - -???????????????????? ?????? ??????, ?????????????? ?????? ?????????????????????????????? ?????? ?????? ?????????? ?????? ?????????????????????????? ??????????????????. ???? ?????????????????????? ?????? ??????, ?????????????? ?????? ?????????? ?????? - - - - - - - - - - - ?????????????????????? ?????? ????????????????, ???????????????????????? ???? ???????????? 14.0.0.0 - - - - ?????????????????????????? ????????/??????????????????/?????????????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????. - - - - - ?????? ??????????????. - ?????????????????? ????????????????: - Appartment - ??????????????????/????????, - Room - ??????????????, - House - ?????????? ?????? - ?????????????????????? ???????????? ?????? ?????????? ???????????? - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????????? ???????????? - - - - - - - - - - - - - ???????????? ?????????????? ?? ?????????????? ?????????????????????????? ???? ?????? ?????? ?????????????? ?? ?????? ?????? - - - - - ???????????????????? ?? ?????????????????? - - - - - ???????????????? ???? ?????????????? ?????????????????? ?????????? (??????), ???? ???????????????? ???????????????????????????? ???????????? - - - - - ?????????????????????????? ????????????????????, ?????????????????????????????? ???????????? - - - - - - - ???????????? ???????????????????? ?? ?????????????? ?????????????????????????? ???? ?????? ?????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? - - - - - ???????????????????????????? ????????. - - ?????????? ???????? ????????????, ???????????? ???????? hasDebt=TRUE - - - - - ???????????????????????????? ???????????????????? - - - - - - - - - - ?????????????????????????? ????????????????????, ?????????????????????????????? ?????????? - - - - - ???????????????????? ?? ???????????????????????? ??????????????????????????, ???????????????????????????? ???????????????? ??????????. - -?????????? ???????? ????????????, ???????????? ???????? hasDebt=TRUE. - - - - ???????????????????? ?? ???????????????????????? ??????????????????????????, ???????????????????????????? ???????????????? ??????????. ??????????????????????, ???????? ?????????? ???????????????????????? ?????? ?????????? ?????????????? ???????????????? ?? ??????????????????????????. - -?????????? ???????? ????????????, ???????????? ???????? hasDebt=TRUE. ?? ???????? ???????????? ?????????????? ???????????????????? - - - - - ?????????????????????????? ???????????? ?????????????? ???????????????? ?? ??????????????????????????. ?????????????????????? ?????? ?????????????????????? ???????????? ?? ???????????? ?????????????? ???????????????? ?? ??????????????????????????. ?????????? ???????? ????????????, ???????????? ???????? hasDebt=TRUE. ???????????????????????? ?????? ???????????????????? - - - - - - - - ???????????????? ???? ?????????????????????? - - - - - ???????????????? ?????????????????????????? ?????????????????????? (?? ?????????????? ?????????????????????? ?????? ??????) - - - - - ???????????????????????? ?????????????????????? - - - - - ?????????????? ?????????????????????? - - - - - - - ???????? ?????????????????? ???????? ?????????????????? ????????????: 14.0.0.0 ?? 15.3.0.0 - - - - - ?????????? ?????????????????? ???????? - - - - - - - - - - ???????? ???????????????????? ?? ???????? ?????????????????? ???????? - - - - - ???????? ?????????????????? ???????? (??????????????????) ???????????????????????????? ??????????????. ??????????????????????, ?????????????? ?? ???????????? 15.3.0.0, ???????? ???????????????? ???? ???????????? - - - - - - - ???????????????????? ???? ???????????????????????????? ?????????????? ?????????????????? ??????????, ?????????????????? ?? ???????????? ?? ?????????????? ???????????????? ?? ??????????????????????????. - ????????????????????????, ???????? ???????????????? ?????? ?????????????????? ???? ???????????????????????????? ?? ?????? ?????? ???????????? ?????????????????? ??????????. - - - - - ?????????? ?????????????????????????????? ?????????????? ?????????????????? ??????????. - - - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ?????????????????????????????? ???????? ???? ???????? - - - - - ?????????????????????????????????? ?????? ?????????????????????????????? ???????? ?? ?????? ??????.???????????? ????????????????, ?????????????????????? ???? ?????????????? ???? ???????????????????? ?? ????????, ?????????????????????? ?? ???????????????? ?????????? ?????? ?????? ?? ?????????????? ?????????????????????? ?? ??????????????????????. - - - - - ???????????????????? ???????????????????? ?????????????????????????? ?????????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????. - - - - - - - ???????????????????? ?? ??????????????????????????, ???????????????????????????? ???????????????? ?????????? ?????? ???????????????? ?????? ?????? - - - - - ???????????????????? ?? ????????, ?? ?????????????????? ???????????????? ?????????????? ?????????????????????????? - - - - - - ?????? - - - - - ?????????????? - - - - - ???????????????? - - - - - ?????????? - - - - - ????????????????, ???????????????????????????? ???????????????? - - - - - - - - ????????????????, ???????????????????????????? ?????????????????????????? - - - - - - ?????? ??????????????????, ?????? ???????????? ???? ?????????????????? (?????? 358) - - - - - ?????????????????????????? ???????? - - - - - ?????????????????????????? ???????????? ?? ?????????????? ???????????????? ?? ??????????????????????????. - -??????????????????????, ???????? ???????????? ???? ?????????????? ?????????????????? ???? ?????????? ???????????? (14.0.0.0) - - - - - ???????????????????? ?? ???????????????? ????????. - ?????????????????????? ?????? ????????????????????, ???????? ?????? ?????????????????? = ???????????????? ?????? (?????????????????????? ?????? ?????????? ???????????? ???????????? ???? ????????????). - -??????????????????????, ???????? ???????????? ???? ?????????????? ?????????????????? ???? ?????????? ???????????? (14.0.0.0) - - - - - ???????????????????? ???? ???????????????????????????? ?????????????? ?????????????????? ??????????, ?????????????????? ?? ???????????? ?? ?????????????? ???????????????? ?? ??????????????????????????. - ????????????????????????, ???????? ???????????????? ?????? ?????????????????? ???? ???????????????????????????? ?? ?????? ?????? ???????????? ?????????????????? ??????????. - -??????????????????????, ???????? ???????????? ???? ?????????????? ?????????????????? ???? ?????????? ???????????? (14.0.0.0) - - - - - - - - - - ???????????????? ???? ?????????????? ?????????????????? ?????????? (??????) ?????? ?????????????? ???????????????? ????????????????/?????????????????????? (???????????? 14.0.0.0) - - - - - ?????????????????????????? ????????/??????????????????/?????????????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????. - - - - - ?????? ??????????????. - ?????????????????? ????????????????: - Apartment - ??????????????????/????????, - Room - ??????????????, - House - ?????????? ?????? - - - - - - - - ?????????????????????????? ???????????????? ???? ?????????????? ?????????????????? ?????????? (??????) ?? ?????????????? - - - - - ?????????????????????? ?????? ?????????????????????? ?????????????? ???? ???????????? 13.1.10.1 - - - - ?????????????????????????? ???????? (???????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????, ???????? ?? ?????????????????????? ????????) - - - - - ???????????????????????????? ???????????????????? ???? ?????? (?????????? ???????????????? / ??????????????????, ??????????????, ?????????? ???????????? ????????). - -???????????????????? ?????? ??????, ?????????????? ?????? ?????????????????????????????? ?????? ?????? ?????????? ?????? ?????????????????????????? ??????????????????. ???? ?????????????????????? ?????? ??????, ?????????????? ?????? ?????????? ?????? - - - - - - - - - - - ?????????????????????? ?????? ?????????????????????? ?????????????? ???? ???????????? 14.0.0.0. - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????????????? ???????????????? ???????????????? ?????? ??????. ???????????????????? ?????? ???????????????????? ?????? ???????? ??????????, ?????????? ?????????? ??????. ???????? ?????? = ?????????? ??????. ???? ?????????? ???????? ????????????????, ???????? HMObjectGUID, ???????? fiasHouseGUID - - - - - ?????? ??????????????. - ?????????????????? ????????????????: - Apartment - ??????????????????/????????, - Room - ??????????????, - House - ?????????? ?????? - - - - - - - ?????????????????????????? ????????. ?????????? ???????? ????????????????, ???????? ?????? ?????????????? = ?????????? ?????? - - - - - - - - ?????? ?????????????? ?????????????? ?? ?????? ??????. - - ???????????????????? ????????????????: - Draft - ????????????; - Processing - ?? ??????????????????; - Sent - ?????????????????? ?????????????????????? ??????; - Processed - ?????????????? ??????????; - Revoked - ?????????????? - - - - - - - - - - - - ???????? ???????????????? ?? ?????????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - ???????????????????? ????????????????: - Send - ?????????????????? ???????????? ?????????????????????? ??????; - Revoke - ???????????????? ????????????, ?????????? ???????????????????????? ?????????????????????? ?????? - - - - - - - - - ???????? ???????????????? ?? ???????????????? ???? ???????????????????? ?? ?????????????? ?????????????????????????? ???? ??????. - - ???????????????????? ????????????????: - Send - ?????????????????? ??????????; - Revoke - ???????????????? ?????????? ???????????????????????? ?????????? - - - - - - - - - ?????????????????? ?????? ?????? ?????????? ?????? - - - - - - - - - ?????????????????? ?????? ?????? ???????????? ?????????????? - - - - - - - - ???????????? ??????????????, ?????????????????????????? ?? ?????? ??????. - - ???????????????????? ????????????????: - Sent - ??????????????????; - Processed - ?????????????? ?????????? - - - - - - - - - ???????????? ???????????? ???? ??????????????????, ???????????????????????????? ?????? ??????. - - ???????????????????? ????????????????: - NotSent - ???? ??????????????????; - Sent - ??????????????????; - AutoGenerated - ?????????????????????? ?????????????????????????? - - - - - - - - - - ???????????? ???????????????????????? ???????????? ???? ??????????????????. - - ???????????????????? ????????????????: - Provided - ???????????????????????? ????????????????????????; - AutoGenerated - ?????????????????????? ?????????????????????????? - - - - - - - - - ?????? ?????? ?????????? ?????????? - - - - - - - - ?????? ??????. ?????????????????? ????????????????: Apartment - ??????????????????, Room - ??????????????, House - ?????????? ??????, HouseBlock - ???????? ?? ?????????? ???????? - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-nsi-base.xsd b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-nsi-base.xsd deleted file mode 100644 index cbd302d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/hcs-nsi-base.xsd +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - Ссылка на справочник - - - - - Код записи справочника - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - Скалярный тип. Наименование справочника. Строка не более 200 символов. - - - - - - - - Скалярный тип. Реестровый номер справочника. Код не более 10 символов. - - - - - - - - Составной тип. Наименование, дата и время последнего изменения справочника. - - - - - Реестровый номер справочника. - - - - - Наименование справочника. - - - - - Дата и время последнего изменения справочника. - - - - - - - Перечень справочников с датой последнего изменения каждого из них. - - - - - Дата и время формирования перечня справочников. - - - - - Наименование, дата и время последнего изменения справочника. - - - - - - - - Данные справочника. - - - - - Реестровый номер справочника. - - - - - Дата и время формирования данных справочника. - - - - - Элемент справочника верхнего уровня. - - - - - - - Составной тип. Элемент справочника. - - - - - Код элемента справочника, уникальный в пределах справочника. - - - - - Глобально-уникальный идентификатор элемента справочника. - - - - - - Дата и время последнего изменения элемента справочника (в том числе создания). - - - - - - Дата начала действия значения - - - - - Дата окончания действия значения - - - - - - - Признак актуальности элемента справочника. - - - - - Наименование и значение поля для элемента справочника. - - - - - Дочерний элемент. - - - - - - - Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. - - - - - Наименование поля элемента справочника. - - - - - - - Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Строка". - - - - - - - - - Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Да/Нет". - - - - - - - - - Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Вещественное". - - - - - - - - - Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Дата". - - - - - - - - - Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Целое число". - - - - - - - - - Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. - - - - - - - Запись элемента справочника типа "Перечислимый". - - - - - - Код поля элемента справочника типа "Перечислимый". - - - - - Значение поля элемента справочника типа "Перечислимый". - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. - - - - - - - Ссылка на справочник. - - - - - - Реестровый номер справочника. - - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. - - - - - - - Ссылка на элемент внутреннего справочника. - - - - - - Реестровый номер справочника. - - - - - Ссылка на элемент справочника. - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. - - - - - - - Код единицы измерения по справочнику ОКЕИ. - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. - - - - - - - Ссылка на элемент справочника ФИАС. - - - - - - Идентификационный код позиции в справочнике ФИАС. - - - - - Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. - - - - - - - - - - - - Составной тип. Наименование и значение поля "Вложение" - - - - - - - Документ - - - - - - - - - Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. - - - - - - - - Группа справочника: -NSI - (по умолчанию) общесистемный -NSIRAO - ОЖФ - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/xmldsig-core-schema.xsd b/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/xmldsig-core-schema.xsd deleted file mode 100644 index e036087..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DebtRequests.v15_7_0_1/xmldsig-core-schema.xsd +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest.datasource b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest.datasource deleted file mode 100644 index 5e8691d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader.datasource b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader.datasource deleted file mode 100644 index d1d2560..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse.datasource deleted file mode 100644 index 13f43ba..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse.datasource deleted file mode 100644 index 8737d42..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult.datasource b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult.datasource deleted file mode 100644 index c711161..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse.datasource b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse.datasource deleted file mode 100644 index b2e63c1..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse, Connected Services.Service.Async.DeviceMetering.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Reference.cs b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Reference.cs deleted file mode 100644 index b4b6e11..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Reference.cs +++ /dev/null @@ -1,5309 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -namespace Hcs.Service.Async.DeviceMetering.v15_7_0_1 { - - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string errorMessageField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ErrorMessage { - get { - return this.errorMessageField; - } - set { - this.errorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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(VolumeMeteringValueExportBaseType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeCurrentMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeMeteringValueImportType))] - [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.Xml.Serialization.XmlIncludeAttribute(typeof(VolumeCurrentMeteringValueExportType))] - [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/device-metering/")] - public partial class VolumeMeteringValueExportBaseType : VolumeMeteringValueBaseType { - - private string readingsSourceField; - - private string orgPPAGUIDField; - - private System.DateTime enterIntoSystemField; - - private string unitField; - - private VolumeMeteringValueExportBaseTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime EnterIntoSystem { - get { - return this.enterIntoSystemField; - } - set { - this.enterIntoSystemField = value; - this.RaisePropertyChanged("EnterIntoSystem"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public VolumeMeteringValueExportBaseTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class VolumeMeteringValueExportBaseTypeMeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringValueT3 { - get { - return this.meteringValueT3Field; - } - set { - this.meteringValueT3Field = value; - this.RaisePropertyChanged("MeteringValueT3"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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/device-metering/")] - public partial class VolumeCurrentMeteringValueExportType : VolumeMeteringValueExportBaseType { - - private System.DateTime dateValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime DateValue { - get { - return this.dateValueField; - } - set { - this.dateValueField = value; - this.RaisePropertyChanged("DateValue"); - } - } - } - - /// - [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/device-metering/")] - public partial class VolumeMeteringValueImportType : VolumeMeteringValueBaseType { - - private System.DateTime dateValueField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime DateValue { - get { - return this.dateValueField; - } - set { - this.dateValueField = value; - this.RaisePropertyChanged("DateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType1))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueImportType))] - [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 ElectricMeteringValueBaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - 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.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType1))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] - [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 ElectricMeteringValueExportType : ElectricMeteringValueBaseType { - - private string readingsSourceField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType1))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] - [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 ElectricMeteringValueExportWithTSType : ElectricMeteringValueExportType { - - private System.DateTime enterIntoSystemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EnterIntoSystem { - get { - return this.enterIntoSystemField; - } - set { - this.enterIntoSystemField = value; - this.RaisePropertyChanged("EnterIntoSystem"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricCurrentMeteringValueExportType))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(TypeName="ElectricMeteringValueExportType", Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class ElectricMeteringValueExportType1 : ElectricMeteringValueExportWithTSType { - - private string unitField; - - private ElectricMeteringValueExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ElectricMeteringValueExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class ElectricMeteringValueExportTypeMeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringValueT3 { - get { - return this.meteringValueT3Field; - } - set { - this.meteringValueT3Field = value; - this.RaisePropertyChanged("MeteringValueT3"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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/device-metering/")] - public partial class ElectricCurrentMeteringValueExportType : ElectricMeteringValueExportType1 { - - private System.DateTime dateValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime DateValue { - get { - return this.dateValueField; - } - set { - this.dateValueField = value; - this.RaisePropertyChanged("DateValue"); - } - } - } - - /// - [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/device-metering/")] - public partial class ElectricMeteringValueImportType : ElectricMeteringValueBaseType { - - private System.DateTime dateValueField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime DateValue { - get { - return this.dateValueField; - } - set { - this.dateValueField = value; - this.RaisePropertyChanged("DateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [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/base/")] - public partial class YearMonth : object, System.ComponentModel.INotifyPropertyChanged { - - private short yearField; - - private int monthField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public short Year { - get { - return this.yearField; - } - set { - this.yearField = value; - this.RaisePropertyChanged("Year"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public int Month { - get { - return this.monthField; - } - set { - this.monthField = value; - this.RaisePropertyChanged("Month"); - } - } - - 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(OneRateMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType1))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueImportType))] - [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 OneRateMeteringValueBaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef municipalResourceField; - - private string meteringValueField; - - /// - [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 MeteringValue { - get { - return this.meteringValueField; - } - set { - this.meteringValueField = value; - this.RaisePropertyChanged("MeteringValue"); - } - } - - 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(OneRateMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType1))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] - [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 OneRateMeteringValueExportType : OneRateMeteringValueBaseType { - - private string readingsSourceField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportType1))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] - [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 OneRateMeteringValueExportWithTSType : OneRateMeteringValueExportType { - - private System.DateTime enterIntoSystemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EnterIntoSystem { - get { - return this.enterIntoSystemField; - } - set { - this.enterIntoSystemField = value; - this.RaisePropertyChanged("EnterIntoSystem"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateCurrentMeteringValueExportType))] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(TypeName="OneRateMeteringValueExportType", Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class OneRateMeteringValueExportType1 : OneRateMeteringValueExportWithTSType { - - private string unitField; - - private OneRateMeteringValueExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public OneRateMeteringValueExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class OneRateMeteringValueExportTypeMeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueField; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValue { - get { - return this.meteringValueField; - } - set { - this.meteringValueField = value; - this.RaisePropertyChanged("MeteringValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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/device-metering/")] - public partial class OneRateCurrentMeteringValueExportType : OneRateMeteringValueExportType1 { - - private System.DateTime dateValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime DateValue { - get { - return this.dateValueField; - } - set { - this.dateValueField = value; - this.RaisePropertyChanged("DateValue"); - } - } - } - - /// - [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/device-metering/")] - public partial class OneRateMeteringValueImportType : OneRateMeteringValueBaseType { - - private System.DateTime dateValueField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime DateValue { - get { - return this.dateValueField; - } - set { - this.dateValueField = value; - this.RaisePropertyChanged("DateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [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 ObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string idField; - - private string mimeTypeField; - - private string encodingField; - - /// - [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="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - public string MimeType { - get { - return this.mimeTypeField; - } - set { - this.mimeTypeField = value; - this.RaisePropertyChanged("MimeType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Encoding { - get { - return this.encodingField; - } - set { - this.encodingField = value; - this.RaisePropertyChanged("Encoding"); - } - } - - 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 SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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 PGPDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType1[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType1[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType1 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - PGPKeyID, - - /// - PGPKeyPacket, - } - - /// - [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 X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged { - - private string x509IssuerNameField; - - private string x509SerialNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string X509IssuerName { - get { - return this.x509IssuerNameField; - } - set { - this.x509IssuerNameField = value; - this.RaisePropertyChanged("X509IssuerName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string X509SerialNumber { - get { - return this.x509SerialNumberField; - } - set { - this.x509SerialNumberField = value; - this.RaisePropertyChanged("X509SerialNumber"); - } - } - - 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 X509DataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - X509CRL, - - /// - X509Certificate, - - /// - X509IssuerSerial, - - /// - X509SKI, - - /// - X509SubjectName, - } - - /// - [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 RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - 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.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 RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] modulusField; - - private byte[] exponentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] Modulus { - get { - return this.modulusField; - } - set { - this.modulusField = value; - this.RaisePropertyChanged("Modulus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Exponent { - get { - return this.exponentField; - } - set { - this.exponentField = value; - this.RaisePropertyChanged("Exponent"); - } - } - - 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 DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] pField; - - private byte[] qField; - - private byte[] gField; - - private byte[] yField; - - private byte[] jField; - - private byte[] seedField; - - private byte[] pgenCounterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] P { - get { - return this.pField; - } - set { - this.pField = value; - this.RaisePropertyChanged("P"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Q { - get { - return this.qField; - } - set { - this.qField = value; - this.RaisePropertyChanged("Q"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] G { - get { - return this.gField; - } - set { - this.gField = value; - this.RaisePropertyChanged("G"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] - public byte[] Y { - get { - return this.yField; - } - set { - this.yField = value; - this.RaisePropertyChanged("Y"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] - public byte[] J { - get { - return this.jField; - } - set { - this.jField = value; - this.RaisePropertyChanged("J"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] - public byte[] Seed { - get { - return this.seedField; - } - set { - this.seedField = value; - this.RaisePropertyChanged("Seed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] - public byte[] PgenCounter { - get { - return this.pgenCounterField; - } - set { - this.pgenCounterField = value; - this.RaisePropertyChanged("PgenCounter"); - } - } - - 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 KeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string[] textField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - 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 KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType2[] itemsElementNameField; - - private string[] textField; - - private string idField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType2[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType2 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - KeyName, - - /// - KeyValue, - - /// - MgmtData, - - /// - PGPData, - - /// - RetrievalMethod, - - /// - SPKIData, - - /// - X509Data, - } - - /// - [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 SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private string idField; - - private byte[] valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] - public byte[] Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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.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 SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMACOutputLengthField; - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string HMACOutputLength { - get { - return this.hMACOutputLengthField; - } - set { - this.hMACOutputLengthField = value; - this.RaisePropertyChanged("HMACOutputLength"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] - 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.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 CanonicalizationMethodType : 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.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 SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private CanonicalizationMethodType canonicalizationMethodField; - - private SignatureMethodType signatureMethodField; - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CanonicalizationMethodType CanonicalizationMethod { - get { - return this.canonicalizationMethodField; - } - set { - this.canonicalizationMethodField = value; - this.RaisePropertyChanged("CanonicalizationMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureMethodType SignatureMethod { - get { - return this.signatureMethodField; - } - set { - this.signatureMethodField = value; - this.RaisePropertyChanged("SignatureMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] - 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 SignatureType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignedInfoType signedInfoField; - - private SignatureValueType signatureValueField; - - private KeyInfoType keyInfoField; - - private ObjectType[] objectField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SignedInfoType SignedInfo { - get { - return this.signedInfoField; - } - set { - this.signedInfoField = value; - this.RaisePropertyChanged("SignedInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureValueType SignatureValue { - get { - return this.signatureValueField; - } - set { - this.signatureValueField = value; - this.RaisePropertyChanged("SignatureValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public KeyInfoType KeyInfo { - get { - return this.keyInfoField; - } - set { - this.keyInfoField = value; - this.RaisePropertyChanged("KeyInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] - public ObjectType[] Object { - get { - return this.objectField; - } - set { - this.objectField = value; - this.RaisePropertyChanged("Object"); - } - } - - /// - [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.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] - [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/base/")] - public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignatureType signatureField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] - public SignatureType Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - 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://dom.gosuslugi.ru/schema/integration/base/")] - public partial class BaseAsyncResponseType : BaseType { - - private sbyte requestStateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte RequestState { - get { - return this.requestStateField; - } - set { - this.requestStateField = value; - this.RaisePropertyChanged("RequestState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering-service-async/", ConfigurationName="Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync")] - public interface DeviceMeteringPortTypesAsync { - - // CODEGEN: Контракт генерации сообщений с операцией importMeteringDeviceValues не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceValues", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DeviceMetering.v15_7_0_1.Fault), Action="urn:importMeteringDeviceValues", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse importMeteringDeviceValues(Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceValues", ReplyAction="*")] - System.Threading.Tasks.Task importMeteringDeviceValuesAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportMeteringDeviceHistory не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceHistory", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DeviceMetering.v15_7_0_1.Fault), Action="urn:exportMeteringDeviceHistory", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse exportMeteringDeviceHistory(Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceHistory", ReplyAction="*")] - System.Threading.Tasks.Task exportMeteringDeviceHistoryAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DeviceMetering.v15_7_0_1.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1 request); - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeader : HeaderType { - - private object itemField; - - private ItemChoiceType1 itemElementNameField; - - private bool isOperatorSignatureField; - - private bool isOperatorSignatureFieldSpecified; - - private ISCreator[] iSCreatorField; - - public RequestHeader() { - this.isOperatorSignatureField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType1 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsOperatorSignature { - get { - return this.isOperatorSignatureField; - } - set { - this.isOperatorSignatureField = value; - this.RaisePropertyChanged("IsOperatorSignature"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsOperatorSignatureSpecified { - get { - return this.isOperatorSignatureFieldSpecified; - } - set { - this.isOperatorSignatureFieldSpecified = value; - this.RaisePropertyChanged("IsOperatorSignatureSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizen : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType3[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType3[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private RequestHeaderCitizenDocumentDocumentType documentTypeField; - - private string seriesField; - - private string numberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RequestHeaderCitizenDocumentDocumentType DocumentType { - get { - return this.documentTypeField; - } - set { - this.documentTypeField = value; - this.RaisePropertyChanged("DocumentType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocumentDocumentType : 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemsChoiceType3 { - - /// - CitizenPPAGUID, - - /// - Document, - - /// - SNILS, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemChoiceType1 { - - /// - Citizen, - - /// - SenderID, - - /// - orgPPAGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged { - - private string iSNameField; - - private string iSOperatorNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ISName { - get { - return this.iSNameField; - } - set { - this.iSNameField = value; - this.RaisePropertyChanged("ISName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ISOperatorName { - get { - return this.iSOperatorNameField; - } - set { - this.iSOperatorNameField = value; - this.RaisePropertyChanged("ISOperatorName"); - } - } - - 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/base/")] - public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequest : BaseType { - - private string fIASHouseGuidField; - - private importMeteringDeviceValuesRequestMeteringDevicesValues[] meteringDevicesValuesField; - - private string versionField; - - public importMeteringDeviceValuesRequest() { - this.versionField = "10.0.1.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MeteringDevicesValues", Order=1)] - public importMeteringDeviceValuesRequestMeteringDevicesValues[] MeteringDevicesValues { - get { - return this.meteringDevicesValuesField; - } - set { - this.meteringDevicesValuesField = value; - this.RaisePropertyChanged("MeteringDevicesValues"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValues : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType itemElementNameField; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ElectricDeviceValue", typeof(importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValue), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("OneRateDeviceValue", typeof(importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValue), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("VolumeDeviceValue", typeof(importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValue), Order=2)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", IncludeInSchema=false)] - public enum ItemChoiceType { - - /// - MeteringDeviceRootGUID, - - /// - MeteringDeviceVersionGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValue : object, System.ComponentModel.INotifyPropertyChanged { - - private importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue currentValueField; - - private ElectricMeteringValueImportType controlValueField; - - private importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueVerificationValue verificationValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue CurrentValue { - get { - return this.currentValueField; - } - set { - this.currentValueField = value; - this.RaisePropertyChanged("CurrentValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ElectricMeteringValueImportType ControlValue { - get { - return this.controlValueField; - } - set { - this.controlValueField = value; - this.RaisePropertyChanged("ControlValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueVerificationValue VerificationValue { - get { - return this.verificationValueField; - } - set { - this.verificationValueField = value; - this.RaisePropertyChanged("VerificationValue"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueCurrentValue : ElectricMeteringValueImportType { - - private YearMonth periodField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public YearMonth Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesElectricDeviceValueVerificationValue : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateValueField; - - private System.DateTime endDateValueField; - - private System.DateTime sealDateField; - - private ElectricMeteringValueBaseType startValueField; - - private ElectricMeteringValueBaseType endValueField; - - private object itemField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime StartDateValue { - get { - return this.startDateValueField; - } - set { - this.startDateValueField = value; - this.RaisePropertyChanged("StartDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDateValue { - get { - return this.endDateValueField; - } - set { - this.endDateValueField = value; - this.RaisePropertyChanged("EndDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime SealDate { - get { - return this.sealDateField; - } - set { - this.sealDateField = value; - this.RaisePropertyChanged("SealDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ElectricMeteringValueBaseType StartValue { - get { - return this.startValueField; - } - set { - this.startValueField = value; - this.RaisePropertyChanged("StartValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ElectricMeteringValueBaseType EndValue { - get { - return this.endValueField; - } - set { - this.endValueField = value; - this.RaisePropertyChanged("EndValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValue : object, System.ComponentModel.INotifyPropertyChanged { - - private importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueCurrentValue[] currentValueField; - - private OneRateMeteringValueImportType[] controlValueField; - - private importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueVerificationValue verificationValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] - public importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueCurrentValue[] CurrentValue { - get { - return this.currentValueField; - } - set { - this.currentValueField = value; - this.RaisePropertyChanged("CurrentValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] - public OneRateMeteringValueImportType[] ControlValue { - get { - return this.controlValueField; - } - set { - this.controlValueField = value; - this.RaisePropertyChanged("ControlValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueVerificationValue VerificationValue { - get { - return this.verificationValueField; - } - set { - this.verificationValueField = value; - this.RaisePropertyChanged("VerificationValue"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueCurrentValue : OneRateMeteringValueImportType { - - private YearMonth periodField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public YearMonth Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesOneRateDeviceValueVerificationValue : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateValueField; - - private System.DateTime endDateValueField; - - private System.DateTime sealDateField; - - private OneRateMeteringValueBaseType[] startValueField; - - private OneRateMeteringValueBaseType[] endValueField; - - private object itemField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime StartDateValue { - get { - return this.startDateValueField; - } - set { - this.startDateValueField = value; - this.RaisePropertyChanged("StartDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDateValue { - get { - return this.endDateValueField; - } - set { - this.endDateValueField = value; - this.RaisePropertyChanged("EndDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime SealDate { - get { - return this.sealDateField; - } - set { - this.sealDateField = value; - this.RaisePropertyChanged("SealDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] - public OneRateMeteringValueBaseType[] StartValue { - get { - return this.startValueField; - } - set { - this.startValueField = value; - this.RaisePropertyChanged("StartValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] - public OneRateMeteringValueBaseType[] EndValue { - get { - return this.endValueField; - } - set { - this.endValueField = value; - this.RaisePropertyChanged("EndValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValue : object, System.ComponentModel.INotifyPropertyChanged { - - private importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueCurrentValue[] currentValueField; - - private VolumeMeteringValueImportType[] controlValueField; - - private importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueVerificationValue verificationValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] - public importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueCurrentValue[] CurrentValue { - get { - return this.currentValueField; - } - set { - this.currentValueField = value; - this.RaisePropertyChanged("CurrentValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] - public VolumeMeteringValueImportType[] ControlValue { - get { - return this.controlValueField; - } - set { - this.controlValueField = value; - this.RaisePropertyChanged("ControlValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueVerificationValue VerificationValue { - get { - return this.verificationValueField; - } - set { - this.verificationValueField = value; - this.RaisePropertyChanged("VerificationValue"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueCurrentValue : VolumeMeteringValueImportType { - - private YearMonth periodField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public YearMonth Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class importMeteringDeviceValuesRequestMeteringDevicesValuesVolumeDeviceValueVerificationValue : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateValueField; - - private System.DateTime endDateValueField; - - private System.DateTime sealDateField; - - private VolumeMeteringValueBaseType[] startValueField; - - private VolumeMeteringValueBaseType[] endValueField; - - private object itemField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime StartDateValue { - get { - return this.startDateValueField; - } - set { - this.startDateValueField = value; - this.RaisePropertyChanged("StartDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDateValue { - get { - return this.endDateValueField; - } - set { - this.endDateValueField = value; - this.RaisePropertyChanged("EndDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime SealDate { - get { - return this.sealDateField; - } - set { - this.sealDateField = value; - this.RaisePropertyChanged("SealDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] - public VolumeMeteringValueBaseType[] StartValue { - get { - return this.startValueField; - } - set { - this.startValueField = value; - this.RaisePropertyChanged("StartValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] - public VolumeMeteringValueBaseType[] EndValue { - get { - return this.endValueField; - } - set { - this.endValueField = value; - this.RaisePropertyChanged("EndValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=6)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ResultHeader : HeaderType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private AckRequestAck ackField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AckRequestAck Ack { - get { - return this.ackField; - } - set { - this.ackField = value; - this.RaisePropertyChanged("Ack"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string requesterMessageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RequesterMessageGUID { - get { - return this.requesterMessageGUIDField; - } - set { - this.requesterMessageGUIDField = value; - this.RaisePropertyChanged("RequesterMessageGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importMeteringDeviceValuesRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", Order=0)] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest; - - public importMeteringDeviceValuesRequest1() { - } - - public importMeteringDeviceValuesRequest1(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest) { - this.RequestHeader = RequestHeader; - this.importMeteringDeviceValuesRequest = importMeteringDeviceValuesRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importMeteringDeviceValuesResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest AckRequest; - - public importMeteringDeviceValuesResponse() { - } - - public importMeteringDeviceValuesResponse(Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryRequest : BaseType { - - private string[] fIASHouseGuidField; - - private string exportMeteringDeviceRootGUIDField; - - private object[] itemsField; - - private ItemsChoiceType4[] itemsElementNameField; - - private System.DateTime commissioningDateFromField; - - private bool commissioningDateFromFieldSpecified; - - private System.DateTime commissioningDateToField; - - private bool commissioningDateToFieldSpecified; - - private bool serchArchivedField; - - private bool serchArchivedFieldSpecified; - - private System.DateTime archiveDateFromField; - - private bool archiveDateFromFieldSpecified; - - private System.DateTime archiveDateToField; - - private bool archiveDateToFieldSpecified; - - private System.DateTime inputDateFromField; - - private bool inputDateFromFieldSpecified; - - private System.DateTime inputDateToField; - - private bool inputDateToFieldSpecified; - - private bool excludePersonAsDataSourceField; - - private bool excludePersonAsDataSourceFieldSpecified; - - private bool excludeCurrentOrgAsDataSourceField; - - private bool excludeCurrentOrgAsDataSourceFieldSpecified; - - private bool excludeOtherOrgAsDataSourceField; - - private bool excludeOtherOrgAsDataSourceFieldSpecified; - - private bool excludeISValuesField; - - private bool excludeISValuesFieldSpecified; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] - public string[] FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ExportMeteringDeviceRootGUID { - get { - return this.exportMeteringDeviceRootGUIDField; - } - set { - this.exportMeteringDeviceRootGUIDField = value; - this.RaisePropertyChanged("ExportMeteringDeviceRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceRootGUID", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceType", typeof(nsiRef), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", typeof(nsiRef), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType4[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime CommissioningDateFrom { - get { - return this.commissioningDateFromField; - } - set { - this.commissioningDateFromField = value; - this.RaisePropertyChanged("CommissioningDateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CommissioningDateFromSpecified { - get { - return this.commissioningDateFromFieldSpecified; - } - set { - this.commissioningDateFromFieldSpecified = value; - this.RaisePropertyChanged("CommissioningDateFromSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime CommissioningDateTo { - get { - return this.commissioningDateToField; - } - set { - this.commissioningDateToField = value; - this.RaisePropertyChanged("CommissioningDateTo"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CommissioningDateToSpecified { - get { - return this.commissioningDateToFieldSpecified; - } - set { - this.commissioningDateToFieldSpecified = value; - this.RaisePropertyChanged("CommissioningDateToSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool SerchArchived { - get { - return this.serchArchivedField; - } - set { - this.serchArchivedField = value; - this.RaisePropertyChanged("SerchArchived"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SerchArchivedSpecified { - get { - return this.serchArchivedFieldSpecified; - } - set { - this.serchArchivedFieldSpecified = value; - this.RaisePropertyChanged("SerchArchivedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] - public System.DateTime ArchiveDateFrom { - get { - return this.archiveDateFromField; - } - set { - this.archiveDateFromField = value; - this.RaisePropertyChanged("ArchiveDateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ArchiveDateFromSpecified { - get { - return this.archiveDateFromFieldSpecified; - } - set { - this.archiveDateFromFieldSpecified = value; - this.RaisePropertyChanged("ArchiveDateFromSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime ArchiveDateTo { - get { - return this.archiveDateToField; - } - set { - this.archiveDateToField = value; - this.RaisePropertyChanged("ArchiveDateTo"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ArchiveDateToSpecified { - get { - return this.archiveDateToFieldSpecified; - } - set { - this.archiveDateToFieldSpecified = value; - this.RaisePropertyChanged("ArchiveDateToSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=9)] - public System.DateTime inputDateFrom { - get { - return this.inputDateFromField; - } - set { - this.inputDateFromField = value; - this.RaisePropertyChanged("inputDateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool inputDateFromSpecified { - get { - return this.inputDateFromFieldSpecified; - } - set { - this.inputDateFromFieldSpecified = value; - this.RaisePropertyChanged("inputDateFromSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] - public System.DateTime inputDateTo { - get { - return this.inputDateToField; - } - set { - this.inputDateToField = value; - this.RaisePropertyChanged("inputDateTo"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool inputDateToSpecified { - get { - return this.inputDateToFieldSpecified; - } - set { - this.inputDateToFieldSpecified = value; - this.RaisePropertyChanged("inputDateToSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool ExcludePersonAsDataSource { - get { - return this.excludePersonAsDataSourceField; - } - set { - this.excludePersonAsDataSourceField = value; - this.RaisePropertyChanged("ExcludePersonAsDataSource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ExcludePersonAsDataSourceSpecified { - get { - return this.excludePersonAsDataSourceFieldSpecified; - } - set { - this.excludePersonAsDataSourceFieldSpecified = value; - this.RaisePropertyChanged("ExcludePersonAsDataSourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool ExcludeCurrentOrgAsDataSource { - get { - return this.excludeCurrentOrgAsDataSourceField; - } - set { - this.excludeCurrentOrgAsDataSourceField = value; - this.RaisePropertyChanged("ExcludeCurrentOrgAsDataSource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ExcludeCurrentOrgAsDataSourceSpecified { - get { - return this.excludeCurrentOrgAsDataSourceFieldSpecified; - } - set { - this.excludeCurrentOrgAsDataSourceFieldSpecified = value; - this.RaisePropertyChanged("ExcludeCurrentOrgAsDataSourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public bool ExcludeOtherOrgAsDataSource { - get { - return this.excludeOtherOrgAsDataSourceField; - } - set { - this.excludeOtherOrgAsDataSourceField = value; - this.RaisePropertyChanged("ExcludeOtherOrgAsDataSource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ExcludeOtherOrgAsDataSourceSpecified { - get { - return this.excludeOtherOrgAsDataSourceFieldSpecified; - } - set { - this.excludeOtherOrgAsDataSourceFieldSpecified = value; - this.RaisePropertyChanged("ExcludeOtherOrgAsDataSourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=14)] - public bool excludeISValues { - get { - return this.excludeISValuesField; - } - set { - this.excludeISValuesField = value; - this.RaisePropertyChanged("excludeISValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool excludeISValuesSpecified { - get { - return this.excludeISValuesFieldSpecified; - } - set { - this.excludeISValuesFieldSpecified = value; - this.RaisePropertyChanged("excludeISValuesSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", IncludeInSchema=false)] - public enum ItemsChoiceType4 { - - /// - MeteringDeviceRootGUID, - - /// - MeteringDeviceType, - - /// - MunicipalResource, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportMeteringDeviceHistoryRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", Order=0)] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest; - - public exportMeteringDeviceHistoryRequest1() { - } - - public exportMeteringDeviceHistoryRequest1(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest) { - this.RequestHeader = RequestHeader; - this.exportMeteringDeviceHistoryRequest = exportMeteringDeviceHistoryRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportMeteringDeviceHistoryResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest AckRequest; - - public exportMeteringDeviceHistoryResponse() { - } - - public exportMeteringDeviceHistoryResponse(Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class getStateResult : BaseAsyncResponseType { - - private object[] itemsField; - - private string versionField; - - public getStateResult() { - this.versionField = "10.0.1.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PagedOutput", typeof(getStateResultPagedOutput), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportMeteringDeviceHistoryResult", typeof(exportMeteringDeviceHistoryResultType), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/base/")] - public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string descriptionField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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/base/")] - public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string gUIDField; - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class CommonResultTypeError : ErrorMessageType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class getStateResultPagedOutput : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ExportMeteringDeviceRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LastPage", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/device-metering/")] - public partial class exportMeteringDeviceHistoryResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringDeviceRootGUIDField; - - private string hCSHouseGUIDField; - - private string fIASHouseGuidField; - - private object itemField; - - private exportMeteringDeviceHistoryResultTypeArchivedValues archivedValuesField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceRootGUID { - get { - return this.meteringDeviceRootGUIDField; - } - set { - this.meteringDeviceRootGUIDField = value; - this.RaisePropertyChanged("MeteringDeviceRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string HCSHouseGUID { - get { - return this.hCSHouseGUIDField; - } - set { - this.hCSHouseGUIDField = value; - this.RaisePropertyChanged("HCSHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ElectricDeviceValue", typeof(exportMeteringDeviceHistoryResultTypeElectricDeviceValue), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("OneRateDeviceValue", typeof(exportMeteringDeviceHistoryResultTypeOneRateDeviceValue), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("VolumeDeviceValue", typeof(exportMeteringDeviceHistoryResultTypeVolumeDeviceValue), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportMeteringDeviceHistoryResultTypeArchivedValues ArchivedValues { - get { - return this.archivedValuesField; - } - set { - this.archivedValuesField = value; - this.RaisePropertyChanged("ArchivedValues"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValue : object, System.ComponentModel.INotifyPropertyChanged { - - private ElectricMeteringValueExportType1 baseValueField; - - private exportMeteringDeviceHistoryResultTypeElectricDeviceValueValues valuesField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ElectricMeteringValueExportType1 BaseValue { - get { - return this.baseValueField; - } - set { - this.baseValueField = value; - this.RaisePropertyChanged("BaseValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportMeteringDeviceHistoryResultTypeElectricDeviceValueValues Values { - get { - return this.valuesField; - } - set { - this.valuesField = value; - this.RaisePropertyChanged("Values"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValueValues : object, System.ComponentModel.INotifyPropertyChanged { - - private exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesCurrentValue[] currentValueField; - - private ElectricCurrentMeteringValueExportType[] controlValueField; - - private exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesVerificationValue[] verificationValueField; - - private bool excludeISValuesField; - - private bool excludeISValuesFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] - public exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesCurrentValue[] CurrentValue { - get { - return this.currentValueField; - } - set { - this.currentValueField = value; - this.RaisePropertyChanged("CurrentValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] - public ElectricCurrentMeteringValueExportType[] ControlValue { - get { - return this.controlValueField; - } - set { - this.controlValueField = value; - this.RaisePropertyChanged("ControlValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VerificationValue", Order=2)] - public exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesVerificationValue[] VerificationValue { - get { - return this.verificationValueField; - } - set { - this.verificationValueField = value; - this.RaisePropertyChanged("VerificationValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool excludeISValues { - get { - return this.excludeISValuesField; - } - set { - this.excludeISValuesField = value; - this.RaisePropertyChanged("excludeISValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool excludeISValuesSpecified { - get { - return this.excludeISValuesFieldSpecified; - } - set { - this.excludeISValuesFieldSpecified = value; - this.RaisePropertyChanged("excludeISValuesSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesCurrentValue : ElectricCurrentMeteringValueExportType { - - private YearMonth periodField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public YearMonth Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeElectricDeviceValueValuesVerificationValue : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateValueField; - - private System.DateTime endDateValueField; - - private System.DateTime sealDateField; - - private ElectricMeteringValueExportType1 startValueField; - - private ElectricMeteringValueExportType1 endValueField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime StartDateValue { - get { - return this.startDateValueField; - } - set { - this.startDateValueField = value; - this.RaisePropertyChanged("StartDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDateValue { - get { - return this.endDateValueField; - } - set { - this.endDateValueField = value; - this.RaisePropertyChanged("EndDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime SealDate { - get { - return this.sealDateField; - } - set { - this.sealDateField = value; - this.RaisePropertyChanged("SealDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ElectricMeteringValueExportType1 StartValue { - get { - return this.startValueField; - } - set { - this.startValueField = value; - this.RaisePropertyChanged("StartValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ElectricMeteringValueExportType1 EndValue { - get { - return this.endValueField; - } - set { - this.endValueField = value; - this.RaisePropertyChanged("EndValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValue : object, System.ComponentModel.INotifyPropertyChanged { - - private OneRateMeteringValueExportType1[] baseValueField; - - private exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValues valuesField; - - /// - [System.Xml.Serialization.XmlElementAttribute("BaseValue", Order=0)] - public OneRateMeteringValueExportType1[] BaseValue { - get { - return this.baseValueField; - } - set { - this.baseValueField = value; - this.RaisePropertyChanged("BaseValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValues Values { - get { - return this.valuesField; - } - set { - this.valuesField = value; - this.RaisePropertyChanged("Values"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValues : object, System.ComponentModel.INotifyPropertyChanged { - - private exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesCurrentValue[] currentValueField; - - private OneRateCurrentMeteringValueExportType[] controlValueField; - - private exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesVerificationValue[] verificationValueField; - - private bool excludeISValuesField; - - private bool excludeISValuesFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] - public exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesCurrentValue[] CurrentValue { - get { - return this.currentValueField; - } - set { - this.currentValueField = value; - this.RaisePropertyChanged("CurrentValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] - public OneRateCurrentMeteringValueExportType[] ControlValue { - get { - return this.controlValueField; - } - set { - this.controlValueField = value; - this.RaisePropertyChanged("ControlValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VerificationValue", Order=2)] - public exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesVerificationValue[] VerificationValue { - get { - return this.verificationValueField; - } - set { - this.verificationValueField = value; - this.RaisePropertyChanged("VerificationValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool excludeISValues { - get { - return this.excludeISValuesField; - } - set { - this.excludeISValuesField = value; - this.RaisePropertyChanged("excludeISValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool excludeISValuesSpecified { - get { - return this.excludeISValuesFieldSpecified; - } - set { - this.excludeISValuesFieldSpecified = value; - this.RaisePropertyChanged("excludeISValuesSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesCurrentValue : OneRateCurrentMeteringValueExportType { - - private YearMonth periodField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public YearMonth Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeOneRateDeviceValueValuesVerificationValue : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateValueField; - - private System.DateTime endDateValueField; - - private System.DateTime sealDateField; - - private OneRateMeteringValueExportType1[] startValueField; - - private OneRateMeteringValueExportType1[] endValueField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime StartDateValue { - get { - return this.startDateValueField; - } - set { - this.startDateValueField = value; - this.RaisePropertyChanged("StartDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDateValue { - get { - return this.endDateValueField; - } - set { - this.endDateValueField = value; - this.RaisePropertyChanged("EndDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime SealDate { - get { - return this.sealDateField; - } - set { - this.sealDateField = value; - this.RaisePropertyChanged("SealDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] - public OneRateMeteringValueExportType1[] StartValue { - get { - return this.startValueField; - } - set { - this.startValueField = value; - this.RaisePropertyChanged("StartValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] - public OneRateMeteringValueExportType1[] EndValue { - get { - return this.endValueField; - } - set { - this.endValueField = value; - this.RaisePropertyChanged("EndValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeVolumeDeviceValue : VolumeMeteringValueExportType { - - private bool excludeISValuesField; - - private bool excludeISValuesFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool excludeISValues { - get { - return this.excludeISValuesField; - } - set { - this.excludeISValuesField = value; - this.RaisePropertyChanged("excludeISValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool excludeISValuesSpecified { - get { - return this.excludeISValuesFieldSpecified; - } - set { - this.excludeISValuesFieldSpecified = value; - this.RaisePropertyChanged("excludeISValuesSpecified"); - } - } - } - - /// - [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/device-metering/")] - public partial class VolumeMeteringValueExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private VolumeMeteringValueExportTypeCurrentValue[] currentValueField; - - private VolumeCurrentMeteringValueExportType[] controlValueField; - - private VolumeMeteringValueExportTypeVerificationValue[] verificationValueField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentValue", Order=0)] - public VolumeMeteringValueExportTypeCurrentValue[] CurrentValue { - get { - return this.currentValueField; - } - set { - this.currentValueField = value; - this.RaisePropertyChanged("CurrentValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ControlValue", Order=1)] - public VolumeCurrentMeteringValueExportType[] ControlValue { - get { - return this.controlValueField; - } - set { - this.controlValueField = value; - this.RaisePropertyChanged("ControlValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VerificationValue", Order=2)] - public VolumeMeteringValueExportTypeVerificationValue[] VerificationValue { - get { - return this.verificationValueField; - } - set { - this.verificationValueField = value; - this.RaisePropertyChanged("VerificationValue"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class VolumeMeteringValueExportTypeCurrentValue : VolumeCurrentMeteringValueExportType { - - private YearMonth periodField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public YearMonth Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class VolumeMeteringValueExportTypeVerificationValue : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateValueField; - - private System.DateTime endDateValueField; - - private System.DateTime sealDateField; - - private VolumeMeteringValueExportBaseType[] startValueField; - - private VolumeMeteringValueExportBaseType[] endValueField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime StartDateValue { - get { - return this.startDateValueField; - } - set { - this.startDateValueField = value; - this.RaisePropertyChanged("StartDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDateValue { - get { - return this.endDateValueField; - } - set { - this.endDateValueField = value; - this.RaisePropertyChanged("EndDateValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime SealDate { - get { - return this.sealDateField; - } - set { - this.sealDateField = value; - this.RaisePropertyChanged("SealDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("StartValue", Order=3)] - public VolumeMeteringValueExportBaseType[] StartValue { - get { - return this.startValueField; - } - set { - this.startValueField = value; - this.RaisePropertyChanged("StartValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EndValue", Order=4)] - public VolumeMeteringValueExportBaseType[] EndValue { - get { - return this.endValueField; - } - set { - this.endValueField = value; - this.RaisePropertyChanged("EndValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("VerificationReason", typeof(nsiRef), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/")] - public partial class exportMeteringDeviceHistoryResultTypeArchivedValues : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef archivingReasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ArchivingReason { - get { - return this.archivingReasonField; - } - set { - this.archivingReasonField = value; - this.RaisePropertyChanged("ArchivingReason"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest getStateRequest; - - public getStateRequest1() { - } - - public getStateRequest1(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest getStateRequest) { - this.RequestHeader = RequestHeader; - this.getStateRequest = getStateRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/device-metering/", Order=0)] - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult getStateResult; - - public getStateResponse() { - } - - public getStateResponse(Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult getStateResult) { - this.ResultHeader = ResultHeader; - this.getStateResult = getStateResult; - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface DeviceMeteringPortTypesAsyncChannel : Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class DeviceMeteringPortTypesAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync { - - public DeviceMeteringPortTypesAsyncClient() { - } - - public DeviceMeteringPortTypesAsyncClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public DeviceMeteringPortTypesAsyncClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public DeviceMeteringPortTypesAsyncClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public DeviceMeteringPortTypesAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync.importMeteringDeviceValues(Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1 request) { - return base.Channel.importMeteringDeviceValues(request); - } - - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader importMeteringDeviceValues(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest, out Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1 inValue = new Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importMeteringDeviceValuesRequest = importMeteringDeviceValuesRequest; - Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesResponse retVal = ((Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync)(this)).importMeteringDeviceValues(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync.importMeteringDeviceValuesAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1 request) { - return base.Channel.importMeteringDeviceValuesAsync(request); - } - - public System.Threading.Tasks.Task importMeteringDeviceValuesAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest importMeteringDeviceValuesRequest) { - Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1 inValue = new Hcs.Service.Async.DeviceMetering.v15_7_0_1.importMeteringDeviceValuesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importMeteringDeviceValuesRequest = importMeteringDeviceValuesRequest; - return ((Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync)(this)).importMeteringDeviceValuesAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync.exportMeteringDeviceHistory(Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1 request) { - return base.Channel.exportMeteringDeviceHistory(request); - } - - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader exportMeteringDeviceHistory(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest, out Hcs.Service.Async.DeviceMetering.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1 inValue = new Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportMeteringDeviceHistoryRequest = exportMeteringDeviceHistoryRequest; - Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryResponse retVal = ((Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync)(this)).exportMeteringDeviceHistory(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync.exportMeteringDeviceHistoryAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1 request) { - return base.Channel.exportMeteringDeviceHistoryAsync(request); - } - - public System.Threading.Tasks.Task exportMeteringDeviceHistoryAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest exportMeteringDeviceHistoryRequest) { - Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1 inValue = new Hcs.Service.Async.DeviceMetering.v15_7_0_1.exportMeteringDeviceHistoryRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportMeteringDeviceHistoryRequest = exportMeteringDeviceHistoryRequest; - return ((Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync)(this)).exportMeteringDeviceHistoryAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync.getState(Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getState(request); - } - - public Hcs.Service.Async.DeviceMetering.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResult getStateResult) { - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync)(this)).getState(inValue); - getStateResult = retVal.getStateResult; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync.getStateAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getStateAsync(request); - } - - public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DeviceMetering.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest getStateRequest) { - Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.DeviceMetering.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - return ((Hcs.Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync)(this)).getStateAsync(inValue); - } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Reference.svcmap deleted file mode 100644 index a323895..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/Reference.svcmap +++ /dev/null @@ -1,36 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/configuration.svcinfo deleted file mode 100644 index 096f951..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/configuration.svcinfo +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/configuration91.svcinfo deleted file mode 100644 index e07b85a..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/configuration91.svcinfo +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - DeviceMeteringBindingAsync - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - DeviceMeteringBindingAsync1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - https://api.dom.gosuslugi.ru/ext-bus-device-metering-service/services/DeviceMeteringAsync - - - - - - basicHttpBinding - - - DeviceMeteringBindingAsync - - - Service.Async.DeviceMetering.v15_7_0_1.DeviceMeteringPortTypesAsync - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - DeviceMeteringPortAsync - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-base.xsd b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-base.xsd deleted file mode 100644 index f5688dd..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-base.xsd +++ /dev/null @@ -1,862 +0,0 @@ - - - - - - Строка не более 2000 символов. - - - - - - - - Строка не более 1500 символов. - - - - - - - - Строка не более 300 символов. - - - - - - - - Скалярный тип. Строка не более 255 символов. - - - - - - - - - Скалярный тип. Строка не более 100 символов. - - - - - - - - Скалярный тип. Строка не более 250 символов. - - - - - - - - Скалярный тип. Строка не более 500 символов. - - - - - - - - Строка не более 60 символов. - - - - - - - - Текстовое поле 2000 - - - - - - - - Непустая строка - - - - - - - - - Базовый тип бизнес-сообщения с подписью - - - - - - - - - Заголовок запроса - - - - - - - - - Идентификатор поставщика данных - - - - - Идентификатор зарегистрированной организации - - - - - Информация о физическом лице - - - - - - Идентификатор физического лица, зарегистрированного в ГИС ЖКХ - - - - - - СНИЛС - - - - - - - - - - Документ, удостоверяющий личность - - - - - - Вид документа, удостоверяющего личность (НСИ №95) - - - - - - Код записи справочника - - - - - - - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - - Серия документа - - - - - - - - - - - Номер документа - - - - - - - - - - - - - - - - - - - Используется подпись Оператора ИС - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164). Только для запросов размещения информации. - - - - - - - - - - Заголовок запроса - - - - - - - - - - - - - - Заголовок ответа - - - - - - - - - - Базовый тип ответа на запрос создания, редактирования, удаления - - - - - - Транспортный идентификатор, определенный постащиком информации - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - Дата модификации - - - - - Уникальный номер - - - - - - - - - - Базовый тип заголовка - - - - - Дата отправки пакета - - - - - Идентификатор сообщения - - - - - - - Вложение - - - - - - Идентификатор сохраненного вложения - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex. - -Элемент обязателен в запросах импорта - - - - - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex - - - - - - - - - - - - Базовый тип, описывающий вложение с открепленными (detached) подписями. В сервисах ГИС ЖКХ, использущих тип SignedAttachmentType, может быть наложено ограничение на максимальное количесво элементов в блоке Signature (см. контроль INT002039). - - - - - Вложение - - - - - Открепленная (detached) подпись - - - - - - - Элемент Fault (для параметра Fault в операции) - - - - Базовый тип для fault-ошибки - - - - - - - - - - - Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости - - - - - - Базовый тип ошибки контроля или бизнес-процесса - - - - - Код ошибки - - - - - Описание ошибки - - - - - StackTrace в случае возникновения исключения - - - - - - - Версия элемента, начиная с которой поддерживается совместимость - - - - - Возврат квитанции приема сообщения - - - - - - Квитанция - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - Идентификатор сообщения, присвоенный поставщиком - - - - - - - - - - - Запрос статуса отправленного сообщения - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - Запрос списка обработанных сообщений - - - - - - Массив идентификаторов сообщений, присвоенных ГИС ЖКХ - - - - - - - - Ответ на запрос списка обработанных сообщений - - - - - - - - Список идентификаторов сообщений, присвоенный ГИС ЖКХ - - - - - - - - - - Базовый тип ответа на запрос статуса - - - - - - - Статус обработки - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - - Результат выполнения C_UD - - - - - Идентификатор создаваемой/изменяемой сущности - - - - - Транспортный идентификатор - - - - - - Операция выполнена успешно - - - - Уникальный реестровый номер - - - - - Дата модификации - - - - - - Описание ошибки - - - - - - - - - - - - - Статус обработки сообщения в асинхронном обмене (1- получено; 2 - в обработке; 3- обработано) - - - - - - - - - - Транспортный идентификатор - - - - - GUID-тип. - - - - - - - - Дата модификации объекта - - - - - Тип, описывающий год - - - - - - - - Тип, описывающий месяц - - - - - - - - - Месяц - - - - - Год - - - - - - - - - - - Определенный месяц определенного года - - - - - - - - - Временной период (обе даты обязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Открытый временной период (даты необязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Тип объема - - - - - - - - - - Ссылка на субъект РФ (ФИАС) - - - - - Код региона (ФИАС) - - - - - - - - - - Полное наименование - - - - - - - - - - - - Ссылка на ОКТМО - - - - - Код по ОКТМО - - - - - - - - - - - Полное наименование - - - - - - - - - - - - - - - - - Код ОКЕИ - - - - - Идентификатор зарегистрированной организации - - - - - Базовый тип документа ОЧ - - - - - Наименование документа - - - - - - - - - - - Номер документа - - - - - - - - - - - Дата принятия документа органом власти - - - - - Вложение - - - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164) - - - - - - Наименование ИС - - - - - Наименование Оператора ИС - - - - - - - - Код по ОКТМО - - - - - - - - - Код по ОКТМО - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-device-metering-service-async.wsdl b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-device-metering-service-async.wsdl deleted file mode 100644 index 1cd3509..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-device-metering-service-async.wsdl +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Передать показания ПУ - - - - - - Получить историю показаний ПУ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Асинхронный сервис управления приборами учета и передачей показаний - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-device-metering-types.xsd b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-device-metering-types.xsd deleted file mode 100644 index 4ef102c..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-device-metering-types.xsd +++ /dev/null @@ -1,997 +0,0 @@ - - - - - - - - ?????????????????? ?????????????????????????? ????. ???????????????????????? ?????? ?????????????? ?????????????? ?? ?????????????????????? ?????????????????? ???? - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - - ?????????????????? ?????????????????????????? ????. ???????????????????????? ?????? ?????????????? ?????????????? ?? ?????????????????????? ?????????????????? ???? - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - - ???????????? ????, ?????????????????????? ?????????? ?????????????????????? ????. ???????????????????????? ?????? ?????????????? ?????????????? ?? ?????????????????????? ?????????????? - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - - ?????????????? ?????????????????? ?????????????????????????? ????: ???????????????????????? ????????????, ???????????????? ?????????????????? ?? ???????????????? ?????????????????? ???? ?? (???????? ????????????????????) ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????, ???????????????? ???????????? ?? ???????????????????? ????, ????????-?????????? ???????????????? ?? ??????????????. ???????????????????????? ?????? ???????????????? ?????????????? ?????????????????? ???? ?? ?????????????????? ???? ???????????? / ?????????????????? ?????????????? - - - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? (???? ???????????????????????? ???????????????????????????? ????????). ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - ???????????????? ?????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - - - - - ?????????????????? ???????????????????????????? ????: ???????????????? ?????????????????? ?? ???????????????? ?????????????????? ???? ?? (???????? ????????????????????) ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????, ???????????????? ???????????? ?? ???????????????????? ????, ????????-?????????? ???????????????? ?? ??????????????. ???????????????????????? ?????? ???????????????? ?????????????? ?????????????????? ???? ?? ?????????????????? ???? ???????????? / ?????????????????? ?????????????? - - - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? (???? ???????????????????????? ???????????????????????????? ????????). ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - ???????????????? ?????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? ???? ???????????? T1 - - - - - ???????????????? ???? ???????????? T2 - - - - - ???????????????? ???? ???????????? T3 - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - - - - - ?????????????? ?????????????????? ?????????????????????????? ????: ?????????????????? ?????? ?????????????? ?????????????????? ?????????????????????????? ???? ?????????? ???????????? ??????????????????. ???????????????????????? ?????? ???????????????? ?????????????? ?? ?????????????????????? ?????????????????? ???? - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - ?????????????? ?????????????????? ???????????????????????????? ????: ?????????????????? ?????? ?????????????? ?????????????????? ???????????????????????????? ???? ?????????? ???????????? ??????????????????. ???????????????????????? ?????? ???????????????? ?????????????? ?? ?????????????????????? ?????????????????? ???? ???????????????????????????? - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - ???????????? ?????????????? ?????????????????? ????, ?????????????????????? ?????????? ?????????????????????????? ?????????????????????????? ??????????????: ???????????????????????? ????????????, ???????????????? ?????????????????? ?? ???????????????? ?????????????????? ???? ?? (???????? ????????????????????) ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????, ???????????????? ???????????? ?? ???????????????????? ????. ???????????????????????? ?????? ???????????????? ?????????????????? ???? ???????????? / ?????????????????? ?????????????? - - - - - - - ?????? ?????????????? - - - - - ?????????????????????????? ??????????????????????, ?????????????? ?????????? ???????????? ?? ??????????????. ???? ??????????????????????, ???????? ???????????? ???????? ?????????????? ?????????????????????? - - - - - ???????? ?? ?????????? ???????????????? ?? ?????????????? - - - - - ?????? ?????????????? ?????????????????? ?????????????? ?????????????????????? (???? ???????????????????????? ???????????????????????????? ????????). ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - ???????????????? ?????????????? ?????????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? ???? ???????????? T1 - - - - - ???????????????? ???? ???????????? T2 - - - - - ???????????????? ???? ???????????? T3 - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - - - - - ???????????? ?????????????? ?????????????????? ????, ?????????????????????? ?????????? ?????????????????????????? ?????????????????????????? ??????????????: ?????????????????? ?????????????? ?????? ?????????? ???????????? ??????????????????. ???????????????????????? ?????? ???????????????? ?????????????? ?? ?????????????????????? ?????????????????? - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - ???????????????????????????? ???????? ?????????????????? ???? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????) (???????????????????????? ?????? ???????????????? ??????????????????) - - - - - ?????????? ?????????????????????? ???? ???????????? - - - - - - - - ????????????, ?? ???????????????? ?????????????????? ?????????????????? - - - - - - - - - - ?????????????????????? ?????????? - - - - - ???????????? ??????????????, ???? ???????????????? ?????????????? - - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????? ?????????????????????????????? ???? ?????????? ?????????????? - - - - - ?????????? ???? ???????????? ?????????????? - - - - - ?????????? ???? ?????????????????? ?????????????? - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????????? ???????????? ???? ???? ?????????? (?????? 224). ???????????????? ?????? ???????????????????? ??????????????. - - - - - - - - - - - ???????????? ?????????????????? ???????????????? ??????????. ?????????????????? ?????????????????????????? ?? ???????????????? ??????????????????, ?????????????? ?????????????????? ?????????????? ?????????? ?????? ?????? ????????????????. (?????????????????? ?????????????????? ????: ?????? ???????????????????????? ???????????????? "???????????????? ????????", "?????????????? ????????", "?????????????? ?????????????? ????????" - 112 (????????) ?? 113 (???????????????????? ????????); ?????? ???? "?????????????????????????? ??????????????" - 245 (????????????????-??????); ?????? ???? "??????" - 113 (???????????????????? ????????); ?????? ???? "???????????????? ??????????????" - 233 (??????????????????????), 245 (????????????????-??????), 246 (????????????????-??????), 271 (????????????), A056 (????????????????????) ?? A058 (????????????????????)) - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????????? ?? ???????????? ???????????????????????? ???????????????? ???? - - - - - - - ?????????????????????????? ???? - - - - - ?????????????????????????? ???????????? ???? - - - - - - - ?????????????????? ???? ???? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - - ?????????????????? ???? ???????????? - - - - - - - - ????????????, ???? ?????????????? ???????????????????? ??????????????????. - -???????? ???? ????????????, ???? ?????????????????? ?????????????????? ?? ???????????? ???????? ???????????? ?????????????????? - - - - - - - - - - ?????????????????????? ?????????????????? - - - - - ?????????????????? ??????????????, ???? ???????????????? ?????????????? ???????? ???????????????????????? ?? ???????????? ???????????? ???? ?????????? - - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????? ?????????????????????????????? ???? ?????????? ?????????????? - - - - - ?????????????????? ???? ???????????? ?????????????? - - - - - ?????????????????? ???? ?????????????????? ?????????????? - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????????? ???????????? ???? ???? ?????????? (?????? 224). ???????????????? ?????? ???????????????????? ??????????????. - - - - - - - - - - - - - ?????????????????? ???? ???? (?????????????????????????? ??????????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - - ?????????????????? ???? ???????????? - - - - - - - - ????????????, ???? ?????????????? ???????????????????? ??????????????????. - -???????? ???? ????????????, ???? ?????????????????? ?????????????????? ?? ???????????? ???????? ???????????? ?????????????????? - - - - - - - - - - ?????????????????????? ?????????????????? - - - - - ?????????????????? ??????????????, ???? ???????????????? ?????????????? ???????? ???????????????????????? ?? ???????????? ???????????? ???? ?????????? - - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????? ?????????????????????????????? ???? ?????????? ?????????????? - - - - - ?????????????????? ???? ???????????? ?????????????? - - - - - ?????????????????? ???? ?????????????????? ?????????????? - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????????? ???????????? ???? ???? ?????????? (?????? 224). ???????????????? ?????? ???????????????????? ??????????????. - - - - - - - - - - - - - ???????????? ???????????????????????? ???????????????? ???? ???? (????????????????????????????, ???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????? ?????????????????????????? ???? - - - - - - ?????????? ?????????????????????? ???? ???????????? - - - - - - - - ????????????, ???? ?????????????? ???????????????????? ??????????????????. - -???????? ???? ????????????, ???? ?????????????????? ?????????????????? ?? ???????????? ???????? ???????????? ?????????????????? - - - - - - - - - - ?????????????????????? ?????????? - - - - - ???????????????? ?? ??????????????, ???? ???????????????? ?????????????? ???????? ???????????????????????? ?? ???????????? ???????????? ???? ?????????? - - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????? ?????????????????????????????? ???? ?????????? ?????????????? - - - - - ?????????? ???? ???????????? ?????????????? - - - - - ?????????? ???? ?????????????????? ?????????????? - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????????? ???????????? ???? ???? ?????????? (?????? 224). ???????????????? ?????? ???????????????????? ??????????????. - - - - - - - - - - - - - - - - - - - - - - - - - - - ?????????????? ?????????????? ?????????????????? ?? ?????????????? ???????????????? ?????????? (????) ????????????????????????, ?????????????????????????? ?? ?????????????????? ????????. ?????????????????????? ???????????????? ???????????????????? ??????????. ?????????? ?????????????????????? ???? ?????????????????? ???? ???????????? ???????? (?? ???????? ???????????? ???????????????????????????? ???????????? ???? ???????? ???? ????????????????????????). ???????? ???????????????? ?????????????? ???? 2-?? ?? ?????????? (?????? ????????) ??????????, ???? ???????????? ???????????????????????????? ??????????????, ?????????????????????? ???? ?????????? 1000 ???? ?? ???????????? ??????????. ?????? ???????????????? 2-???? ?? ?????????????????????? ???????????? ???????????????????? ?????????????????? ???????????? ?? ???????? ???? ???????????????????? ???????????????????? ?? ?????????????? ?? ?????? ?????????????? ExportMeteringDeviceRootGUID - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ????????, ?? ?????????????? ???????????????????? ???? ????????????????????????. ?????????????????????? ???????????????? ???????????????????? ??????????????????. ???????? ???? ????????????, ???? ?????????? ???????????????????????????????? ???????????? ???? ???????? ???? ???????????????????????? - - - - - ?????????????????????????? ???? ?? ?????? ??????, ???????????????????????? ?????? ???????????????? 2-???? ?? ?????????????????????? ???????????? ???????????? (????. ?????????????????? ?????????????????? ????????????????). ???????????? ?????????????????????? ????????????????, ???????????????????? ?? ???????????????? exportMeteringDeviceHistoryResult/PagedOutput/ExportMeteringDeviceRootGUID ?????? ???????????????? ?????????????????????? ?????????? ????????????. ?????? ???????????????? ?????????????? ?????????? ???????????? ?????????????? ???? ?????????????????????? - - - - - - ?????? ?????????????? ?????????? (?????? 27) - - - - - ?????? ?????????????????????????? ?????????????? (?????? 2) - - - - - ?????????????????????????? ???? - - - - - - ???????? ?????????? ?? ???????????????????????? ?????? - - - - - ???????? ?????????? ?? ???????????????????????? ???????? - - - - - ?????????????????? ???????????????????????????? - - - - - ???????? ?????????????????? ?????? - - - - - ???????? ?????????????????? ???????? - - - - - ???????? ???????????? ??????????????, ???? ?????????????? ?????????????????????? ?????????????????? ?? ?????????????? ???? (???? ???????? ???????????? ??????????????????). ???????????????? ???? ??????????????????: 1-?? ?????????? ?????????????????????? ???????????????????????? ????????????. ???????????? ???????????????? ?????????????????? ???? (???????????????????????? ???????????????????? inputDateFrom ?? inputDateTo) ???? ???????????? ???????????????? ???? ?????????????? ???????? ???????????????????????????????? ?????????????????????? ?????????????? - - - - - ???????? ?????????????????? ??????????????, ???? ?????????????? ?????????????????????? ?????????????????? ?? ?????????????? ???? (???? ???????? ???????????? ??????????????????). ???????????????? ???? ??????????????????: ?????????????? ????????. ???????????? ???????????????? ?????????????????? ???? (???????????????????????? ???????????????????? inputDateFrom ?? inputDateTo) ???? ???????????? ???????????????? ???? ?????????????? ???????? ???????????????????????????????? ?????????????????????? ?????????????? - - - - - ???????? ???????? ?????????????? ?????? ??????????????????????, ???? ??????????????????, ?????????????????? ?? ?????????????? ??????????????????????, ???????????????????? ?? ????????????????. ???????? ???????? ????????????????????, ???? ?????????? ?????????????????? ?? ???????????????? ???? ???????????????????? - - - - - ???????? ???????? ?????????????? ?????? ??????????????????????, ???? ??????????????????, ?????????????????? ?? ?????????????? ?????????????? ????????????????????????, ???????????????????? ?? ???????????????? (?????? ??????????????, ?????? ???? ???????????????????? ???????? excludeISValues). ???????? ???????? ????????????????????, ???? ?????????? ?????????????????? ?? ???????????????? ???? ???????????????????? - - - - - ???????? ???????? ?????????????? ?????? ??????????????????????, ???? ??????????????????, ?????????????????? ?? ?????????????? ?????????????????????????? ???????????????? ???? ??????????????, ???????????????????? ?? ????????????????. ???????? ???????? ????????????????????, ???? ?????????? ?????????????????? ?? ???????????????? ???? ???????????????????? - - - - - ???????? ???????? ????????????????????, ???? ?? ???????????????? ???????????????????? ???????????? ??????????????????, ?????????????????? ?? ???????????? ???????????????? ?????? ?????????????????????? ?????????????????????????? ???????????????? ???? ??????????????. ?? ?????????????????? ?????????????? ?????????????????????? ?????? ??????????????????. (???????????????????? ????????????????????????????????, ?????????????? ?????????????????????????? ?????????????? ExcludePersonAsDataSource, ExcludeCurrentOrgAsDataSource, ExcludeOtherOrgAsDataSource) - - - - - - - - - - - ?????????????? ?????????????????? ?? ?????????????? ???????????????? ??????????. ???????????????? ?????????????????? ?? ?????????????? ?????????????????????? ?? ???????????????? ?????????????????? (????), ?????????????? ?????????????????? ?????????????? ?????????? ?????? ?????? ????????????????. ???????? ???? ?????????????? ?????????? ???????????????????? ???? ???? ?????????????????????????? ?????????????? (????) ???? ??????????????????, ???? ?????????????????????????? ?????????????????????? ???????????????? ?????????????????? ?? ?????????????? ?? ???? ???? ???? ?????????????????? - - - - - ?????????????????????????? ???? - - - - - ???????????????????? ?????????????????????????? ????????-?????????? ?????????????????? ???? (?? ?????? ??????). ?????????????????????? ????????????, ?????????? ????????????, ?????????? ?? ?????????????? exportMeteringDeviceHistoryRequest ???????????? ?????????? ???????? ?????????????? tns:FIASHouseGuid - - - - - ???????????????????? ?????????????????????????? ????????-?????????? ?????????????????? ???? (???? ????????). ?????????????????????? ????????????, ?????????? ????????????, ?????????? ?? ?????????????? exportMeteringDeviceHistoryRequest ???????????? ?????????? ???????? ?????????????? tns:FIASHouseGuid - - - - - - ?????????????????? ???? ?????????????? ????????????????/?????????????? ????????; ????????; ???????????????? ??????????????. ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - - ?????????????? ?????????????????? - - - - - ?????????????????? - - - - - - ?????????????????? ???? ???????????? - - - - - - - - ????????????, ?? ???????????????? ?????????????????? ?????????????????? - - - - - - - - - - ?????????????????????? ?????????????????? - - - - - ?????????????????? ??????????????, ???? ???????????????? ?????????????? - - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????? ?????????????????????????????? ???? ?????????? ?????????????? - - - - - ?????????????????? ???? ???????????? ?????????????? - - - - - ?????????????????? ???? ?????????????????? ?????????????? - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????????? ???????????? ???? ???? ?????????? (?????? 224). ???????????????? ?????? ???????????????????? ??????????????. - - - - - - - - - ?????????????????? ??????????????????, ?????????????????? ?????????????? ???? ?????????????? ????. -(?????????? ?????????????????? ?????????? ???????? ?????????????? ???? ???????????? ?????????? ??????, ?? ?? ?????????????? ???????????? ????) ???????? ???????? = "????????????", ???? ?????????????????????? ??????????????????, ?????????????????? ?????????? ?????? ?? ?? ?????????????? ???????????? ????, ?? ?????????????????? ?????????????? ?????????????????????? ?????? ?????????????????? - - - - - - - - - - - ?????????????????? ???? ?????????????? ????????????????????????????. ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - - ?????????????? ?????????????????? - - - - - ?????????????????? - - - - - - ?????????????????? ???? ???????????? - - - - - - - - ????????????, ?? ???????????????? ?????????????????? ?????????????????? - - - - - - - - - - ?????????????????????? ?????????????????? - - - - - ?????????????????? ??????????????, ???? ???????????????? ?????????????? - - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????? ?????????????????????????????? ???? ?????????? ?????????????? - - - - - ?????????????????? ???? ???????????? ?????????????? - - - - - ?????????????????? ???? ?????????????????? ?????????????? - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????????? ???????????? ???? ???? ?????????? (?????? 224). ???????????????? ?????? ???????????????????? ??????????????. - - - - - - - - - ?????????????????? ??????????????????, ?????????????????? ?????????????? ???? ?????????????? ????. -(?????????? ?????????????????? ?????????? ???????? ?????????????? ???? ???????????? ?????????? ??????, ?? ?? ?????????????? ???????????? ????) ???????? ???????? = "????????????", ???? ?????????????????????? ??????????????????, ?????????????????? ?????????? ?????? ?? ?? ?????????????? ???????????? ????, ?? ?????????????????? ?????????????? ?????????????????????? ?????? ?????????????????? - - - - - - - - - - - ???????????? ?????????????????????? ???????????????? ???? (????????????????????????????, ???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????? ?????????????????????????? ???? - - - - - - - - ?????????????????? ????????????, ?????????????????? ?????????????? ???? ?????????????? ????. -(?????????? ???????????? ?????????? ???????? ?????????????? ???? ???????????? ?????????? ??????, ?? ?? ?????????????? ???????????? ????) ???????? ???????? = "????????????", ???? ?????????????????????? ????????????, ?????????????????? ?????????? ?????? ?? ?? ?????????????? ???????????? ????, ?? ?????????????????? ?????????????? ?????????????????????? ?????? ???????????? - - - - - - - - - - - ???????????? ???? ?????????????????? ???? - - - - - - ?????????????? ??????????????????. ???????????? ???? ?????? "?????????????? ?????????????????? ?????????????? ??????????" (???????????????????? ?????????? 21). - - - - - - - - - - ?????????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - ??????????????????, ???????????????????????? ?????? ???????????????? ?????????????????? ?? ?????????????? ???? ??????????????, ?????????????????????? ???? ?????????? 1000 ???? ?? ???????????? ??????????. ?????????????????????? ????????????, ?????????? ????????????, ?????????? ?? ?????????????? exportMeteringDeviceHistoryRequest ???????????? ?????????? ???????? ?????????????? tns:FIASHouseGuid - - - - - - ???????????????? ?????????????????????????? ???? ?? ?????? ?????? ?????? ?????????????????? ???????????????????? ?????????? ?????????????? - - - - - ?????????????? ???????????????????? ?????????? ?????????????? - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-metering-device-base.xsd b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-metering-device-base.xsd deleted file mode 100644 index c009401..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-metering-device-base.xsd +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - Идентификатор ПУ - - - - - - Показание ПУ. Значение (15 до запятой, 7 после) - - - - - - - - Коммунальный ресурс и показание ПУ для однотарифного ПУ. Используется при импорте показаний поверки и фиксации показаний ПУ при его замене, а также, как базовый класс для других типов - - - - - Коммунальный ресурс (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) - - - - - Значение - - - - - - - Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ. Используется при экспорте данных ПУ - - - - - - - Кем внесено - - - - - Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином - - - - - - - - - Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ, время внесения в Систему. Используется при экспорте показаний ПУ - - - - - - - Дата и время внесения в Систему - - - - - - - - - Показания ПУ электрической энергии. Используется при импорте показаний поверки и фиксации показаний ПУ при его замене, а также, как базовый класс для других типов - - - - - Значение по тарифу T1 - - - - - Значение по тарифу T2 - - - - - Значение по тарифу T3 - - - - - - - Данные многотарифного ПУ: коммунальный ресурс, последние полученные показания в единицах измерения ПУ, источник данных о показаниях ПУ. Используется при экспорте данных ПУ - - - - - - - Кем внесено - - - - - Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином - - - - - - - - - Данные многотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ, время внесения в Систему. Используется при экспорте показаний ПУ - - - - - - - Дата и время внесения в Систему - - - - - - - - - Объемы потребленных ресурсов по ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) - - - - - Коммунальный ресурс (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) - - - - - Объем по тарифу T1 - - - - - Объем по тарифу T2 - - - - - Объем по тарифу T3 - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-nsi-base.xsd b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-nsi-base.xsd deleted file mode 100644 index cbd302d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/hcs-nsi-base.xsd +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - Ссылка на справочник - - - - - Код записи справочника - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - Скалярный тип. Наименование справочника. Строка не более 200 символов. - - - - - - - - Скалярный тип. Реестровый номер справочника. Код не более 10 символов. - - - - - - - - Составной тип. Наименование, дата и время последнего изменения справочника. - - - - - Реестровый номер справочника. - - - - - Наименование справочника. - - - - - Дата и время последнего изменения справочника. - - - - - - - Перечень справочников с датой последнего изменения каждого из них. - - - - - Дата и время формирования перечня справочников. - - - - - Наименование, дата и время последнего изменения справочника. - - - - - - - - Данные справочника. - - - - - Реестровый номер справочника. - - - - - Дата и время формирования данных справочника. - - - - - Элемент справочника верхнего уровня. - - - - - - - Составной тип. Элемент справочника. - - - - - Код элемента справочника, уникальный в пределах справочника. - - - - - Глобально-уникальный идентификатор элемента справочника. - - - - - - Дата и время последнего изменения элемента справочника (в том числе создания). - - - - - - Дата начала действия значения - - - - - Дата окончания действия значения - - - - - - - Признак актуальности элемента справочника. - - - - - Наименование и значение поля для элемента справочника. - - - - - Дочерний элемент. - - - - - - - Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. - - - - - Наименование поля элемента справочника. - - - - - - - Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Строка". - - - - - - - - - Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Да/Нет". - - - - - - - - - Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Вещественное". - - - - - - - - - Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Дата". - - - - - - - - - Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Целое число". - - - - - - - - - Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. - - - - - - - Запись элемента справочника типа "Перечислимый". - - - - - - Код поля элемента справочника типа "Перечислимый". - - - - - Значение поля элемента справочника типа "Перечислимый". - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. - - - - - - - Ссылка на справочник. - - - - - - Реестровый номер справочника. - - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. - - - - - - - Ссылка на элемент внутреннего справочника. - - - - - - Реестровый номер справочника. - - - - - Ссылка на элемент справочника. - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. - - - - - - - Код единицы измерения по справочнику ОКЕИ. - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. - - - - - - - Ссылка на элемент справочника ФИАС. - - - - - - Идентификационный код позиции в справочнике ФИАС. - - - - - Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. - - - - - - - - - - - - Составной тип. Наименование и значение поля "Вложение" - - - - - - - Документ - - - - - - - - - Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. - - - - - - - - Группа справочника: -NSI - (по умолчанию) общесистемный -NSIRAO - ОЖФ - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/xmldsig-core-schema.xsd b/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/xmldsig-core-schema.xsd deleted file mode 100644 index e036087..0000000 --- a/Hcs.Client/Connected Services/Service.Async.DeviceMetering.v15_7_0_1/xmldsig-core-schema.xsd +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest.datasource deleted file mode 100644 index 6c77286..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader.datasource deleted file mode 100644 index 6742447..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse.datasource deleted file mode 100644 index 71a2b9b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse.datasource deleted file mode 100644 index ef7a934..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse.datasource deleted file mode 100644 index 2703c53..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse.datasource deleted file mode 100644 index 8bfdfa5..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse.datasource deleted file mode 100644 index 7ea5383..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse.datasource deleted file mode 100644 index 64f33b7..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse.datasource deleted file mode 100644 index 1097ef6..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse.datasource deleted file mode 100644 index 98dc7fa..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse.datasource deleted file mode 100644 index 6db27ee..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse.datasource deleted file mode 100644 index cd8ee75..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse.datasource deleted file mode 100644 index 3ecbab9..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse.datasource deleted file mode 100644 index 2467672..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse.datasource deleted file mode 100644 index 53e833e..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse.datasource deleted file mode 100644 index 4f415a0..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse.datasource deleted file mode 100644 index fea901d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse.datasource deleted file mode 100644 index 7b7dc4f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse.datasource deleted file mode 100644 index fdf3f52..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse.datasource deleted file mode 100644 index 073e08d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse.datasource deleted file mode 100644 index becefb7..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse.datasource deleted file mode 100644 index 413f6ce..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse.datasource deleted file mode 100644 index ac4a97a..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse.datasource deleted file mode 100644 index f024305..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult.datasource deleted file mode 100644 index c1829dd..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse.datasource deleted file mode 100644 index 60687ef..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse.datasource deleted file mode 100644 index 2066114..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse.datasource deleted file mode 100644 index cb2f633..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse.datasource deleted file mode 100644 index e815b0b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse.datasource deleted file mode 100644 index ce6efc5..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse.datasource deleted file mode 100644 index 7af5de0..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse.datasource deleted file mode 100644 index fe95318..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse.datasource deleted file mode 100644 index 03697df..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse.datasource deleted file mode 100644 index 8536596..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse.datasource deleted file mode 100644 index c019d07..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse.datasource deleted file mode 100644 index 565cc74..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse.datasource deleted file mode 100644 index ce7542f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse.datasource deleted file mode 100644 index b4a9fb9..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse.datasource deleted file mode 100644 index ce3d242..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse.datasource deleted file mode 100644 index 119f471..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse.datasource deleted file mode 100644 index ddfcda2..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse.datasource deleted file mode 100644 index 670d10d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse.datasource b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse.datasource deleted file mode 100644 index 8a8d60b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse, Connected Services.Service.Async.HouseManagement.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Reference.cs b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Reference.cs deleted file mode 100644 index 804580f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Reference.cs +++ /dev/null @@ -1,62330 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -namespace Hcs.Service.Async.HouseManagement.v15_7_0_1 { - - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string errorMessageField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ErrorMessage { - get { - return this.errorMessageField; - } - set { - this.errorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementOkeiRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementEnumFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementIntegerFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementDateFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFloatFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementBooleanFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementStringFieldType))] - [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 abstract partial class NsiElementFieldType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - 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://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementAttachmentFieldType : NsiElementFieldType { - - private AttachmentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AttachmentType Document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("Document"); - } - } - } - - /// - [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/base/")] - public partial class AttachmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - private string descriptionField; - - private Attachment attachmentField; - - private string attachmentHASHField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Attachment Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AttachmentHASH { - get { - return this.attachmentHASHField; - } - set { - this.attachmentHASHField = value; - this.RaisePropertyChanged("AttachmentHASH"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Attachment : object, System.ComponentModel.INotifyPropertyChanged { - - private string attachmentGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AttachmentGUID { - get { - return this.attachmentGUIDField; - } - set { - this.attachmentGUIDField = value; - this.RaisePropertyChanged("AttachmentGUID"); - } - } - - 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 NsiElementFiasAddressRefFieldType : NsiElementFieldType { - - private NsiElementFiasAddressRefFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementFiasAddressRefFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementFiasAddressRefFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string guidField; - - private string aoGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Guid { - get { - return this.guidField; - } - set { - this.guidField = value; - this.RaisePropertyChanged("Guid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string aoGuid { - get { - return this.aoGuidField; - } - set { - this.aoGuidField = value; - this.RaisePropertyChanged("aoGuid"); - } - } - - 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 NsiElementOkeiRefFieldType : NsiElementFieldType { - - private string codeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Code { - get { - return this.codeField; - } - set { - this.codeField = value; - this.RaisePropertyChanged("Code"); - } - } - } - - /// - [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 NsiElementNsiRefFieldType : NsiElementFieldType { - - private NsiElementNsiRefFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementNsiRefFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiRefFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private nsiRef refField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef Ref { - get { - return this.refField; - } - set { - this.refField = value; - this.RaisePropertyChanged("Ref"); - } - } - - 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://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiFieldType : NsiElementFieldType { - - private NsiElementNsiFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementNsiFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private ListGroup listGroupField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public enum ListGroup { - - /// - NSI, - - /// - NSIRAO, - } - - /// - [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 NsiElementEnumFieldType : NsiElementFieldType { - - private NsiElementEnumFieldTypePosition[] positionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Position", Order=0)] - public NsiElementEnumFieldTypePosition[] Position { - get { - return this.positionField; - } - set { - this.positionField = value; - this.RaisePropertyChanged("Position"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementEnumFieldTypePosition : object, System.ComponentModel.INotifyPropertyChanged { - - private object gUIDField; - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public object GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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 NsiElementIntegerFieldType : NsiElementFieldType { - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - } - - /// - [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 NsiElementDateFieldType : NsiElementFieldType { - - private System.DateTime valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementFloatFieldType : NsiElementFieldType { - - private float valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public float Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementBooleanFieldType : NsiElementFieldType { - - private bool valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementStringFieldType : NsiElementFieldType { - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - } - - /// - [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 NsiElementType : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - private string gUIDField; - - private System.DateTime[] itemsField; - - private ItemsChoiceType22[] itemsElementNameField; - - private bool isActualField; - - private NsiElementFieldType[] nsiElementFieldField; - - private NsiElementType[] childElementField; - - /// - [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("EndDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Modified", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public System.DateTime[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType22[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiElementField", Order=5)] - public NsiElementFieldType[] NsiElementField { - get { - return this.nsiElementFieldField; - } - set { - this.nsiElementFieldField = value; - this.RaisePropertyChanged("NsiElementField"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ChildElement", Order=6)] - public NsiElementType[] ChildElement { - get { - return this.childElementField; - } - set { - this.childElementField = value; - this.RaisePropertyChanged("ChildElement"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", IncludeInSchema=false)] - public enum ItemsChoiceType22 { - - /// - EndDate, - - /// - Modified, - - /// - StartDate, - } - - /// - [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 NsiItemType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private System.DateTime createdField; - - private NsiElementType[] nsiElementField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime Created { - get { - return this.createdField; - } - set { - this.createdField = value; - this.RaisePropertyChanged("Created"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiElement", Order=2)] - public NsiElementType[] NsiElement { - get { - return this.nsiElementField; - } - set { - this.nsiElementField = value; - this.RaisePropertyChanged("NsiElement"); - } - } - - 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 NsiListType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime createdField; - - private NsiItemInfoType[] nsiItemInfoField; - - private ListGroup listGroupField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Created { - get { - return this.createdField; - } - set { - this.createdField = value; - this.RaisePropertyChanged("Created"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiItemInfo", Order=1)] - public NsiItemInfoType[] NsiItemInfo { - get { - return this.nsiItemInfoField; - } - set { - this.nsiItemInfoField = value; - this.RaisePropertyChanged("NsiItemInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - 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 NsiItemInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string registryNumberField; - - private string nameField; - - private System.DateTime modifiedField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime Modified { - get { - return this.modifiedField; - } - set { - this.modifiedField = value; - this.RaisePropertyChanged("Modified"); - } - } - - 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()] - [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.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/organizations-registry-base/")] - public partial class EntpsType : object, System.ComponentModel.INotifyPropertyChanged { - - private string surnameField; - - private string firstNameField; - - private string patronymicField; - - private EntpsTypeSex sexField; - - private bool sexFieldSpecified; - - private string oGRNIPField; - - private System.DateTime stateRegistrationDateField; - - private bool stateRegistrationDateFieldSpecified; - - private string iNNField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Surname { - get { - return this.surnameField; - } - set { - this.surnameField = value; - this.RaisePropertyChanged("Surname"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FirstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("FirstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Patronymic { - get { - return this.patronymicField; - } - set { - this.patronymicField = value; - this.RaisePropertyChanged("Patronymic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public EntpsTypeSex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] - public string OGRNIP { - get { - return this.oGRNIPField; - } - set { - this.oGRNIPField = value; - this.RaisePropertyChanged("OGRNIP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime StateRegistrationDate { - get { - return this.stateRegistrationDateField; - } - set { - this.stateRegistrationDateField = value; - this.RaisePropertyChanged("StateRegistrationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StateRegistrationDateSpecified { - get { - return this.stateRegistrationDateFieldSpecified; - } - set { - this.stateRegistrationDateFieldSpecified = value; - this.RaisePropertyChanged("StateRegistrationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] - public enum EntpsTypeSex { - - /// - M, - - /// - F, - } - - /// - [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/organizations-registry-base/")] - public partial class ForeignBranchType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fullNameField; - - private string shortNameField; - - private string nZAField; - - private string iNNField; - - private string kPPField; - - private string addressField; - - private string fIASHouseGuidField; - - private System.DateTime accreditationStartDateField; - - private System.DateTime accreditationEndDateField; - - private bool accreditationEndDateFieldSpecified; - - private string registrationCountryField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FullName { - get { - return this.fullNameField; - } - set { - this.fullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ShortName { - get { - return this.shortNameField; - } - set { - this.shortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] - public string NZA { - get { - return this.nZAField; - } - set { - this.nZAField = value; - this.RaisePropertyChanged("NZA"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] - public string KPP { - get { - return this.kPPField; - } - set { - this.kPPField = value; - this.RaisePropertyChanged("KPP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] - public System.DateTime AccreditationStartDate { - get { - return this.accreditationStartDateField; - } - set { - this.accreditationStartDateField = value; - this.RaisePropertyChanged("AccreditationStartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime AccreditationEndDate { - get { - return this.accreditationEndDateField; - } - set { - this.accreditationEndDateField = value; - this.RaisePropertyChanged("AccreditationEndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AccreditationEndDateSpecified { - get { - return this.accreditationEndDateFieldSpecified; - } - set { - this.accreditationEndDateFieldSpecified = value; - this.RaisePropertyChanged("AccreditationEndDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string RegistrationCountry { - get { - return this.registrationCountryField; - } - set { - this.registrationCountryField = value; - this.RaisePropertyChanged("RegistrationCountry"); - } - } - - 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/organizations-registry-base/")] - public partial class SubsidiaryType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fullNameField; - - private string shortNameField; - - private string oGRNField; - - private string iNNField; - - private string kPPField; - - private string oKOPFField; - - private string addressField; - - private string fIASHouseGuidField; - - private System.DateTime activityEndDateField; - - private bool activityEndDateFieldSpecified; - - private SubsidiaryTypeSourceName sourceNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FullName { - get { - return this.fullNameField; - } - set { - this.fullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ShortName { - get { - return this.shortNameField; - } - set { - this.shortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] - public string OGRN { - get { - return this.oGRNField; - } - set { - this.oGRNField = value; - this.RaisePropertyChanged("OGRN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] - public string KPP { - get { - return this.kPPField; - } - set { - this.kPPField = value; - this.RaisePropertyChanged("KPP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] - public string OKOPF { - get { - return this.oKOPFField; - } - set { - this.oKOPFField = value; - this.RaisePropertyChanged("OKOPF"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime ActivityEndDate { - get { - return this.activityEndDateField; - } - set { - this.activityEndDateField = value; - this.RaisePropertyChanged("ActivityEndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ActivityEndDateSpecified { - get { - return this.activityEndDateFieldSpecified; - } - set { - this.activityEndDateFieldSpecified = value; - this.RaisePropertyChanged("ActivityEndDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public SubsidiaryTypeSourceName SourceName { - get { - return this.sourceNameField; - } - set { - this.sourceNameField = value; - this.RaisePropertyChanged("SourceName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] - public partial class SubsidiaryTypeSourceName : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="date")] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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/organizations-registry-base/")] - public partial class LegalType : object, System.ComponentModel.INotifyPropertyChanged { - - private string shortNameField; - - private string fullNameField; - - private string commercialNameField; - - private string oGRNField; - - private System.DateTime stateRegistrationDateField; - - private bool stateRegistrationDateFieldSpecified; - - private string iNNField; - - private string kPPField; - - private string oKOPFField; - - private string addressField; - - private string fIASHouseGuidField; - - private System.DateTime activityEndDateField; - - private bool activityEndDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ShortName { - get { - return this.shortNameField; - } - set { - this.shortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FullName { - get { - return this.fullNameField; - } - set { - this.fullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string CommercialName { - get { - return this.commercialNameField; - } - set { - this.commercialNameField = value; - this.RaisePropertyChanged("CommercialName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] - public string OGRN { - get { - return this.oGRNField; - } - set { - this.oGRNField = value; - this.RaisePropertyChanged("OGRN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime StateRegistrationDate { - get { - return this.stateRegistrationDateField; - } - set { - this.stateRegistrationDateField = value; - this.RaisePropertyChanged("StateRegistrationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StateRegistrationDateSpecified { - get { - return this.stateRegistrationDateFieldSpecified; - } - set { - this.stateRegistrationDateFieldSpecified = value; - this.RaisePropertyChanged("StateRegistrationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] - public string KPP { - get { - return this.kPPField; - } - set { - this.kPPField = value; - this.RaisePropertyChanged("KPP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=7)] - public string OKOPF { - get { - return this.oKOPFField; - } - set { - this.oKOPFField = value; - this.RaisePropertyChanged("OKOPF"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] - public System.DateTime ActivityEndDate { - get { - return this.activityEndDateField; - } - set { - this.activityEndDateField = value; - this.RaisePropertyChanged("ActivityEndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ActivityEndDateSpecified { - get { - return this.activityEndDateFieldSpecified; - } - set { - this.activityEndDateFieldSpecified = value; - this.RaisePropertyChanged("ActivityEndDateSpecified"); - } - } - - 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/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/base/")] - public partial class DocumentPortalType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - private string docNumberField; - - private System.DateTime approveDateField; - - private AttachmentType attachmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string DocNumber { - get { - return this.docNumberField; - } - set { - this.docNumberField = value; - this.RaisePropertyChanged("DocNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ApproveDate { - get { - return this.approveDateField; - } - set { - this.approveDateField = value; - this.RaisePropertyChanged("ApproveDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public AttachmentType Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - 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/base/")] - public partial class PeriodOpen : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateField; - - private bool startDateFieldSpecified; - - private System.DateTime endDateField; - - private bool endDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime startDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("startDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool startDateSpecified { - get { - return this.startDateFieldSpecified; - } - set { - this.startDateFieldSpecified = value; - this.RaisePropertyChanged("startDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime endDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("endDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool endDateSpecified { - get { - return this.endDateFieldSpecified; - } - set { - this.endDateFieldSpecified = value; - this.RaisePropertyChanged("endDateSpecified"); - } - } - - 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/base/")] - public partial class Period : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startDateField; - - private System.DateTime endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime startDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("startDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime endDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("endDate"); - } - } - - 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/base/")] - public partial class YearMonth : object, System.ComponentModel.INotifyPropertyChanged { - - private short yearField; - - private int monthField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public short Year { - get { - return this.yearField; - } - set { - this.yearField = value; - this.RaisePropertyChanged("Year"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public int Month { - get { - return this.monthField; - } - set { - this.monthField = value; - this.RaisePropertyChanged("Month"); - } - } - - 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/base/")] - public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string gUIDField; - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class CommonResultTypeError : ErrorMessageType { - } - - /// - [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/base/")] - public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string descriptionField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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/base/")] - public partial class SignedAttachmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private AttachmentType attachmentField; - - private AttachmentWODescriptionType[] signatureField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AttachmentType Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Signature", Order=1)] - public AttachmentWODescriptionType[] Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - 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/base/")] - public partial class AttachmentWODescriptionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - private string descriptionField; - - private Attachment attachmentField; - - private string attachmentHASHField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Attachment Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AttachmentHASH { - get { - return this.attachmentHASHField; - } - set { - this.attachmentHASHField = value; - this.RaisePropertyChanged("AttachmentHASH"); - } - } - - 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/base/")] - public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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/base/")] - public partial class ResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType24 itemElementNameField; - - private object[] itemsField; - - private ItemsChoiceType21[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("TransportGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("UpdateGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType24 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CreateOrUpdateError", typeof(ErrorMessageType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("GUID", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType21[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemChoiceType24 { - - /// - TransportGUID, - - /// - UpdateGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemsChoiceType21 { - - /// - CreateOrUpdateError, - - /// - GUID, - - /// - UniqueNumber, - - /// - UpdateDate, - } - - /// - [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/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesType : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringDeviceNumberField; - - private string meteringDeviceStampField; - - private string meteringDeviceModelField; - - private System.DateTime installationDateField; - - private bool installationDateFieldSpecified; - - private System.DateTime commissioningDateField; - - private bool commissioningDateFieldSpecified; - - private bool remoteMeteringModeField; - - private bool remoteMeteringModeFieldSpecified; - - private string remoteMeteringInfoField; - - private bool temperatureSensorField; - - private bool temperatureSensorFieldSpecified; - - private bool pressureSensorField; - - private bool pressureSensorFieldSpecified; - - private MeteringDeviceToUpdateAfterDevicesValuesTypeCollectiveDevice collectiveDeviceField; - - private string[] accountGUIDField; - - private AttachmentType[] certificateField; - - private object[] itemsField; - - private System.DateTime firstVerificationDateField; - - private bool firstVerificationDateFieldSpecified; - - private System.DateTime factorySealDateField; - - private bool factorySealDateFieldSpecified; - - private bool consumedVolumeField; - - private bool consumedVolumeFieldSpecified; - - private object itemField; - - private MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristicts addressChatacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceNumber { - get { - return this.meteringDeviceNumberField; - } - set { - this.meteringDeviceNumberField = value; - this.RaisePropertyChanged("MeteringDeviceNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringDeviceStamp { - get { - return this.meteringDeviceStampField; - } - set { - this.meteringDeviceStampField = value; - this.RaisePropertyChanged("MeteringDeviceStamp"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringDeviceModel { - get { - return this.meteringDeviceModelField; - } - set { - this.meteringDeviceModelField = value; - this.RaisePropertyChanged("MeteringDeviceModel"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime InstallationDate { - get { - return this.installationDateField; - } - set { - this.installationDateField = value; - this.RaisePropertyChanged("InstallationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InstallationDateSpecified { - get { - return this.installationDateFieldSpecified; - } - set { - this.installationDateFieldSpecified = value; - this.RaisePropertyChanged("InstallationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime CommissioningDate { - get { - return this.commissioningDateField; - } - set { - this.commissioningDateField = value; - this.RaisePropertyChanged("CommissioningDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CommissioningDateSpecified { - get { - return this.commissioningDateFieldSpecified; - } - set { - this.commissioningDateFieldSpecified = value; - this.RaisePropertyChanged("CommissioningDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool RemoteMeteringMode { - get { - return this.remoteMeteringModeField; - } - set { - this.remoteMeteringModeField = value; - this.RaisePropertyChanged("RemoteMeteringMode"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool RemoteMeteringModeSpecified { - get { - return this.remoteMeteringModeFieldSpecified; - } - set { - this.remoteMeteringModeFieldSpecified = value; - this.RaisePropertyChanged("RemoteMeteringModeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string RemoteMeteringInfo { - get { - return this.remoteMeteringInfoField; - } - set { - this.remoteMeteringInfoField = value; - this.RaisePropertyChanged("RemoteMeteringInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool TemperatureSensor { - get { - return this.temperatureSensorField; - } - set { - this.temperatureSensorField = value; - this.RaisePropertyChanged("TemperatureSensor"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TemperatureSensorSpecified { - get { - return this.temperatureSensorFieldSpecified; - } - set { - this.temperatureSensorFieldSpecified = value; - this.RaisePropertyChanged("TemperatureSensorSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool PressureSensor { - get { - return this.pressureSensorField; - } - set { - this.pressureSensorField = value; - this.RaisePropertyChanged("PressureSensor"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PressureSensorSpecified { - get { - return this.pressureSensorFieldSpecified; - } - set { - this.pressureSensorFieldSpecified = value; - this.RaisePropertyChanged("PressureSensorSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public MeteringDeviceToUpdateAfterDevicesValuesTypeCollectiveDevice CollectiveDevice { - get { - return this.collectiveDeviceField; - } - set { - this.collectiveDeviceField = value; - this.RaisePropertyChanged("CollectiveDevice"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=10)] - public string[] AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=11)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricUpdateType), Order=12)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(OneRateMeteringValueBaseType), Order=12)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=13)] - public System.DateTime FirstVerificationDate { - get { - return this.firstVerificationDateField; - } - set { - this.firstVerificationDateField = value; - this.RaisePropertyChanged("FirstVerificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FirstVerificationDateSpecified { - get { - return this.firstVerificationDateFieldSpecified; - } - set { - this.firstVerificationDateFieldSpecified = value; - this.RaisePropertyChanged("FirstVerificationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=14)] - public System.DateTime FactorySealDate { - get { - return this.factorySealDateField; - } - set { - this.factorySealDateField = value; - this.RaisePropertyChanged("FactorySealDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FactorySealDateSpecified { - get { - return this.factorySealDateFieldSpecified; - } - set { - this.factorySealDateFieldSpecified = value; - this.RaisePropertyChanged("FactorySealDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=15)] - public bool ConsumedVolume { - get { - return this.consumedVolumeField; - } - set { - this.consumedVolumeField = value; - this.RaisePropertyChanged("ConsumedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ConsumedVolumeSpecified { - get { - return this.consumedVolumeFieldSpecified; - } - set { - this.consumedVolumeFieldSpecified = value; - this.RaisePropertyChanged("ConsumedVolumeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMetering), Order=16)] - [System.Xml.Serialization.XmlElementAttribute("NotLinkedWithMetering", typeof(bool), Order=16)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=17)] - public MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristicts AddressChatacteristicts { - get { - return this.addressChatacteristictsField; - } - set { - this.addressChatacteristictsField = value; - this.RaisePropertyChanged("AddressChatacteristicts"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeCollectiveDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string temperatureSensorInformationField; - - private string pressureSensorInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string TemperatureSensorInformation { - get { - return this.temperatureSensorInformationField; - } - set { - this.temperatureSensorInformationField = value; - this.RaisePropertyChanged("TemperatureSensorInformation"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PressureSensorInformation { - get { - return this.pressureSensorInformationField; - } - set { - this.pressureSensorInformationField = value; - this.RaisePropertyChanged("PressureSensorInformation"); - } - } - - 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/house-management/")] - public partial class MunicipalResourceElectricUpdateType : ElectricMeteringValueBaseType { - - private decimal transformationRatioField; - - private bool transformationRatioFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal TransformationRatio { - get { - return this.transformationRatioField; - } - set { - this.transformationRatioField = value; - this.RaisePropertyChanged("TransformationRatio"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TransformationRatioSpecified { - get { - return this.transformationRatioFieldSpecified; - } - set { - this.transformationRatioFieldSpecified = value; - this.RaisePropertyChanged("TransformationRatioSpecified"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricUpdateType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricBaseType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType2))] - [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 ElectricMeteringValueBaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - 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.Xml.Serialization.XmlIncludeAttribute(typeof(ElectricMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceElectricExportType))] - [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 ElectricMeteringValueExportType : ElectricMeteringValueBaseType { - - private string readingsSourceField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - } - - /// - [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 ElectricMeteringValueExportWithTSType : ElectricMeteringValueExportType { - - private System.DateTime enterIntoSystemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EnterIntoSystem { - get { - return this.enterIntoSystemField; - } - set { - this.enterIntoSystemField = value; - this.RaisePropertyChanged("EnterIntoSystem"); - } - } - } - - /// - [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/house-management/")] - public partial class MunicipalResourceElectricExportType : ElectricMeteringValueExportType { - - private decimal transformationRatioField; - - private bool transformationRatioFieldSpecified; - - private MunicipalResourceElectricExportTypeUnit unitField; - - private bool unitFieldSpecified; - - private MunicipalResourceElectricExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal TransformationRatio { - get { - return this.transformationRatioField; - } - set { - this.transformationRatioField = value; - this.RaisePropertyChanged("TransformationRatio"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TransformationRatioSpecified { - get { - return this.transformationRatioFieldSpecified; - } - set { - this.transformationRatioFieldSpecified = value; - this.RaisePropertyChanged("TransformationRatioSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public MunicipalResourceElectricExportTypeUnit Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UnitSpecified { - get { - return this.unitFieldSpecified; - } - set { - this.unitFieldSpecified = value; - this.RaisePropertyChanged("UnitSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public MunicipalResourceElectricExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MunicipalResourceElectricExportTypeUnit { - - /// - [System.Xml.Serialization.XmlEnumAttribute("245")] - Item245, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MunicipalResourceElectricExportTypeMeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringValueT3 { - get { - return this.meteringValueT3Field; - } - set { - this.meteringValueT3Field = value; - this.RaisePropertyChanged("MeteringValueT3"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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(MunicipalResourceElectricExportType2))] - [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/house-management/")] - public partial class MunicipalResourceElectricBaseType : ElectricMeteringValueBaseType { - - private decimal transformationRatioField; - - private bool transformationRatioFieldSpecified; - - private MunicipalResourceElectricBaseTypeUnit unitField; - - private bool unitFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal TransformationRatio { - get { - return this.transformationRatioField; - } - set { - this.transformationRatioField = value; - this.RaisePropertyChanged("TransformationRatio"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TransformationRatioSpecified { - get { - return this.transformationRatioFieldSpecified; - } - set { - this.transformationRatioFieldSpecified = value; - this.RaisePropertyChanged("TransformationRatioSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public MunicipalResourceElectricBaseTypeUnit Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UnitSpecified { - get { - return this.unitFieldSpecified; - } - set { - this.unitFieldSpecified = value; - this.RaisePropertyChanged("UnitSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MunicipalResourceElectricBaseTypeUnit { - - /// - [System.Xml.Serialization.XmlEnumAttribute("245")] - Item245, - } - - /// - [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/house-management/")] - public partial class MunicipalResourceElectricExportType2 : MunicipalResourceElectricBaseType { - - private MunicipalResourceElectricExportType2MeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - private string readingsSourceField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MunicipalResourceElectricExportType2MeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MunicipalResourceElectricExportType2MeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueT1Field; - - private string meteringValueT2Field; - - private string meteringValueT3Field; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValueT1 { - get { - return this.meteringValueT1Field; - } - set { - this.meteringValueT1Field = value; - this.RaisePropertyChanged("MeteringValueT1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringValueT2 { - get { - return this.meteringValueT2Field; - } - set { - this.meteringValueT2Field = value; - this.RaisePropertyChanged("MeteringValueT2"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringValueT3 { - get { - return this.meteringValueT3Field; - } - set { - this.meteringValueT3Field = value; - this.RaisePropertyChanged("MeteringValueT3"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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(OneRateMeteringValueExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OneRateMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricBaseType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType2))] - [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 OneRateMeteringValueBaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef municipalResourceField; - - private string meteringValueField; - - /// - [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 MeteringValue { - get { - return this.meteringValueField; - } - set { - this.meteringValueField = value; - this.RaisePropertyChanged("MeteringValue"); - } - } - - 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(OneRateMeteringValueExportWithTSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(MunicipalResourceNotElectricExportType))] - [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 OneRateMeteringValueExportType : OneRateMeteringValueBaseType { - - private string readingsSourceField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - } - - /// - [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 OneRateMeteringValueExportWithTSType : OneRateMeteringValueExportType { - - private System.DateTime enterIntoSystemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EnterIntoSystem { - get { - return this.enterIntoSystemField; - } - set { - this.enterIntoSystemField = value; - this.RaisePropertyChanged("EnterIntoSystem"); - } - } - } - - /// - [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/house-management/")] - public partial class MunicipalResourceNotElectricExportType : OneRateMeteringValueExportType { - - private MunicipalResourceNotElectricExportTypeUnit unitField; - - private bool unitFieldSpecified; - - private MunicipalResourceNotElectricExportTypeMeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MunicipalResourceNotElectricExportTypeUnit Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UnitSpecified { - get { - return this.unitFieldSpecified; - } - set { - this.unitFieldSpecified = value; - this.RaisePropertyChanged("UnitSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public MunicipalResourceNotElectricExportTypeMeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MunicipalResourceNotElectricExportTypeUnit { - - /// - [System.Xml.Serialization.XmlEnumAttribute("112")] - Item112, - - /// - [System.Xml.Serialization.XmlEnumAttribute("113")] - Item113, - - /// - [System.Xml.Serialization.XmlEnumAttribute("233")] - Item233, - - /// - [System.Xml.Serialization.XmlEnumAttribute("245")] - Item245, - - /// - [System.Xml.Serialization.XmlEnumAttribute("246")] - Item246, - - /// - [System.Xml.Serialization.XmlEnumAttribute("271")] - Item271, - - /// - A056, - - /// - A058, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MunicipalResourceNotElectricExportTypeMeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueField; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValue { - get { - return this.meteringValueField; - } - set { - this.meteringValueField = value; - this.RaisePropertyChanged("MeteringValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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(MunicipalResourceNotElectricExportType2))] - [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/house-management/")] - public partial class MunicipalResourceNotElectricBaseType : OneRateMeteringValueBaseType { - - private MunicipalResourceNotElectricBaseTypeUnit unitField; - - private bool unitFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MunicipalResourceNotElectricBaseTypeUnit Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UnitSpecified { - get { - return this.unitFieldSpecified; - } - set { - this.unitFieldSpecified = value; - this.RaisePropertyChanged("UnitSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MunicipalResourceNotElectricBaseTypeUnit { - - /// - [System.Xml.Serialization.XmlEnumAttribute("112")] - Item112, - - /// - [System.Xml.Serialization.XmlEnumAttribute("113")] - Item113, - - /// - [System.Xml.Serialization.XmlEnumAttribute("233")] - Item233, - - /// - [System.Xml.Serialization.XmlEnumAttribute("245")] - Item245, - - /// - [System.Xml.Serialization.XmlEnumAttribute("246")] - Item246, - - /// - [System.Xml.Serialization.XmlEnumAttribute("271")] - Item271, - - /// - A056, - - /// - A058, - } - - /// - [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/house-management/")] - public partial class MunicipalResourceNotElectricExportType2 : MunicipalResourceNotElectricBaseType { - - private MunicipalResourceNotElectricExportType2MeteringValueInDefaultUnit meteringValueInDefaultUnitField; - - private string readingsSourceField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MunicipalResourceNotElectricExportType2MeteringValueInDefaultUnit MeteringValueInDefaultUnit { - get { - return this.meteringValueInDefaultUnitField; - } - set { - this.meteringValueInDefaultUnitField = value; - this.RaisePropertyChanged("MeteringValueInDefaultUnit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ReadingsSource { - get { - return this.readingsSourceField; - } - set { - this.readingsSourceField = value; - this.RaisePropertyChanged("ReadingsSource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MunicipalResourceNotElectricExportType2MeteringValueInDefaultUnit : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringValueField; - - private string defaultUnitField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringValue { - get { - return this.meteringValueField; - } - set { - this.meteringValueField = value; - this.RaisePropertyChanged("MeteringValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string DefaultUnit { - get { - return this.defaultUnitField; - } - set { - this.defaultUnitField = value; - this.RaisePropertyChanged("DefaultUnit"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMeteringInstallationPlace installationPlaceField; - - private string[] linkedMeteringDeviceVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMeteringInstallationPlace InstallationPlace { - get { - return this.installationPlaceField; - } - set { - this.installationPlaceField = value; - this.RaisePropertyChanged("InstallationPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=1)] - public string[] LinkedMeteringDeviceVersionGUID { - get { - return this.linkedMeteringDeviceVersionGUIDField; - } - set { - this.linkedMeteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("LinkedMeteringDeviceVersionGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MeteringDeviceToUpdateAfterDevicesValuesTypeLinkedWithMeteringInstallationPlace { - - /// - @in, - - /// - @out, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristicts : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private ItemChoiceType23 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsApartmentHouseDevice), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CollectiveApartmentDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveApartmentDevice), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CollectiveDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveDevice), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsLivingRoomDevice), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsNonResidentialPremiseDevice), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseDevice", typeof(MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsResidentialPremiseDevice), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType23 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsApartmentHouseDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isChangeToFIASHouseGuid", typeof(bool), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveApartmentDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] premiseGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] - public string[] PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsCollectiveDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isChangeToFIASHouseGuid", typeof(bool), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsLivingRoomDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", Order=0)] - public string[] LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsNonResidentialPremiseDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] premiseGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] - public string[] PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceToUpdateAfterDevicesValuesTypeAddressChatacteristictsResidentialPremiseDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] premiseGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] - public string[] PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType23 { - - /// - ApartmentHouseDevice, - - /// - CollectiveApartmentDevice, - - /// - CollectiveDevice, - - /// - LivingRoomDevice, - - /// - NonResidentialPremiseDevice, - - /// - ResidentialPremiseDevice, - } - - /// - [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/house-management/")] - public partial class DeviceMunicipalResourceType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef municipalResourceField; - - private DeviceMunicipalResourceTypeUnit unitField; - - private bool unitFieldSpecified; - - private string tariffCountField; - - private decimal transformationRatioField; - - private bool transformationRatioFieldSpecified; - - /// - [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 DeviceMunicipalResourceTypeUnit Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UnitSpecified { - get { - return this.unitFieldSpecified; - } - set { - this.unitFieldSpecified = value; - this.RaisePropertyChanged("UnitSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=2)] - public string TariffCount { - get { - return this.tariffCountField; - } - set { - this.tariffCountField = value; - this.RaisePropertyChanged("TariffCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TransformationRatio { - get { - return this.transformationRatioField; - } - set { - this.transformationRatioField = value; - this.RaisePropertyChanged("TransformationRatio"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TransformationRatioSpecified { - get { - return this.transformationRatioFieldSpecified; - } - set { - this.transformationRatioFieldSpecified = value; - this.RaisePropertyChanged("TransformationRatioSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum DeviceMunicipalResourceTypeUnit { - - /// - [System.Xml.Serialization.XmlEnumAttribute("112")] - Item112, - - /// - [System.Xml.Serialization.XmlEnumAttribute("113")] - Item113, - - /// - [System.Xml.Serialization.XmlEnumAttribute("233")] - Item233, - - /// - [System.Xml.Serialization.XmlEnumAttribute("245")] - Item245, - - /// - [System.Xml.Serialization.XmlEnumAttribute("246")] - Item246, - - /// - [System.Xml.Serialization.XmlEnumAttribute("271")] - Item271, - - /// - A056, - - /// - A058, - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportMeteringDeviceDataResultType))] - [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/house-management/")] - public partial class MeteringDeviceFullInformationExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private MeteringDeviceBasicCharacteristicsType basicChatacteristictsField; - - private object itemField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MeteringDeviceBasicCharacteristicsType BasicChatacteristicts { - get { - return this.basicChatacteristictsField; - } - set { - this.basicChatacteristictsField = value; - this.RaisePropertyChanged("BasicChatacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(MeteringDeviceFullInformationExportTypeLinkedWithMetering), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NotLinkedWithMetering", typeof(bool), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricExportType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(MunicipalResourceNotElectricExportType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResources", typeof(DeviceMunicipalResourceType), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsType : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringDeviceNumberField; - - private string meteringDeviceStampField; - - private string meteringDeviceModelField; - - private System.DateTime installationDateField; - - private bool installationDateFieldSpecified; - - private System.DateTime commissioningDateField; - - private bool commissioningDateFieldSpecified; - - private bool remoteMeteringModeField; - - private string remoteMeteringInfoField; - - private System.DateTime firstVerificationDateField; - - private bool firstVerificationDateFieldSpecified; - - private nsiRef verificationIntervalField; - - private System.DateTime factorySealDateField; - - private bool factorySealDateFieldSpecified; - - private bool temperatureSensorField; - - private bool pressureSensorField; - - private bool consumedVolumeField; - - private bool consumedVolumeFieldSpecified; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceNumber { - get { - return this.meteringDeviceNumberField; - } - set { - this.meteringDeviceNumberField = value; - this.RaisePropertyChanged("MeteringDeviceNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringDeviceStamp { - get { - return this.meteringDeviceStampField; - } - set { - this.meteringDeviceStampField = value; - this.RaisePropertyChanged("MeteringDeviceStamp"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringDeviceModel { - get { - return this.meteringDeviceModelField; - } - set { - this.meteringDeviceModelField = value; - this.RaisePropertyChanged("MeteringDeviceModel"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime InstallationDate { - get { - return this.installationDateField; - } - set { - this.installationDateField = value; - this.RaisePropertyChanged("InstallationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InstallationDateSpecified { - get { - return this.installationDateFieldSpecified; - } - set { - this.installationDateFieldSpecified = value; - this.RaisePropertyChanged("InstallationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime CommissioningDate { - get { - return this.commissioningDateField; - } - set { - this.commissioningDateField = value; - this.RaisePropertyChanged("CommissioningDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CommissioningDateSpecified { - get { - return this.commissioningDateFieldSpecified; - } - set { - this.commissioningDateFieldSpecified = value; - this.RaisePropertyChanged("CommissioningDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool RemoteMeteringMode { - get { - return this.remoteMeteringModeField; - } - set { - this.remoteMeteringModeField = value; - this.RaisePropertyChanged("RemoteMeteringMode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string RemoteMeteringInfo { - get { - return this.remoteMeteringInfoField; - } - set { - this.remoteMeteringInfoField = value; - this.RaisePropertyChanged("RemoteMeteringInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] - public System.DateTime FirstVerificationDate { - get { - return this.firstVerificationDateField; - } - set { - this.firstVerificationDateField = value; - this.RaisePropertyChanged("FirstVerificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FirstVerificationDateSpecified { - get { - return this.firstVerificationDateFieldSpecified; - } - set { - this.firstVerificationDateFieldSpecified = value; - this.RaisePropertyChanged("FirstVerificationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public nsiRef VerificationInterval { - get { - return this.verificationIntervalField; - } - set { - this.verificationIntervalField = value; - this.RaisePropertyChanged("VerificationInterval"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=9)] - public System.DateTime FactorySealDate { - get { - return this.factorySealDateField; - } - set { - this.factorySealDateField = value; - this.RaisePropertyChanged("FactorySealDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FactorySealDateSpecified { - get { - return this.factorySealDateFieldSpecified; - } - set { - this.factorySealDateFieldSpecified = value; - this.RaisePropertyChanged("FactorySealDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public bool TemperatureSensor { - get { - return this.temperatureSensorField; - } - set { - this.temperatureSensorField = value; - this.RaisePropertyChanged("TemperatureSensor"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool PressureSensor { - get { - return this.pressureSensorField; - } - set { - this.pressureSensorField = value; - this.RaisePropertyChanged("PressureSensor"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool ConsumedVolume { - get { - return this.consumedVolumeField; - } - set { - this.consumedVolumeField = value; - this.RaisePropertyChanged("ConsumedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ConsumedVolumeSpecified { - get { - return this.consumedVolumeFieldSpecified; - } - set { - this.consumedVolumeFieldSpecified = value; - this.RaisePropertyChanged("ConsumedVolumeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseDevice", typeof(MeteringDeviceBasicCharacteristicsTypeApartmentHouseDevice), Order=13)] - [System.Xml.Serialization.XmlElementAttribute("CollectiveApartmentDevice", typeof(MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevice), Order=13)] - [System.Xml.Serialization.XmlElementAttribute("CollectiveDevice", typeof(MeteringDeviceBasicCharacteristicsTypeCollectiveDevice), Order=13)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomDevice", typeof(MeteringDeviceBasicCharacteristicsTypeLivingRoomDevice), Order=13)] - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseDevice", typeof(MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevice), Order=13)] - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseDevice", typeof(MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevice), Order=13)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeApartmentHouseDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] fIASHouseGuidField; - - private string[] accountGUIDField; - - private AttachmentType[] certificateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] - public string[] FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] - public string[] AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] premiseGUIDField; - - private string[] accountGUIDField; - - private AttachmentType[] certificateField; - - private MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevicePremiseInfo[] premiseInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] - public string[] PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] - public string[] AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseInfo", Order=3)] - public MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevicePremiseInfo[] PremiseInfo { - get { - return this.premiseInfoField; - } - set { - this.premiseInfoField = value; - this.RaisePropertyChanged("PremiseInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeCollectiveApartmentDevicePremiseInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string premiseGUIDField; - - private object premiseNoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public object PremiseNo { - get { - return this.premiseNoField; - } - set { - this.premiseNoField = value; - this.RaisePropertyChanged("PremiseNo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeCollectiveDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] fIASHouseGuidField; - - private string temperatureSensingElementInfoField; - - private string pressureSensingElementInfoField; - - private AttachmentType[] projectRegistrationNodeField; - - private AttachmentType[] certificateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] - public string[] FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string TemperatureSensingElementInfo { - get { - return this.temperatureSensingElementInfoField; - } - set { - this.temperatureSensingElementInfoField = value; - this.RaisePropertyChanged("TemperatureSensingElementInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PressureSensingElementInfo { - get { - return this.pressureSensingElementInfoField; - } - set { - this.pressureSensingElementInfoField = value; - this.RaisePropertyChanged("PressureSensingElementInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ProjectRegistrationNode", Order=3)] - public AttachmentType[] ProjectRegistrationNode { - get { - return this.projectRegistrationNodeField; - } - set { - this.projectRegistrationNodeField = value; - this.RaisePropertyChanged("ProjectRegistrationNode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=4)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeLivingRoomDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] livingRoomGUIDField; - - private string[] accountGUIDField; - - private AttachmentType[] certificateField; - - private MeteringDeviceBasicCharacteristicsTypeLivingRoomDeviceLivingRoomInfo[] livingRoomInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", Order=0)] - public string[] LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] - public string[] AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomInfo", Order=3)] - public MeteringDeviceBasicCharacteristicsTypeLivingRoomDeviceLivingRoomInfo[] LivingRoomInfo { - get { - return this.livingRoomInfoField; - } - set { - this.livingRoomInfoField = value; - this.RaisePropertyChanged("LivingRoomInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeLivingRoomDeviceLivingRoomInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string livingRoomGUIDField; - - private object livingRoomNoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public object LivingRoomNo { - get { - return this.livingRoomNoField; - } - set { - this.livingRoomNoField = value; - this.RaisePropertyChanged("LivingRoomNo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] premiseGUIDField; - - private string[] accountGUIDField; - - private AttachmentType[] certificateField; - - private MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevicePremiseInfo[] premiseInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] - public string[] PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] - public string[] AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseInfo", Order=3)] - public MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevicePremiseInfo[] PremiseInfo { - get { - return this.premiseInfoField; - } - set { - this.premiseInfoField = value; - this.RaisePropertyChanged("PremiseInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeNonResidentialPremiseDevicePremiseInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string premiseGUIDField; - - private object premiseNoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public object PremiseNo { - get { - return this.premiseNoField; - } - set { - this.premiseNoField = value; - this.RaisePropertyChanged("PremiseNo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] premiseGUIDField; - - private string[] accountGUIDField; - - private AttachmentType[] certificateField; - - private MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevicePremiseInfo[] premiseInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseGUID", Order=0)] - public string[] PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", Order=1)] - public string[] AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Certificate", Order=2)] - public AttachmentType[] Certificate { - get { - return this.certificateField; - } - set { - this.certificateField = value; - this.RaisePropertyChanged("Certificate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PremiseInfo", Order=3)] - public MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevicePremiseInfo[] PremiseInfo { - get { - return this.premiseInfoField; - } - set { - this.premiseInfoField = value; - this.RaisePropertyChanged("PremiseInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceBasicCharacteristicsTypeResidentialPremiseDevicePremiseInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string premiseGUIDField; - - private object premiseNoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremiseGUID { - get { - return this.premiseGUIDField; - } - set { - this.premiseGUIDField = value; - this.RaisePropertyChanged("PremiseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public object PremiseNo { - get { - return this.premiseNoField; - } - set { - this.premiseNoField = value; - this.RaisePropertyChanged("PremiseNo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceFullInformationExportTypeLinkedWithMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private MeteringDeviceFullInformationExportTypeLinkedWithMeteringInstallationPlace installationPlaceField; - - private string[] linkedMeteringDeviceVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MeteringDeviceFullInformationExportTypeLinkedWithMeteringInstallationPlace InstallationPlace { - get { - return this.installationPlaceField; - } - set { - this.installationPlaceField = value; - this.RaisePropertyChanged("InstallationPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=1)] - public string[] LinkedMeteringDeviceVersionGUID { - get { - return this.linkedMeteringDeviceVersionGUIDField; - } - set { - this.linkedMeteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("LinkedMeteringDeviceVersionGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MeteringDeviceFullInformationExportTypeLinkedWithMeteringInstallationPlace { - - /// - @in, - - /// - @out, - } - - /// - [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/house-management/")] - public partial class exportMeteringDeviceDataResultType : MeteringDeviceFullInformationExportType { - - private string meteringDeviceRootGUIDField; - - private exportMeteringDeviceDataResultTypeStatusRootDoc statusRootDocField; - - private string meteringDeviceVersionGUIDField; - - private string versionNumberField; - - private string statusVersionField; - - private System.DateTime updateDateTimeField; - - private string[] meteringOwnerField; - - private string meteringDeviceGISGKHNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceRootGUID { - get { - return this.meteringDeviceRootGUIDField; - } - set { - this.meteringDeviceRootGUIDField = value; - this.RaisePropertyChanged("MeteringDeviceRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportMeteringDeviceDataResultTypeStatusRootDoc StatusRootDoc { - get { - return this.statusRootDocField; - } - set { - this.statusRootDocField = value; - this.RaisePropertyChanged("StatusRootDoc"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MeteringDeviceVersionGUID { - get { - return this.meteringDeviceVersionGUIDField; - } - set { - this.meteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("MeteringDeviceVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=3)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string StatusVersion { - get { - return this.statusVersionField; - } - set { - this.statusVersionField = value; - this.RaisePropertyChanged("StatusVersion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public System.DateTime UpdateDateTime { - get { - return this.updateDateTimeField; - } - set { - this.updateDateTimeField = value; - this.RaisePropertyChanged("UpdateDateTime"); - } - } - - /// - [System.Xml.Serialization.XmlArrayAttribute(Order=6)] - [System.Xml.Serialization.XmlArrayItemAttribute("orgRootEntityGUID", Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", IsNullable=false)] - public string[] MeteringOwner { - get { - return this.meteringOwnerField; - } - set { - this.meteringOwnerField = value; - this.RaisePropertyChanged("MeteringOwner"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string MeteringDeviceGISGKHNumber { - get { - return this.meteringDeviceGISGKHNumberField; - } - set { - this.meteringDeviceGISGKHNumberField = value; - this.RaisePropertyChanged("MeteringDeviceGISGKHNumber"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportMeteringDeviceDataResultTypeStatusRootDoc { - - /// - Active, - - /// - Archival, - } - - /// - [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/house-management/")] - public partial class ExportObjectAddressType : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportObjectAddressTypeHouseType houseTypeField; - - private bool houseTypeFieldSpecified; - - private string fIASHouseGuidField; - - private string apartmentNumberField; - - private string roomNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ExportObjectAddressTypeHouseType HouseType { - get { - return this.houseTypeField; - } - set { - this.houseTypeField = value; - this.RaisePropertyChanged("HouseType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HouseTypeSpecified { - get { - return this.houseTypeFieldSpecified; - } - set { - this.houseTypeFieldSpecified = value; - this.RaisePropertyChanged("HouseTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ApartmentNumber { - get { - return this.apartmentNumberField; - } - set { - this.apartmentNumberField = value; - this.RaisePropertyChanged("ApartmentNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportObjectAddressTypeHouseType { - - /// - MKD, - - /// - ZHD, - - /// - ZHDBlockZastroyki, - } - - /// - [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/house-management/")] - public partial class OwnerRefusalExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string refusalGUIDField; - - private Owner ownerField; - - private exportPropertyDetails[] exportPropertyDetailsField; - - private Representative representativeField; - - private AttachmentType[] refusalAttachmentsField; - - private OwnerRefusalStatusType refusalStatusField; - - private System.DateTime publishDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RefusalGUID { - get { - return this.refusalGUIDField; - } - set { - this.refusalGUIDField = value; - this.RaisePropertyChanged("RefusalGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Owner Owner { - get { - return this.ownerField; - } - set { - this.ownerField = value; - this.RaisePropertyChanged("Owner"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("exportPropertyDetails", Order=3)] - public exportPropertyDetails[] exportPropertyDetails { - get { - return this.exportPropertyDetailsField; - } - set { - this.exportPropertyDetailsField = value; - this.RaisePropertyChanged("exportPropertyDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public Representative Representative { - get { - return this.representativeField; - } - set { - this.representativeField = value; - this.RaisePropertyChanged("Representative"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RefusalAttachments", Order=5)] - public AttachmentType[] RefusalAttachments { - get { - return this.refusalAttachmentsField; - } - set { - this.refusalAttachmentsField = value; - this.RaisePropertyChanged("RefusalAttachments"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OwnerRefusalStatusType RefusalStatus { - get { - return this.refusalStatusField; - } - set { - this.refusalStatusField = value; - this.RaisePropertyChanged("RefusalStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public System.DateTime PublishDate { - get { - return this.publishDateField; - } - set { - this.publishDateField = value; - this.RaisePropertyChanged("PublishDate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class Owner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("OwnerInd", typeof(OwnerOwnerInd), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("OwnerOrg", typeof(RegOrgRootAndVersionType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class OwnerOwnerInd : DecisionIndType { - - private string sNILSField; - - private DecisionIndID decisionIndIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=0)] - public string SNILS { - get { - return this.sNILSField; - } - set { - this.sNILSField = value; - this.RaisePropertyChanged("SNILS"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DecisionIndID DecisionIndID { - get { - return this.decisionIndIDField; - } - set { - this.decisionIndIDField = value; - this.RaisePropertyChanged("DecisionIndID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DecisionIndID : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private string seriesField; - - private string numberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - 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/house-management/")] - public partial class DecisionIndType : FIOType { - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(IndType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(DecisionIndType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(VotingInitiatorIndType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountIndType))] - [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/individual-registry-base/")] - public partial class FIOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string surnameField; - - private string firstNameField; - - private string patronymicField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Surname { - get { - return this.surnameField; - } - set { - this.surnameField = value; - this.RaisePropertyChanged("Surname"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FirstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("FirstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Patronymic { - get { - return this.patronymicField; - } - set { - this.patronymicField = value; - this.RaisePropertyChanged("Patronymic"); - } - } - - 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/individual-registry-base/")] - public partial class IndType : FIOType { - - private Sex sexField; - - private bool sexFieldSpecified; - - private System.DateTime dateOfBirthField; - - private bool dateOfBirthFieldSpecified; - - private object itemField; - - private string placeBirthField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public Sex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateOfBirth { - get { - return this.dateOfBirthField; - } - set { - this.dateOfBirthField = value; - this.RaisePropertyChanged("DateOfBirth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DateOfBirthSpecified { - get { - return this.dateOfBirthFieldSpecified; - } - set { - this.dateOfBirthFieldSpecified = value; - this.RaisePropertyChanged("DateOfBirthSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string PlaceBirth { - get { - return this.placeBirthField; - } - set { - this.placeBirthField = value; - this.RaisePropertyChanged("PlaceBirth"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] - public enum Sex { - - /// - M, - - /// - F, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/")] - public partial class ID : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private string seriesField; - - private string numberField; - - private System.DateTime issueDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime IssueDate { - get { - return this.issueDateField; - } - set { - this.issueDateField = value; - this.RaisePropertyChanged("IssueDate"); - } - } - - 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/house-management/")] - public partial class VotingInitiatorIndType : FIOType { - - private VotingInitiatorIndTypeSex sexField; - - private bool sexFieldSpecified; - - private System.DateTime dateOfBirthField; - - private bool dateOfBirthFieldSpecified; - - private string sNILSField; - - private VotingInitiatorIndID votingInitiatorIndIDField; - - private string placeBirthField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public VotingInitiatorIndTypeSex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateOfBirth { - get { - return this.dateOfBirthField; - } - set { - this.dateOfBirthField = value; - this.RaisePropertyChanged("DateOfBirth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DateOfBirthSpecified { - get { - return this.dateOfBirthFieldSpecified; - } - set { - this.dateOfBirthFieldSpecified = value; - this.RaisePropertyChanged("DateOfBirthSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] - public string SNILS { - get { - return this.sNILSField; - } - set { - this.sNILSField = value; - this.RaisePropertyChanged("SNILS"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public VotingInitiatorIndID VotingInitiatorIndID { - get { - return this.votingInitiatorIndIDField; - } - set { - this.votingInitiatorIndIDField = value; - this.RaisePropertyChanged("VotingInitiatorIndID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string PlaceBirth { - get { - return this.placeBirthField; - } - set { - this.placeBirthField = value; - this.RaisePropertyChanged("PlaceBirth"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum VotingInitiatorIndTypeSex { - - /// - M, - - /// - F, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class VotingInitiatorIndID : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private string seriesField; - - private string numberField; - - private System.DateTime issueDateField; - - private bool issueDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime IssueDate { - get { - return this.issueDateField; - } - set { - this.issueDateField = value; - this.RaisePropertyChanged("IssueDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IssueDateSpecified { - get { - return this.issueDateFieldSpecified; - } - set { - this.issueDateFieldSpecified = value; - this.RaisePropertyChanged("IssueDateSpecified"); - } - } - - 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/house-management/")] - public partial class AccountIndType : FIOType { - - private AccountIndTypeSex sexField; - - private bool sexFieldSpecified; - - private System.DateTime dateOfBirthField; - - private bool dateOfBirthFieldSpecified; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AccountIndTypeSex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateOfBirth { - get { - return this.dateOfBirthField; - } - set { - this.dateOfBirthField = value; - this.RaisePropertyChanged("DateOfBirth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DateOfBirthSpecified { - get { - return this.dateOfBirthFieldSpecified; - } - set { - this.dateOfBirthFieldSpecified = value; - this.RaisePropertyChanged("DateOfBirthSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum AccountIndTypeSex { - - /// - M, - - /// - F, - } - - /// - [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/organizations-registry-base/")] - public partial class RegOrgRootAndVersionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType5 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("orgRootEntityGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType5 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", IncludeInSchema=false)] - public enum ItemChoiceType5 { - - /// - orgRootEntityGUID, - - /// - orgVersionGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportPropertyDetails : object, System.ComponentModel.INotifyPropertyChanged { - - private string registrationNumberField; - - private System.DateTime registrationDateField; - - private string premisesNumField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private exportPropertyDetailsPropertyType propertyTypeField; - - private exportPropertyDetailsShareSize shareSizeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RegistrationNumber { - get { - return this.registrationNumberField; - } - set { - this.registrationNumberField = value; - this.RaisePropertyChanged("RegistrationNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime RegistrationDate { - get { - return this.registrationDateField; - } - set { - this.registrationDateField = value; - this.RaisePropertyChanged("RegistrationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportPropertyDetailsPropertyType PropertyType { - get { - return this.propertyTypeField; - } - set { - this.propertyTypeField = value; - this.RaisePropertyChanged("PropertyType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public exportPropertyDetailsShareSize ShareSize { - get { - return this.shareSizeField; - } - set { - this.shareSizeField = value; - this.RaisePropertyChanged("ShareSize"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportPropertyDetailsPropertyType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool itemField; - - private ItemChoiceType6 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("IndividualProperty", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("JointProperty", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ShareProperty", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType6 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType6 { - - /// - IndividualProperty, - - /// - JointProperty, - - /// - ShareProperty, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportPropertyDetailsShareSize : object, System.ComponentModel.INotifyPropertyChanged { - - private string numeratorField; - - private string denumeratorField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Numerator { - get { - return this.numeratorField; - } - set { - this.numeratorField = value; - this.RaisePropertyChanged("Numerator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string Denumerator { - get { - return this.denumeratorField; - } - set { - this.denumeratorField = value; - this.RaisePropertyChanged("Denumerator"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class Representative : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool notarizedField; - - private AttachmentType[] representativeAttachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("RepresentativeInd", typeof(RepresentativeRepresentativeInd), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RepresentativeOrg", typeof(RegOrgRootAndVersionType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool Notarized { - get { - return this.notarizedField; - } - set { - this.notarizedField = value; - this.RaisePropertyChanged("Notarized"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RepresentativeAttachments", Order=2)] - public AttachmentType[] RepresentativeAttachments { - get { - return this.representativeAttachmentsField; - } - set { - this.representativeAttachmentsField = value; - this.RaisePropertyChanged("RepresentativeAttachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class RepresentativeRepresentativeInd : DecisionIndType { - - private string sNILSField; - - private DecisionIndID decisionIndIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=0)] - public string SNILS { - get { - return this.sNILSField; - } - set { - this.sNILSField = value; - this.RaisePropertyChanged("SNILS"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DecisionIndID DecisionIndID { - get { - return this.decisionIndIDField; - } - set { - this.decisionIndIDField = value; - this.RaisePropertyChanged("DecisionIndID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum OwnerRefusalStatusType { - - /// - Published, - - /// - Canceled, - } - - /// - [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/house-management/")] - public partial class OwnerRefusalType : object, System.ComponentModel.INotifyPropertyChanged { - - private Owner ownerField; - - private PropertyDetails[] propertyDetailsField; - - private Representative representativeField; - - private AttachmentType[] refusalAttachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public Owner Owner { - get { - return this.ownerField; - } - set { - this.ownerField = value; - this.RaisePropertyChanged("Owner"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PropertyDetails", Order=1)] - public PropertyDetails[] PropertyDetails { - get { - return this.propertyDetailsField; - } - set { - this.propertyDetailsField = value; - this.RaisePropertyChanged("PropertyDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Representative Representative { - get { - return this.representativeField; - } - set { - this.representativeField = value; - this.RaisePropertyChanged("Representative"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RefusalAttachments", Order=3)] - public AttachmentType[] RefusalAttachments { - get { - return this.refusalAttachmentsField; - } - set { - this.refusalAttachmentsField = value; - this.RaisePropertyChanged("RefusalAttachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PropertyDetails : object, System.ComponentModel.INotifyPropertyChanged { - - private string registrationNumberField; - - private System.DateTime registrationDateField; - - private string premisesNumField; - - private decimal totalAreaField; - - private PropertyDetailsPropertyType propertyTypeField; - - private PropertyDetailsShareSize shareSizeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RegistrationNumber { - get { - return this.registrationNumberField; - } - set { - this.registrationNumberField = value; - this.RaisePropertyChanged("RegistrationNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime RegistrationDate { - get { - return this.registrationDateField; - } - set { - this.registrationDateField = value; - this.RaisePropertyChanged("RegistrationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public PropertyDetailsPropertyType PropertyType { - get { - return this.propertyTypeField; - } - set { - this.propertyTypeField = value; - this.RaisePropertyChanged("PropertyType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public PropertyDetailsShareSize ShareSize { - get { - return this.shareSizeField; - } - set { - this.shareSizeField = value; - this.RaisePropertyChanged("ShareSize"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PropertyDetailsPropertyType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool itemField; - - private ItemChoiceType21 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("IndividualProperty", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("JointProperty", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ShareProperty", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType21 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType21 { - - /// - IndividualProperty, - - /// - JointProperty, - - /// - ShareProperty, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PropertyDetailsShareSize : object, System.ComponentModel.INotifyPropertyChanged { - - private string numeratorField; - - private string denumeratorField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Numerator { - get { - return this.numeratorField; - } - set { - this.numeratorField = value; - this.RaisePropertyChanged("Numerator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string Denumerator { - get { - return this.denumeratorField; - } - set { - this.denumeratorField = value; - this.RaisePropertyChanged("Denumerator"); - } - } - - 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/house-management/")] - public partial class exportQuestionOnDecisionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private string questionNameField; - - private decimal itemField; - - private ItemChoiceType22 itemElementNameField; - - private bool isDigitalDecisionField; - - private bool isDigitalDecisionFieldSpecified; - - public exportQuestionOnDecisionType() { - this.isDigitalDecisionField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string QuestionName { - get { - return this.questionNameField; - } - set { - this.questionNameField = value; - this.RaisePropertyChanged("QuestionName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OwnerAbstent", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("OwnerAgainst", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("OwnerAgree", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public decimal Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType22 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsDigitalDecision { - get { - return this.isDigitalDecisionField; - } - set { - this.isDigitalDecisionField = value; - this.RaisePropertyChanged("IsDigitalDecision"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsDigitalDecisionSpecified { - get { - return this.isDigitalDecisionFieldSpecified; - } - set { - this.isDigitalDecisionFieldSpecified = value; - this.RaisePropertyChanged("IsDigitalDecisionSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType22 { - - /// - OwnerAbstent, - - /// - OwnerAgainst, - - /// - OwnerAgree, - } - - /// - [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/house-management/")] - public partial class OwnerDecisionType : object, System.ComponentModel.INotifyPropertyChanged { - - private Owner ownerField; - - private PropertyDetails[] propertyDetailsField; - - private Representative representativeField; - - private QuestionOnDecisionType questionOnDecisionField; - - private AttachmentType[] decisionAttachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public Owner Owner { - get { - return this.ownerField; - } - set { - this.ownerField = value; - this.RaisePropertyChanged("Owner"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PropertyDetails", Order=1)] - public PropertyDetails[] PropertyDetails { - get { - return this.propertyDetailsField; - } - set { - this.propertyDetailsField = value; - this.RaisePropertyChanged("PropertyDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Representative Representative { - get { - return this.representativeField; - } - set { - this.representativeField = value; - this.RaisePropertyChanged("Representative"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public QuestionOnDecisionType QuestionOnDecision { - get { - return this.questionOnDecisionField; - } - set { - this.questionOnDecisionField = value; - this.RaisePropertyChanged("QuestionOnDecision"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DecisionAttachments", Order=4)] - public AttachmentType[] DecisionAttachments { - get { - return this.decisionAttachmentsField; - } - set { - this.decisionAttachmentsField = value; - this.RaisePropertyChanged("DecisionAttachments"); - } - } - - 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/house-management/")] - public partial class QuestionOnDecisionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private bool itemField; - - private ItemChoiceType7 itemElementNameField; - - private bool isDigitalDecisionField; - - private bool isDigitalDecisionFieldSpecified; - - public QuestionOnDecisionType() { - this.isDigitalDecisionField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OwnerAbstent", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("OwnerAgainst", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("OwnerAgree", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType7 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IsDigitalDecision { - get { - return this.isDigitalDecisionField; - } - set { - this.isDigitalDecisionField = value; - this.RaisePropertyChanged("IsDigitalDecision"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsDigitalDecisionSpecified { - get { - return this.isDigitalDecisionFieldSpecified; - } - set { - this.isDigitalDecisionFieldSpecified = value; - this.RaisePropertyChanged("IsDigitalDecisionSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType7 { - - /// - OwnerAbstent, - - /// - OwnerAgainst, - - /// - OwnerAgree, - } - - /// - [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/house-management/")] - public partial class PublicPropertyContractType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string fIASHouseGuidField; - - private string contractNumberField; - - private System.DateTime dateField; - - private System.DateTime startDateField; - - private System.DateTime endDateField; - - private string contractObjectField; - - private string commentsField; - - private decimal paymentField; - - private bool paymentFieldSpecified; - - private string moneySpentDirectionField; - - private AttachmentType[] contractAttachmentField; - - private PublicPropertyContractTypeRentAgrConfirmationDocument[] rentAgrConfirmationDocumentField; - - private bool isGratuitousBasisField; - - private bool isGratuitousBasisFieldSpecified; - - public PublicPropertyContractType() { - this.isGratuitousBasisField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Entrepreneur", typeof(IndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(RegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractNumber { - get { - return this.contractNumberField; - } - set { - this.contractNumberField = value; - this.RaisePropertyChanged("ContractNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string Comments { - get { - return this.commentsField; - } - set { - this.commentsField = value; - this.RaisePropertyChanged("Comments"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public decimal Payment { - get { - return this.paymentField; - } - set { - this.paymentField = value; - this.RaisePropertyChanged("Payment"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PaymentSpecified { - get { - return this.paymentFieldSpecified; - } - set { - this.paymentFieldSpecified = value; - this.RaisePropertyChanged("PaymentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string MoneySpentDirection { - get { - return this.moneySpentDirectionField; - } - set { - this.moneySpentDirectionField = value; - this.RaisePropertyChanged("MoneySpentDirection"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RentAgrConfirmationDocument", Order=11)] - public PublicPropertyContractTypeRentAgrConfirmationDocument[] RentAgrConfirmationDocument { - get { - return this.rentAgrConfirmationDocumentField; - } - set { - this.rentAgrConfirmationDocumentField = value; - this.RaisePropertyChanged("RentAgrConfirmationDocument"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool IsGratuitousBasis { - get { - return this.isGratuitousBasisField; - } - set { - this.isGratuitousBasisField = value; - this.RaisePropertyChanged("IsGratuitousBasis"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsGratuitousBasisSpecified { - get { - return this.isGratuitousBasisFieldSpecified; - } - set { - this.isGratuitousBasisFieldSpecified = value; - this.RaisePropertyChanged("IsGratuitousBasisSpecified"); - } - } - - 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/organizations-registry-base/")] - public partial class RegOrgType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgRootEntityGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string orgRootEntityGUID { - get { - return this.orgRootEntityGUIDField; - } - set { - this.orgRootEntityGUIDField = value; - this.RaisePropertyChanged("orgRootEntityGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PublicPropertyContractTypeRentAgrConfirmationDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(PublicPropertyContractTypeRentAgrConfirmationDocumentProtocolMeetingOwners), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PublicPropertyContractTypeRentAgrConfirmationDocumentProtocolMeetingOwners : object, System.ComponentModel.INotifyPropertyChanged { - - private string protocolNumField; - - private System.DateTime protocolDateField; - - private AttachmentType[] trustDocAttachmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ProtocolNum { - get { - return this.protocolNumField; - } - set { - this.protocolNumField = value; - this.RaisePropertyChanged("ProtocolNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime ProtocolDate { - get { - return this.protocolDateField; - } - set { - this.protocolDateField = value; - this.RaisePropertyChanged("ProtocolDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TrustDocAttachment", Order=2)] - public AttachmentType[] TrustDocAttachment { - get { - return this.trustDocAttachmentField; - } - set { - this.trustDocAttachmentField = value; - this.RaisePropertyChanged("TrustDocAttachment"); - } - } - - 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(exportVotingProtocolResultType))] - [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/house-management/")] - public partial class ProtocolExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] fIASHouseGuidField; - - private RegOrgType organizationGuidField; - - private string protocolNumField; - - private System.DateTime protocolDateField; - - private object itemField; - - private MeetingTypeType meetingTypeField; - - private bool meetingTypeFieldSpecified; - - private bool item1Field; - - private Item1ChoiceType9 item1ElementNameField; - - private ProtocolExportTypeVoteInitiators[] voteInitiatorsField; - - private ProtocolExportTypeMeetingEligibility meetingEligibilityField; - - private ProtocolExportTypeDecisionList[] decisionListField; - - private string modificationField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] - public string[] FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public RegOrgType OrganizationGuid { - get { - return this.organizationGuidField; - } - set { - this.organizationGuidField = value; - this.RaisePropertyChanged("OrganizationGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ProtocolNum { - get { - return this.protocolNumField; - } - set { - this.protocolNumField = value; - this.RaisePropertyChanged("ProtocolNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime ProtocolDate { - get { - return this.protocolDateField; - } - set { - this.protocolDateField = value; - this.RaisePropertyChanged("ProtocolDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(ProtocolExportTypeAVoting), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(ProtocolExportTypeEVoting), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(ProtocolExportTypeMeeting), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(ProtocolExportTypeMeetingAVoting), Order=4)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public MeetingTypeType MeetingType { - get { - return this.meetingTypeField; - } - set { - this.meetingTypeField = value; - this.RaisePropertyChanged("MeetingType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeetingTypeSpecified { - get { - return this.meetingTypeFieldSpecified; - } - set { - this.meetingTypeFieldSpecified = value; - this.RaisePropertyChanged("MeetingTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=6)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType9 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] - public ProtocolExportTypeVoteInitiators[] VoteInitiators { - get { - return this.voteInitiatorsField; - } - set { - this.voteInitiatorsField = value; - this.RaisePropertyChanged("VoteInitiators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public ProtocolExportTypeMeetingEligibility MeetingEligibility { - get { - return this.meetingEligibilityField; - } - set { - this.meetingEligibilityField = value; - this.RaisePropertyChanged("MeetingEligibility"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=10)] - public ProtocolExportTypeDecisionList[] DecisionList { - get { - return this.decisionListField; - } - set { - this.decisionListField = value; - this.RaisePropertyChanged("DecisionList"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public string Modification { - get { - return this.modificationField; - } - set { - this.modificationField = value; - this.RaisePropertyChanged("Modification"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startMakingDecisionDateField; - - private bool startMakingDecisionDateFieldSpecified; - - private System.DateTime endMakingDecisionDateField; - - private bool endMakingDecisionDateFieldSpecified; - - private string resolutionPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StartMakingDecisionDateSpecified { - get { - return this.startMakingDecisionDateFieldSpecified; - } - set { - this.startMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("StartMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndMakingDecisionDateSpecified { - get { - return this.endMakingDecisionDateFieldSpecified; - } - set { - this.endMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("EndMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class Attachments : AttachmentType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeEVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime eVotingDateBeginField; - - private System.DateTime eVotingDateEndField; - - private string disciplineField; - - private string infoReviewField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private bool firstVotingField; - - private bool firstVotingFieldSpecified; - - private Attachments[] attachmentsField; - - public ProtocolExportTypeEVoting() { - this.firstVotingField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EVotingDateBegin { - get { - return this.eVotingDateBeginField; - } - set { - this.eVotingDateBeginField = value; - this.RaisePropertyChanged("EVotingDateBegin"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EVotingDateEnd { - get { - return this.eVotingDateEndField; - } - set { - this.eVotingDateEndField = value; - this.RaisePropertyChanged("EVotingDateEnd"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Discipline { - get { - return this.disciplineField; - } - set { - this.disciplineField = value; - this.RaisePropertyChanged("Discipline"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string InfoReview { - get { - return this.infoReviewField; - } - set { - this.infoReviewField = value; - this.RaisePropertyChanged("InfoReview"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool FirstVoting { - get { - return this.firstVotingField; - } - set { - this.firstVotingField = value; - this.RaisePropertyChanged("FirstVoting"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FirstVotingSpecified { - get { - return this.firstVotingFieldSpecified; - } - set { - this.firstVotingFieldSpecified = value; - this.RaisePropertyChanged("FirstVotingSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=6)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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/house-management/")] - public partial class VotingSystemDetailsType : object, System.ComponentModel.INotifyPropertyChanged { - - private VotingSystemType votingSystemField; - - private string itemField; - - private ItemChoiceType15 itemElementNameField; - - private string votingSystemUrlField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public VotingSystemType VotingSystem { - get { - return this.votingSystemField; - } - set { - this.votingSystemField = value; - this.RaisePropertyChanged("VotingSystem"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VotingSystemGuid", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("VotingSystemName", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType15 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string VotingSystemUrl { - get { - return this.votingSystemUrlField; - } - set { - this.votingSystemUrlField = value; - this.RaisePropertyChanged("VotingSystemUrl"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum VotingSystemType { - - /// - HCS, - - /// - PublicServicesPortal, - - /// - Regional, - - /// - Other, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType15 { - - /// - VotingSystemGuid, - - /// - VotingSystemName, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeMeeting : VoitingType { - - private System.DateTime meetingDateField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=1)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - } - - /// - [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/house-management/")] - public partial class VoitingType : object, System.ComponentModel.INotifyPropertyChanged { - - private string votingPlaceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeMeetingAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime meetingDateField; - - private string votingPlaceField; - - private System.DateTime startMakingDecisionDateField; - - private bool startMakingDecisionDateFieldSpecified; - - private System.DateTime endMakingDecisionDateField; - - private bool endMakingDecisionDateFieldSpecified; - - private string resolutionPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StartMakingDecisionDateSpecified { - get { - return this.startMakingDecisionDateFieldSpecified; - } - set { - this.startMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("StartMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndMakingDecisionDateSpecified { - get { - return this.endMakingDecisionDateFieldSpecified; - } - set { - this.endMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("EndMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MeetingTypeType { - - /// - Owners, - - /// - Homeowners, - - /// - Cooperative, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType9 { - - /// - AnnualVoting, - - /// - ExtraVoting, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeVoteInitiators : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(VotingInitiatorIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgVersionType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/organizations-registry-base/")] - public partial class RegOrgVersionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string orgVersionGUID { - get { - return this.orgVersionGUIDField; - } - set { - this.orgVersionGUIDField = value; - this.RaisePropertyChanged("orgVersionGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ProtocolExportTypeMeetingEligibility { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeDecisionList : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private string questionNameField; - - private nsiRef decisionsTypeField; - - private ProtocolExportTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; - - private bool itemField; - - private ItemChoiceType20 itemElementNameField; - - private decimal agreeField; - - private bool agreeFieldSpecified; - - private decimal againstField; - - private bool againstFieldSpecified; - - private decimal abstentField; - - private bool abstentFieldSpecified; - - private nsiRef formingFundField; - - private nsiRef managementTypeField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private AdminOfGeneralMeetingType adminOfGeneralMeetingField; - - private ProtocolExportTypeDecisionListVotingResume votingResumeField; - - private bool votingResumeFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string QuestionName { - get { - return this.questionNameField; - } - set { - this.questionNameField = value; - this.RaisePropertyChanged("QuestionName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef DecisionsType { - get { - return this.decisionsTypeField; - } - set { - this.decisionsTypeField = value; - this.RaisePropertyChanged("DecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ProtocolExportTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType { - get { - return this.homeownersDecisionsTypeField; - } - set { - this.homeownersDecisionsTypeField = value; - this.RaisePropertyChanged("HomeownersDecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType20 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public decimal Agree { - get { - return this.agreeField; - } - set { - this.agreeField = value; - this.RaisePropertyChanged("Agree"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgreeSpecified { - get { - return this.agreeFieldSpecified; - } - set { - this.agreeFieldSpecified = value; - this.RaisePropertyChanged("AgreeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public decimal Against { - get { - return this.againstField; - } - set { - this.againstField = value; - this.RaisePropertyChanged("Against"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgainstSpecified { - get { - return this.againstFieldSpecified; - } - set { - this.againstFieldSpecified = value; - this.RaisePropertyChanged("AgainstSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public decimal Abstent { - get { - return this.abstentField; - } - set { - this.abstentField = value; - this.RaisePropertyChanged("Abstent"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AbstentSpecified { - get { - return this.abstentFieldSpecified; - } - set { - this.abstentFieldSpecified = value; - this.RaisePropertyChanged("AbstentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public nsiRef FormingFund { - get { - return this.formingFundField; - } - set { - this.formingFundField = value; - this.RaisePropertyChanged("FormingFund"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public nsiRef ManagementType { - get { - return this.managementTypeField; - } - set { - this.managementTypeField = value; - this.RaisePropertyChanged("ManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public AdminOfGeneralMeetingType AdminOfGeneralMeeting { - get { - return this.adminOfGeneralMeetingField; - } - set { - this.adminOfGeneralMeetingField = value; - this.RaisePropertyChanged("AdminOfGeneralMeeting"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public ProtocolExportTypeDecisionListVotingResume votingResume { - get { - return this.votingResumeField; - } - set { - this.votingResumeField = value; - this.RaisePropertyChanged("votingResume"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool votingResumeSpecified { - get { - return this.votingResumeFieldSpecified; - } - set { - this.votingResumeFieldSpecified = value; - this.RaisePropertyChanged("votingResumeSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolExportTypeDecisionListHomeownersDecisionsType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType20 { - - /// - CharterContained, - - /// - CharterNotContained, - } - - /// - [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/house-management/")] - public partial class AdminOfGeneralMeetingType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CitizenAdministator", typeof(AdminOfGeneralMeetingTypeCitizenAdministator), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LegalEntityAdministrator", typeof(RegOrgRootAndVersionType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AdminOfGeneralMeetingTypeCitizenAdministator : object, System.ComponentModel.INotifyPropertyChanged { - - private VotingInitiatorIndType indField; - - private string fIASHouseGuidField; - - private string placeAddressField; - - private string[] phoneField; - - private string[] emailField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public VotingInitiatorIndType Ind { - get { - return this.indField; - } - set { - this.indField = value; - this.RaisePropertyChanged("Ind"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PlaceAddress { - get { - return this.placeAddressField; - } - set { - this.placeAddressField = value; - this.RaisePropertyChanged("PlaceAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Phone", Order=3)] - public string[] Phone { - get { - return this.phoneField; - } - set { - this.phoneField = value; - this.RaisePropertyChanged("Phone"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Email", Order=4)] - public string[] Email { - get { - return this.emailField; - } - set { - this.emailField = value; - this.RaisePropertyChanged("Email"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ProtocolExportTypeDecisionListVotingResume { - - /// - M, - - /// - N, - } - - /// - [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/house-management/")] - public partial class exportVotingProtocolResultType : ProtocolExportType { - - private exportVotingProtocolResultTypeStatusProtocol statusProtocolField; - - private string votingProtocolGUIDField; - - private string rootProtocolGUIDField; - - private exportVotingProtocolResultTypeStatusVersionProtocol statusVersionProtocolField; - - private int versionNumberField; - - private System.DateTime versionDateModificationField; - - private bool versionDateModificationFieldSpecified; - - private System.DateTime versionDatePlacementField; - - private bool versionDatePlacementFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportVotingProtocolResultTypeStatusProtocol StatusProtocol { - get { - return this.statusProtocolField; - } - set { - this.statusProtocolField = value; - this.RaisePropertyChanged("StatusProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string VotingProtocolGUID { - get { - return this.votingProtocolGUIDField; - } - set { - this.votingProtocolGUIDField = value; - this.RaisePropertyChanged("VotingProtocolGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string RootProtocolGUID { - get { - return this.rootProtocolGUIDField; - } - set { - this.rootProtocolGUIDField = value; - this.RaisePropertyChanged("RootProtocolGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public exportVotingProtocolResultTypeStatusVersionProtocol StatusVersionProtocol { - get { - return this.statusVersionProtocolField; - } - set { - this.statusVersionProtocolField = value; - this.RaisePropertyChanged("StatusVersionProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public int VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime VersionDateModification { - get { - return this.versionDateModificationField; - } - set { - this.versionDateModificationField = value; - this.RaisePropertyChanged("VersionDateModification"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VersionDateModificationSpecified { - get { - return this.versionDateModificationFieldSpecified; - } - set { - this.versionDateModificationFieldSpecified = value; - this.RaisePropertyChanged("VersionDateModificationSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=6)] - public System.DateTime VersionDatePlacement { - get { - return this.versionDatePlacementField; - } - set { - this.versionDatePlacementField = value; - this.RaisePropertyChanged("VersionDatePlacement"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VersionDatePlacementSpecified { - get { - return this.versionDatePlacementFieldSpecified; - } - set { - this.versionDatePlacementFieldSpecified = value; - this.RaisePropertyChanged("VersionDatePlacementSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportVotingProtocolResultTypeStatusProtocol { - - /// - Created, - - /// - Posted, - - /// - Edited, - - /// - Annuled, - - /// - PostedFromAnotherSystem, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportVotingProtocolResultTypeStatusVersionProtocol { - - /// - Created, - - /// - Posted, - - /// - Edited, - - /// - Annuled, - - /// - PostedFromAnotherSystem, - } - - /// - [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/house-management/")] - public partial class ExternalVotingProtocolType : object, System.ComponentModel.INotifyPropertyChanged { - - private string protocolNumField; - - private System.DateTime protocolDateField; - - private ExternalVotingProtocolTypeMeetingEligibility meetingEligibilityField; - - private ExternalVotingProtocolTypeDecisionList[] decisionListField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ProtocolNum { - get { - return this.protocolNumField; - } - set { - this.protocolNumField = value; - this.RaisePropertyChanged("ProtocolNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime ProtocolDate { - get { - return this.protocolDateField; - } - set { - this.protocolDateField = value; - this.RaisePropertyChanged("ProtocolDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ExternalVotingProtocolTypeMeetingEligibility MeetingEligibility { - get { - return this.meetingEligibilityField; - } - set { - this.meetingEligibilityField = value; - this.RaisePropertyChanged("MeetingEligibility"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=3)] - public ExternalVotingProtocolTypeDecisionList[] DecisionList { - get { - return this.decisionListField; - } - set { - this.decisionListField = value; - this.RaisePropertyChanged("DecisionList"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=4)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExternalVotingProtocolTypeMeetingEligibility { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExternalVotingProtocolTypeDecisionList : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private decimal agreeField; - - private bool agreeFieldSpecified; - - private decimal againstField; - - private bool againstFieldSpecified; - - private decimal abstentField; - - private bool abstentFieldSpecified; - - private ExternalVotingProtocolTypeDecisionListVotingResume votingResumeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Agree { - get { - return this.agreeField; - } - set { - this.agreeField = value; - this.RaisePropertyChanged("Agree"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgreeSpecified { - get { - return this.agreeFieldSpecified; - } - set { - this.agreeFieldSpecified = value; - this.RaisePropertyChanged("AgreeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal Against { - get { - return this.againstField; - } - set { - this.againstField = value; - this.RaisePropertyChanged("Against"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgainstSpecified { - get { - return this.againstFieldSpecified; - } - set { - this.againstFieldSpecified = value; - this.RaisePropertyChanged("AgainstSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal Abstent { - get { - return this.abstentField; - } - set { - this.abstentField = value; - this.RaisePropertyChanged("Abstent"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AbstentSpecified { - get { - return this.abstentFieldSpecified; - } - set { - this.abstentFieldSpecified = value; - this.RaisePropertyChanged("AbstentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ExternalVotingProtocolTypeDecisionListVotingResume VotingResume { - get { - return this.votingResumeField; - } - set { - this.votingResumeField = value; - this.RaisePropertyChanged("VotingResume"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExternalVotingProtocolTypeDecisionListVotingResume { - - /// - M, - - /// - N, - } - - /// - [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/house-management/")] - public partial class AnnulmentProtocolType : object, System.ComponentModel.INotifyPropertyChanged { - - private string modificationField; - - private object itemField; - - private System.DateTime annulmentDateField; - - private bool annulmentDateFieldSpecified; - - private string annulmentNumberField; - - private nsiRef nSIModificationField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Modification { - get { - return this.modificationField; - } - set { - this.modificationField = value; - this.RaisePropertyChanged("Modification"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnulmentOrganization", typeof(RegOrgType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("AnnulmentOrganizationText", typeof(string), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime AnnulmentDate { - get { - return this.annulmentDateField; - } - set { - this.annulmentDateField = value; - this.RaisePropertyChanged("AnnulmentDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AnnulmentDateSpecified { - get { - return this.annulmentDateFieldSpecified; - } - set { - this.annulmentDateFieldSpecified = value; - this.RaisePropertyChanged("AnnulmentDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AnnulmentNumber { - get { - return this.annulmentNumberField; - } - set { - this.annulmentNumberField = value; - this.RaisePropertyChanged("AnnulmentNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef NSIModification { - get { - return this.nSIModificationField; - } - set { - this.nSIModificationField = value; - this.RaisePropertyChanged("NSIModification"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(exportVotingMessageResultType))] - [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/house-management/")] - public partial class MessageExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] fIASHouseGUIDField; - - private RegOrgType organizationGuidField; - - private string messageNumField; - - private System.DateTime messageDateField; - - private bool itemField; - - private ItemChoiceType18 itemElementNameField; - - private object item1Field; - - private MeetingTypeType meetingTypeField; - - private VoteInitiators[] voteInitiatorsField; - - private MessageExportTypeDecisionList[] decisionListField; - - private string modificationReasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGUID", Order=0)] - public string[] FIASHouseGUID { - get { - return this.fIASHouseGUIDField; - } - set { - this.fIASHouseGUIDField = value; - this.RaisePropertyChanged("FIASHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public RegOrgType OrganizationGuid { - get { - return this.organizationGuidField; - } - set { - this.organizationGuidField = value; - this.RaisePropertyChanged("OrganizationGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MessageNum { - get { - return this.messageNumField; - } - set { - this.messageNumField = value; - this.RaisePropertyChanged("MessageNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime MessageDate { - get { - return this.messageDateField; - } - set { - this.messageDateField = value; - this.RaisePropertyChanged("MessageDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType18 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(MessageExportTypeAVoting), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(MessageExportTypeEVoting), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(MessageExportTypeMeeting), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(MessageExportTypeMeetingAVoting), Order=6)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public MeetingTypeType MeetingType { - get { - return this.meetingTypeField; - } - set { - this.meetingTypeField = value; - this.RaisePropertyChanged("MeetingType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] - public VoteInitiators[] VoteInitiators { - get { - return this.voteInitiatorsField; - } - set { - this.voteInitiatorsField = value; - this.RaisePropertyChanged("VoteInitiators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=9)] - public MessageExportTypeDecisionList[] DecisionList { - get { - return this.decisionListField; - } - set { - this.decisionListField = value; - this.RaisePropertyChanged("DecisionList"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public string ModificationReason { - get { - return this.modificationReasonField; - } - set { - this.modificationReasonField = value; - this.RaisePropertyChanged("ModificationReason"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType18 { - - /// - AnnualVoting, - - /// - ExtraVoting, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageExportTypeAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startMakingDecisionDateField; - - private System.DateTime endMakingDecisionDateField; - - private string resolutionPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageExportTypeEVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime eVotingDateBeginField; - - private System.DateTime eVotingDateEndField; - - private string disciplineField; - - private string infoReviewField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private bool firstVotingField; - - private bool firstVotingFieldSpecified; - - private AdminOfGeneralMeetingType adminOfGeneralMeetingField; - - private string adminAddressField; - - private Attachments[] attachmentsField; - - public MessageExportTypeEVoting() { - this.firstVotingField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EVotingDateBegin { - get { - return this.eVotingDateBeginField; - } - set { - this.eVotingDateBeginField = value; - this.RaisePropertyChanged("EVotingDateBegin"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EVotingDateEnd { - get { - return this.eVotingDateEndField; - } - set { - this.eVotingDateEndField = value; - this.RaisePropertyChanged("EVotingDateEnd"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Discipline { - get { - return this.disciplineField; - } - set { - this.disciplineField = value; - this.RaisePropertyChanged("Discipline"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string InfoReview { - get { - return this.infoReviewField; - } - set { - this.infoReviewField = value; - this.RaisePropertyChanged("InfoReview"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool FirstVoting { - get { - return this.firstVotingField; - } - set { - this.firstVotingField = value; - this.RaisePropertyChanged("FirstVoting"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FirstVotingSpecified { - get { - return this.firstVotingFieldSpecified; - } - set { - this.firstVotingFieldSpecified = value; - this.RaisePropertyChanged("FirstVotingSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public AdminOfGeneralMeetingType AdminOfGeneralMeeting { - get { - return this.adminOfGeneralMeetingField; - } - set { - this.adminOfGeneralMeetingField = value; - this.RaisePropertyChanged("AdminOfGeneralMeeting"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string AdminAddress { - get { - return this.adminAddressField; - } - set { - this.adminAddressField = value; - this.RaisePropertyChanged("AdminAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=8)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageExportTypeMeeting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime meetingDateField; - - private string votingPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=2)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageExportTypeMeetingAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startMakingDecisionDateField; - - private System.DateTime endMakingDecisionDateField; - - private string resolutionPlaceField; - - private System.DateTime meetingDateField; - - private string votingPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class VoteInitiators : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(VotingInitiatorIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgRootAndVersionType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageExportTypeDecisionList : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private string questionNameField; - - private nsiRef decisionsTypeField; - - private MessageExportTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; - - private bool itemField; - - private ItemChoiceType19 itemElementNameField; - - private nsiRef formingFundField; - - private nsiRef managementTypeField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private AdminOfGeneralMeetingType adminOfGeneralMeetingField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string QuestionName { - get { - return this.questionNameField; - } - set { - this.questionNameField = value; - this.RaisePropertyChanged("QuestionName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef DecisionsType { - get { - return this.decisionsTypeField; - } - set { - this.decisionsTypeField = value; - this.RaisePropertyChanged("DecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public MessageExportTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType { - get { - return this.homeownersDecisionsTypeField; - } - set { - this.homeownersDecisionsTypeField = value; - this.RaisePropertyChanged("HomeownersDecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType19 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public nsiRef FormingFund { - get { - return this.formingFundField; - } - set { - this.formingFundField = value; - this.RaisePropertyChanged("FormingFund"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef ManagementType { - get { - return this.managementTypeField; - } - set { - this.managementTypeField = value; - this.RaisePropertyChanged("ManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public AdminOfGeneralMeetingType AdminOfGeneralMeeting { - get { - return this.adminOfGeneralMeetingField; - } - set { - this.adminOfGeneralMeetingField = value; - this.RaisePropertyChanged("AdminOfGeneralMeeting"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageExportTypeDecisionListHomeownersDecisionsType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType19 { - - /// - CharterContained, - - /// - CharterNotContained, - } - - /// - [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/house-management/")] - public partial class exportVotingMessageResultType : MessageExportType { - - private string messageGUIDField; - - private MessageStatusType messageStatusField; - - private System.DateTime publishDateField; - - private System.DateTime modificationDateField; - - private bool modificationDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public MessageStatusType MessageStatus { - get { - return this.messageStatusField; - } - set { - this.messageStatusField = value; - this.RaisePropertyChanged("MessageStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime PublishDate { - get { - return this.publishDateField; - } - set { - this.publishDateField = value; - this.RaisePropertyChanged("PublishDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ModificationDateSpecified { - get { - return this.modificationDateFieldSpecified; - } - set { - this.modificationDateFieldSpecified = value; - this.RaisePropertyChanged("ModificationDateSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MessageStatusType { - - /// - Posted, - - /// - Goes, - - /// - Finished, - - /// - MeetingCancelled, - - /// - Cancelled, - } - - /// - [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/house-management/")] - public partial class MessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGUIDField; - - private RegOrgType organizationGuidField; - - private string messageNumField; - - private System.DateTime messageDateField; - - private bool messageDateFieldSpecified; - - private bool itemField; - - private ItemChoiceType16 itemElementNameField; - - private object item1Field; - - private MeetingTypeType meetingTypeField; - - private VoteInitiators[] voteInitiatorsField; - - private MessageTypeDecisionList[] decisionListField; - - private string modificationReasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGUID { - get { - return this.fIASHouseGUIDField; - } - set { - this.fIASHouseGUIDField = value; - this.RaisePropertyChanged("FIASHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public RegOrgType OrganizationGuid { - get { - return this.organizationGuidField; - } - set { - this.organizationGuidField = value; - this.RaisePropertyChanged("OrganizationGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string MessageNum { - get { - return this.messageNumField; - } - set { - this.messageNumField = value; - this.RaisePropertyChanged("MessageNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime MessageDate { - get { - return this.messageDateField; - } - set { - this.messageDateField = value; - this.RaisePropertyChanged("MessageDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MessageDateSpecified { - get { - return this.messageDateFieldSpecified; - } - set { - this.messageDateFieldSpecified = value; - this.RaisePropertyChanged("MessageDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType16 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(MessageTypeAVoting), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(MessageTypeEVoting), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(MessageTypeMeeting), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(MessageTypeMeetingAVoting), Order=6)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public MeetingTypeType MeetingType { - get { - return this.meetingTypeField; - } - set { - this.meetingTypeField = value; - this.RaisePropertyChanged("MeetingType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] - public VoteInitiators[] VoteInitiators { - get { - return this.voteInitiatorsField; - } - set { - this.voteInitiatorsField = value; - this.RaisePropertyChanged("VoteInitiators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=9)] - public MessageTypeDecisionList[] DecisionList { - get { - return this.decisionListField; - } - set { - this.decisionListField = value; - this.RaisePropertyChanged("DecisionList"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public string ModificationReason { - get { - return this.modificationReasonField; - } - set { - this.modificationReasonField = value; - this.RaisePropertyChanged("ModificationReason"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType16 { - - /// - AnnualVoting, - - /// - ExtraVoting, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageTypeAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startMakingDecisionDateField; - - private System.DateTime endMakingDecisionDateField; - - private string resolutionPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageTypeEVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime eVotingDateBeginField; - - private System.DateTime eVotingDateEndField; - - private string disciplineField; - - private string infoReviewField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private bool firstVotingField; - - private bool firstVotingFieldSpecified; - - private AdminOfGeneralMeetingType adminOfGeneralMeetingField; - - private string adminAddressField; - - private Attachments[] attachmentsField; - - public MessageTypeEVoting() { - this.firstVotingField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EVotingDateBegin { - get { - return this.eVotingDateBeginField; - } - set { - this.eVotingDateBeginField = value; - this.RaisePropertyChanged("EVotingDateBegin"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EVotingDateEnd { - get { - return this.eVotingDateEndField; - } - set { - this.eVotingDateEndField = value; - this.RaisePropertyChanged("EVotingDateEnd"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Discipline { - get { - return this.disciplineField; - } - set { - this.disciplineField = value; - this.RaisePropertyChanged("Discipline"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string InfoReview { - get { - return this.infoReviewField; - } - set { - this.infoReviewField = value; - this.RaisePropertyChanged("InfoReview"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool FirstVoting { - get { - return this.firstVotingField; - } - set { - this.firstVotingField = value; - this.RaisePropertyChanged("FirstVoting"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FirstVotingSpecified { - get { - return this.firstVotingFieldSpecified; - } - set { - this.firstVotingFieldSpecified = value; - this.RaisePropertyChanged("FirstVotingSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public AdminOfGeneralMeetingType AdminOfGeneralMeeting { - get { - return this.adminOfGeneralMeetingField; - } - set { - this.adminOfGeneralMeetingField = value; - this.RaisePropertyChanged("AdminOfGeneralMeeting"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string AdminAddress { - get { - return this.adminAddressField; - } - set { - this.adminAddressField = value; - this.RaisePropertyChanged("AdminAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=8)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageTypeMeeting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime meetingDateField; - - private string votingPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=2)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageTypeMeetingAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startMakingDecisionDateField; - - private System.DateTime endMakingDecisionDateField; - - private string resolutionPlaceField; - - private System.DateTime meetingDateField; - - private string votingPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageTypeDecisionList : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private string questionNameField; - - private nsiRef decisionsTypeField; - - private MessageTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; - - private bool itemField; - - private ItemChoiceType17 itemElementNameField; - - private nsiRef formingFundField; - - private nsiRef managementTypeField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private AdminOfGeneralMeetingType adminOfGeneralMeetingField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string QuestionName { - get { - return this.questionNameField; - } - set { - this.questionNameField = value; - this.RaisePropertyChanged("QuestionName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef DecisionsType { - get { - return this.decisionsTypeField; - } - set { - this.decisionsTypeField = value; - this.RaisePropertyChanged("DecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public MessageTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType { - get { - return this.homeownersDecisionsTypeField; - } - set { - this.homeownersDecisionsTypeField = value; - this.RaisePropertyChanged("HomeownersDecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType17 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public nsiRef FormingFund { - get { - return this.formingFundField; - } - set { - this.formingFundField = value; - this.RaisePropertyChanged("FormingFund"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef ManagementType { - get { - return this.managementTypeField; - } - set { - this.managementTypeField = value; - this.RaisePropertyChanged("ManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public AdminOfGeneralMeetingType AdminOfGeneralMeeting { - get { - return this.adminOfGeneralMeetingField; - } - set { - this.adminOfGeneralMeetingField = value; - this.RaisePropertyChanged("AdminOfGeneralMeeting"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MessageTypeDecisionListHomeownersDecisionsType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType17 { - - /// - CharterContained, - - /// - CharterNotContained, - } - - /// - [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/house-management/")] - public partial class ProtocolType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private RegOrgType organizationGuidField; - - private string protocolNumField; - - private System.DateTime protocolDateField; - - private object itemField; - - private MeetingTypeType meetingTypeField; - - private bool meetingTypeFieldSpecified; - - private bool item1Field; - - private Item1ChoiceType8 item1ElementNameField; - - private VoteInitiators[] voteInitiatorsField; - - private ProtocolTypeMeetingEligibility meetingEligibilityField; - - private ProtocolTypeDecisionList[] decisionListField; - - private string modificationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public RegOrgType OrganizationGuid { - get { - return this.organizationGuidField; - } - set { - this.organizationGuidField = value; - this.RaisePropertyChanged("OrganizationGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ProtocolNum { - get { - return this.protocolNumField; - } - set { - this.protocolNumField = value; - this.RaisePropertyChanged("ProtocolNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime ProtocolDate { - get { - return this.protocolDateField; - } - set { - this.protocolDateField = value; - this.RaisePropertyChanged("ProtocolDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AVoting", typeof(ProtocolTypeAVoting), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("EVoting", typeof(ProtocolTypeEVoting), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("Meeting", typeof(ProtocolTypeMeeting), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("MeetingAVoting", typeof(ProtocolTypeMeetingAVoting), Order=4)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public MeetingTypeType MeetingType { - get { - return this.meetingTypeField; - } - set { - this.meetingTypeField = value; - this.RaisePropertyChanged("MeetingType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeetingTypeSpecified { - get { - return this.meetingTypeFieldSpecified; - } - set { - this.meetingTypeFieldSpecified = value; - this.RaisePropertyChanged("MeetingTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnualVoting", typeof(bool), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("ExtraVoting", typeof(bool), Order=6)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType8 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VoteInitiators", Order=8)] - public VoteInitiators[] VoteInitiators { - get { - return this.voteInitiatorsField; - } - set { - this.voteInitiatorsField = value; - this.RaisePropertyChanged("VoteInitiators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public ProtocolTypeMeetingEligibility MeetingEligibility { - get { - return this.meetingEligibilityField; - } - set { - this.meetingEligibilityField = value; - this.RaisePropertyChanged("MeetingEligibility"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DecisionList", Order=10)] - public ProtocolTypeDecisionList[] DecisionList { - get { - return this.decisionListField; - } - set { - this.decisionListField = value; - this.RaisePropertyChanged("DecisionList"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public string Modification { - get { - return this.modificationField; - } - set { - this.modificationField = value; - this.RaisePropertyChanged("Modification"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolTypeAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime startMakingDecisionDateField; - - private bool startMakingDecisionDateFieldSpecified; - - private System.DateTime endMakingDecisionDateField; - - private bool endMakingDecisionDateFieldSpecified; - - private string resolutionPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StartMakingDecisionDateSpecified { - get { - return this.startMakingDecisionDateFieldSpecified; - } - set { - this.startMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("StartMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndMakingDecisionDateSpecified { - get { - return this.endMakingDecisionDateFieldSpecified; - } - set { - this.endMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("EndMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=3)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolTypeEVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime eVotingDateBeginField; - - private System.DateTime eVotingDateEndField; - - private string disciplineField; - - private string infoReviewField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime EVotingDateBegin { - get { - return this.eVotingDateBeginField; - } - set { - this.eVotingDateBeginField = value; - this.RaisePropertyChanged("EVotingDateBegin"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime EVotingDateEnd { - get { - return this.eVotingDateEndField; - } - set { - this.eVotingDateEndField = value; - this.RaisePropertyChanged("EVotingDateEnd"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Discipline { - get { - return this.disciplineField; - } - set { - this.disciplineField = value; - this.RaisePropertyChanged("Discipline"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string InfoReview { - get { - return this.infoReviewField; - } - set { - this.infoReviewField = value; - this.RaisePropertyChanged("InfoReview"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=4)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolTypeMeeting : VoitingType { - - private System.DateTime meetingDateField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=1)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolTypeMeetingAVoting : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime meetingDateField; - - private string votingPlaceField; - - private System.DateTime startMakingDecisionDateField; - - private bool startMakingDecisionDateFieldSpecified; - - private System.DateTime endMakingDecisionDateField; - - private bool endMakingDecisionDateFieldSpecified; - - private string resolutionPlaceField; - - private Attachments[] attachmentsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime MeetingDate { - get { - return this.meetingDateField; - } - set { - this.meetingDateField = value; - this.RaisePropertyChanged("MeetingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string VotingPlace { - get { - return this.votingPlaceField; - } - set { - this.votingPlaceField = value; - this.RaisePropertyChanged("VotingPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime StartMakingDecisionDate { - get { - return this.startMakingDecisionDateField; - } - set { - this.startMakingDecisionDateField = value; - this.RaisePropertyChanged("StartMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StartMakingDecisionDateSpecified { - get { - return this.startMakingDecisionDateFieldSpecified; - } - set { - this.startMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("StartMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime EndMakingDecisionDate { - get { - return this.endMakingDecisionDateField; - } - set { - this.endMakingDecisionDateField = value; - this.RaisePropertyChanged("EndMakingDecisionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndMakingDecisionDateSpecified { - get { - return this.endMakingDecisionDateFieldSpecified; - } - set { - this.endMakingDecisionDateFieldSpecified = value; - this.RaisePropertyChanged("EndMakingDecisionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string ResolutionPlace { - get { - return this.resolutionPlaceField; - } - set { - this.resolutionPlaceField = value; - this.RaisePropertyChanged("ResolutionPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] - public Attachments[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType8 { - - /// - AnnualVoting, - - /// - ExtraVoting, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ProtocolTypeMeetingEligibility { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolTypeDecisionList : object, System.ComponentModel.INotifyPropertyChanged { - - private string questionNumberField; - - private string questionNameField; - - private nsiRef decisionsTypeField; - - private ProtocolTypeDecisionListHomeownersDecisionsType homeownersDecisionsTypeField; - - private bool itemField; - - private ItemChoiceType14 itemElementNameField; - - private decimal agreeField; - - private bool agreeFieldSpecified; - - private decimal againstField; - - private bool againstFieldSpecified; - - private decimal abstentField; - - private bool abstentFieldSpecified; - - private nsiRef formingFundField; - - private nsiRef managementTypeField; - - private VotingSystemDetailsType votingSystemDetailsField; - - private AdminOfGeneralMeetingType adminOfGeneralMeetingField; - - private ProtocolTypeDecisionListVotingResume votingResumeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=0)] - public string QuestionNumber { - get { - return this.questionNumberField; - } - set { - this.questionNumberField = value; - this.RaisePropertyChanged("QuestionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string QuestionName { - get { - return this.questionNameField; - } - set { - this.questionNameField = value; - this.RaisePropertyChanged("QuestionName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef DecisionsType { - get { - return this.decisionsTypeField; - } - set { - this.decisionsTypeField = value; - this.RaisePropertyChanged("DecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public ProtocolTypeDecisionListHomeownersDecisionsType HomeownersDecisionsType { - get { - return this.homeownersDecisionsTypeField; - } - set { - this.homeownersDecisionsTypeField = value; - this.RaisePropertyChanged("HomeownersDecisionsType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("CharterNotContained", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType14 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public decimal Agree { - get { - return this.agreeField; - } - set { - this.agreeField = value; - this.RaisePropertyChanged("Agree"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgreeSpecified { - get { - return this.agreeFieldSpecified; - } - set { - this.agreeFieldSpecified = value; - this.RaisePropertyChanged("AgreeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public decimal Against { - get { - return this.againstField; - } - set { - this.againstField = value; - this.RaisePropertyChanged("Against"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgainstSpecified { - get { - return this.againstFieldSpecified; - } - set { - this.againstFieldSpecified = value; - this.RaisePropertyChanged("AgainstSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public decimal Abstent { - get { - return this.abstentField; - } - set { - this.abstentField = value; - this.RaisePropertyChanged("Abstent"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AbstentSpecified { - get { - return this.abstentFieldSpecified; - } - set { - this.abstentFieldSpecified = value; - this.RaisePropertyChanged("AbstentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public nsiRef FormingFund { - get { - return this.formingFundField; - } - set { - this.formingFundField = value; - this.RaisePropertyChanged("FormingFund"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public nsiRef ManagementType { - get { - return this.managementTypeField; - } - set { - this.managementTypeField = value; - this.RaisePropertyChanged("ManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public VotingSystemDetailsType VotingSystemDetails { - get { - return this.votingSystemDetailsField; - } - set { - this.votingSystemDetailsField = value; - this.RaisePropertyChanged("VotingSystemDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public AdminOfGeneralMeetingType AdminOfGeneralMeeting { - get { - return this.adminOfGeneralMeetingField; - } - set { - this.adminOfGeneralMeetingField = value; - this.RaisePropertyChanged("AdminOfGeneralMeeting"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public ProtocolTypeDecisionListVotingResume votingResume { - get { - return this.votingResumeField; - } - set { - this.votingResumeField = value; - this.RaisePropertyChanged("votingResume"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ProtocolTypeDecisionListHomeownersDecisionsType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType14 { - - /// - CharterContained, - - /// - CharterNotContained, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ProtocolTypeDecisionListVotingResume { - - /// - M, - - /// - N, - } - - /// - [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/house-management/")] - public partial class ContractType : object, System.ComponentModel.INotifyPropertyChanged { - - private string docNumField; - - private System.DateTime signingDateField; - - private System.DateTime effectiveDateField; - - private System.DateTime planDateComptetionField; - - private ContractTypeValidity validityField; - - private object itemField; - - private ItemChoiceType13 itemElementNameField; - - private ContractTypeProtocol protocolField; - - private nsiRef contractBaseField; - - private DateDetailsType dateDetailsField; - - private AttachmentType[] contractAttachmentField; - - private ContractTypeAgreementAttachment[] agreementAttachmentField; - - private AttachmentType[] signedOwnersField; - - private AttachmentType[] commissioningPermitAgreementField; - - private AttachmentType[] charterField; - - private AttachmentType[] localGovernmentDecisionField; - - private string registryDecisionIDField; - - private bool automaticRollOverOneYearField; - - private bool automaticRollOverOneYearFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string DocNum { - get { - return this.docNumField; - } - set { - this.docNumField = value; - this.RaisePropertyChanged("DocNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime PlanDateComptetion { - get { - return this.planDateComptetionField; - } - set { - this.planDateComptetionField = value; - this.RaisePropertyChanged("PlanDateComptetion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ContractTypeValidity Validity { - get { - return this.validityField; - } - set { - this.validityField = value; - this.RaisePropertyChanged("Validity"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("BuildingOwner", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("CompetentAuthority", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("Cooperative", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalHousing", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("Owners", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType13 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public ContractTypeProtocol Protocol { - get { - return this.protocolField; - } - set { - this.protocolField = value; - this.RaisePropertyChanged("Protocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public nsiRef ContractBase { - get { - return this.contractBaseField; - } - set { - this.contractBaseField = value; - this.RaisePropertyChanged("ContractBase"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public DateDetailsType DateDetails { - get { - return this.dateDetailsField; - } - set { - this.dateDetailsField = value; - this.RaisePropertyChanged("DateDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AgreementAttachment", Order=11)] - public ContractTypeAgreementAttachment[] AgreementAttachment { - get { - return this.agreementAttachmentField; - } - set { - this.agreementAttachmentField = value; - this.RaisePropertyChanged("AgreementAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("SignedOwners", Order=12)] - public AttachmentType[] SignedOwners { - get { - return this.signedOwnersField; - } - set { - this.signedOwnersField = value; - this.RaisePropertyChanged("SignedOwners"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CommissioningPermitAgreement", Order=13)] - public AttachmentType[] CommissioningPermitAgreement { - get { - return this.commissioningPermitAgreementField; - } - set { - this.commissioningPermitAgreementField = value; - this.RaisePropertyChanged("CommissioningPermitAgreement"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Charter", Order=14)] - public AttachmentType[] Charter { - get { - return this.charterField; - } - set { - this.charterField = value; - this.RaisePropertyChanged("Charter"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LocalGovernmentDecision", Order=15)] - public AttachmentType[] LocalGovernmentDecision { - get { - return this.localGovernmentDecisionField; - } - set { - this.localGovernmentDecisionField = value; - this.RaisePropertyChanged("LocalGovernmentDecision"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=16)] - public string RegistryDecisionID { - get { - return this.registryDecisionIDField; - } - set { - this.registryDecisionIDField = value; - this.RaisePropertyChanged("RegistryDecisionID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=17)] - public bool AutomaticRollOverOneYear { - get { - return this.automaticRollOverOneYearField; - } - set { - this.automaticRollOverOneYearField = value; - this.RaisePropertyChanged("AutomaticRollOverOneYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AutomaticRollOverOneYearSpecified { - get { - return this.automaticRollOverOneYearFieldSpecified; - } - set { - this.automaticRollOverOneYearFieldSpecified = value; - this.RaisePropertyChanged("AutomaticRollOverOneYearSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractTypeValidity : object, System.ComponentModel.INotifyPropertyChanged { - - private string monthField; - - private string yearField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Month { - get { - return this.monthField; - } - set { - this.monthField = value; - this.RaisePropertyChanged("Month"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string Year { - get { - return this.yearField; - } - set { - this.yearField = value; - this.RaisePropertyChanged("Year"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType13 { - - /// - BuildingOwner, - - /// - CompetentAuthority, - - /// - Cooperative, - - /// - MunicipalHousing, - - /// - Owners, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractTypeProtocol : object, System.ComponentModel.INotifyPropertyChanged { - - private ContractTypeProtocolProtocolAdd protocolAddField; - - private string[] votingProtocolGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ContractTypeProtocolProtocolAdd ProtocolAdd { - get { - return this.protocolAddField; - } - set { - this.protocolAddField = value; - this.RaisePropertyChanged("ProtocolAdd"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] - public string[] VotingProtocolGUID { - get { - return this.votingProtocolGUIDField; - } - set { - this.votingProtocolGUIDField = value; - this.RaisePropertyChanged("VotingProtocolGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractTypeProtocolProtocolAdd : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType20[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolBuildingOwner", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingBoard", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolOK", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PurchaseNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType20[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType20 { - - /// - ProtocolBuildingOwner, - - /// - ProtocolMeetingBoard, - - /// - ProtocolMeetingOwners, - - /// - ProtocolOK, - - /// - PurchaseNumber, - } - - /// - [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/house-management/")] - public partial class DateDetailsType : object, System.ComponentModel.INotifyPropertyChanged { - - private DateDetailsTypePeriodMetering periodMeteringField; - - private DateDetailsTypePaymentDocumentInterval paymentDocumentIntervalField; - - private DateDetailsTypePaymentInterval paymentIntervalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DateDetailsTypePeriodMetering PeriodMetering { - get { - return this.periodMeteringField; - } - set { - this.periodMeteringField = value; - this.RaisePropertyChanged("PeriodMetering"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DateDetailsTypePaymentDocumentInterval PaymentDocumentInterval { - get { - return this.paymentDocumentIntervalField; - } - set { - this.paymentDocumentIntervalField = value; - this.RaisePropertyChanged("PaymentDocumentInterval"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public DateDetailsTypePaymentInterval PaymentInterval { - get { - return this.paymentIntervalField; - } - set { - this.paymentIntervalField = value; - this.RaisePropertyChanged("PaymentInterval"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DateDetailsTypePeriodMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private DeviceMeteringsDaySelectionType startDateField; - - private DeviceMeteringsDaySelectionType endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DeviceMeteringsDaySelectionType StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DeviceMeteringsDaySelectionType EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - 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/house-management/")] - public partial class DeviceMeteringsDaySelectionType : DaySelectionType { - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(DeviceMeteringsDaySelectionType))] - [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/house-management/")] - public partial class DaySelectionType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool isNextMonthField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Date", typeof(sbyte), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsNextMonth { - get { - return this.isNextMonthField; - } - set { - this.isNextMonthField = value; - this.RaisePropertyChanged("IsNextMonth"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DateDetailsTypePaymentDocumentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType4 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType4 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType4 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DateDetailsTypePaymentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType5 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType5 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType5 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractTypeAgreementAttachment : AttachmentType { - - private ImprintAgreementType imprintAgreementField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ImprintAgreementType ImprintAgreement { - get { - return this.imprintAgreementField; - } - set { - this.imprintAgreementField = value; - this.RaisePropertyChanged("ImprintAgreement"); - } - } - } - - /// - [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/house-management/")] - public partial class ImprintAgreementType : object, System.ComponentModel.INotifyPropertyChanged { - - private string agreementNumberField; - - private System.DateTime agreementDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AgreementNumber { - get { - return this.agreementNumberField; - } - set { - this.agreementNumberField = value; - this.RaisePropertyChanged("AgreementNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime AgreementDate { - get { - return this.agreementDateField; - } - set { - this.agreementDateField = value; - this.RaisePropertyChanged("AgreementDate"); - } - } - - 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/house-management/")] - public partial class CharterType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private CharterDateDetailsType dateDetailsField; - - private CharterTypeMeetingProtocol meetingProtocolField; - - private bool noCharterApproveProtocolField; - - private bool noCharterApproveProtocolFieldSpecified; - - private AttachmentType[] attachmentCharterField; - - private bool automaticRollOverOneYearField; - - private bool automaticRollOverOneYearFieldSpecified; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - public CharterType() { - this.noCharterApproveProtocolField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public CharterDateDetailsType DateDetails { - get { - return this.dateDetailsField; - } - set { - this.dateDetailsField = value; - this.RaisePropertyChanged("DateDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public CharterTypeMeetingProtocol MeetingProtocol { - get { - return this.meetingProtocolField; - } - set { - this.meetingProtocolField = value; - this.RaisePropertyChanged("MeetingProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool NoCharterApproveProtocol { - get { - return this.noCharterApproveProtocolField; - } - set { - this.noCharterApproveProtocolField = value; - this.RaisePropertyChanged("NoCharterApproveProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoCharterApproveProtocolSpecified { - get { - return this.noCharterApproveProtocolFieldSpecified; - } - set { - this.noCharterApproveProtocolFieldSpecified = value; - this.RaisePropertyChanged("NoCharterApproveProtocolSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AttachmentCharter", Order=4)] - public AttachmentType[] AttachmentCharter { - get { - return this.attachmentCharterField; - } - set { - this.attachmentCharterField = value; - this.RaisePropertyChanged("AttachmentCharter"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool AutomaticRollOverOneYear { - get { - return this.automaticRollOverOneYearField; - } - set { - this.automaticRollOverOneYearField = value; - this.RaisePropertyChanged("AutomaticRollOverOneYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AutomaticRollOverOneYearSpecified { - get { - return this.automaticRollOverOneYearFieldSpecified; - } - set { - this.automaticRollOverOneYearFieldSpecified = value; - this.RaisePropertyChanged("AutomaticRollOverOneYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - - 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/house-management/")] - public partial class CharterDateDetailsType : object, System.ComponentModel.INotifyPropertyChanged { - - private CharterDateDetailsTypePeriodMetering periodMeteringField; - - private CharterDateDetailsTypePaymentDocumentInterval paymentDocumentIntervalField; - - private CharterDateDetailsTypePaymentInterval paymentIntervalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CharterDateDetailsTypePeriodMetering PeriodMetering { - get { - return this.periodMeteringField; - } - set { - this.periodMeteringField = value; - this.RaisePropertyChanged("PeriodMetering"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public CharterDateDetailsTypePaymentDocumentInterval PaymentDocumentInterval { - get { - return this.paymentDocumentIntervalField; - } - set { - this.paymentDocumentIntervalField = value; - this.RaisePropertyChanged("PaymentDocumentInterval"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public CharterDateDetailsTypePaymentInterval PaymentInterval { - get { - return this.paymentIntervalField; - } - set { - this.paymentIntervalField = value; - this.RaisePropertyChanged("PaymentInterval"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterDateDetailsTypePeriodMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private DeviceMeteringsDaySelectionType startDateField; - - private DeviceMeteringsDaySelectionType endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DeviceMeteringsDaySelectionType StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DeviceMeteringsDaySelectionType EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterDateDetailsTypePaymentDocumentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType6 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType6 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType6 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterDateDetailsTypePaymentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType7 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType7 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType7 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterTypeMeetingProtocol : object, System.ComponentModel.INotifyPropertyChanged { - - private AttachmentType[] protocolMeetingOwnersField; - - private string[] votingProtocolGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", Order=0)] - public AttachmentType[] ProtocolMeetingOwners { - get { - return this.protocolMeetingOwnersField; - } - set { - this.protocolMeetingOwnersField = value; - this.RaisePropertyChanged("ProtocolMeetingOwners"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] - public string[] VotingProtocolGUID { - get { - return this.votingProtocolGUIDField; - } - set { - this.votingProtocolGUIDField = value; - this.RaisePropertyChanged("VotingProtocolGUID"); - } - } - - 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/house-management/")] - public partial class BaseServiceCharterType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentCharter", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(AttachmentType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/house-management/")] - public partial class ApprovalType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool approvalField; - - public ApprovalType() { - this.approvalField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool Approval { - get { - return this.approvalField; - } - set { - this.approvalField = value; - this.RaisePropertyChanged("Approval"); - } - } - - 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/house-management/")] - public partial class DeleteDocType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool deleteField; - - public DeleteDocType() { - this.deleteField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool Delete { - get { - return this.deleteField; - } - set { - this.deleteField = value; - this.RaisePropertyChanged("Delete"); - } - } - - 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/house-management/")] - public partial class RollOverType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool rollOverField; - - public RollOverType() { - this.rollOverField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool RollOver { - get { - return this.rollOverField; - } - set { - this.rollOverField = value; - this.RaisePropertyChanged("RollOver"); - } - } - - 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/house-management/")] - public partial class ProtocolOKType : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] protocolGUIDField; - - private AttachmentType[] attachmentProtocolField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", Order=0)] - public string[] ProtocolGUID { - get { - return this.protocolGUIDField; - } - set { - this.protocolGUIDField = value; - this.RaisePropertyChanged("ProtocolGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AttachmentProtocol", Order=1)] - public AttachmentType[] AttachmentProtocol { - get { - return this.attachmentProtocolField; - } - set { - this.attachmentProtocolField = value; - this.RaisePropertyChanged("AttachmentProtocol"); - } - } - - 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/house-management/")] - public partial class MainInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string docNumField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string DocNum { - get { - return this.docNumField; - } - set { - this.docNumField = value; - this.RaisePropertyChanged("DocNum"); - } - } - - 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(exportAccountIndividualServicesResultType))] - [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/house-management/")] - public partial class AccountIndividualServiceType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime beginDateField; - - private System.DateTime endDateField; - - private nsiRef additionalServiceField; - - private AttachmentType attachmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime BeginDate { - get { - return this.beginDateField; - } - set { - this.beginDateField = value; - this.RaisePropertyChanged("BeginDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef AdditionalService { - get { - return this.additionalServiceField; - } - set { - this.additionalServiceField = value; - this.RaisePropertyChanged("AdditionalService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public AttachmentType Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - 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/house-management/")] - public partial class exportAccountIndividualServicesResultType : AccountIndividualServiceType { - - private string accountIndividualServiceGUIDField; - - private string accountGUIDField; - - private bool isActualField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AccountIndividualServiceGUID { - get { - return this.accountIndividualServiceGUIDField; - } - set { - this.accountIndividualServiceGUIDField = value; - this.RaisePropertyChanged("AccountIndividualServiceGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - } - - /// - [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/house-management/")] - public partial class AccountUpdateType : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte livingPersonsNumberField; - - private object itemField; - - private ItemChoiceType12 itemElementNameField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private decimal residentialSquareField; - - private bool residentialSquareFieldSpecified; - - private decimal nonResidentialSquareField; - - private bool nonResidentialSquareFieldSpecified; - - private ClosedAccountAttributesType closedField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte LivingPersonsNumber { - get { - return this.livingPersonsNumberField; - } - set { - this.livingPersonsNumberField = value; - this.RaisePropertyChanged("LivingPersonsNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OwnerInd", typeof(IndType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("OwnerOrg", typeof(RegOrgType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("RenterInd", typeof(IndType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("RenterOrg", typeof(RegOrgType), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType12 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal ResidentialSquare { - get { - return this.residentialSquareField; - } - set { - this.residentialSquareField = value; - this.RaisePropertyChanged("ResidentialSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ResidentialSquareSpecified { - get { - return this.residentialSquareFieldSpecified; - } - set { - this.residentialSquareFieldSpecified = value; - this.RaisePropertyChanged("ResidentialSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public decimal NonResidentialSquare { - get { - return this.nonResidentialSquareField; - } - set { - this.nonResidentialSquareField = value; - this.RaisePropertyChanged("NonResidentialSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NonResidentialSquareSpecified { - get { - return this.nonResidentialSquareFieldSpecified; - } - set { - this.nonResidentialSquareFieldSpecified = value; - this.RaisePropertyChanged("NonResidentialSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public ClosedAccountAttributesType Closed { - get { - return this.closedField; - } - set { - this.closedField = value; - this.RaisePropertyChanged("Closed"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType12 { - - /// - OwnerInd, - - /// - OwnerOrg, - - /// - RenterInd, - - /// - RenterOrg, - } - - /// - [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/house-management/")] - public partial class ClosedAccountAttributesType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef closeReasonField; - - private System.DateTime closeDateField; - - private string descriptionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef CloseReason { - get { - return this.closeReasonField; - } - set { - this.closeReasonField = value; - this.RaisePropertyChanged("CloseReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime CloseDate { - get { - return this.closeDateField; - } - set { - this.closeDateField = value; - this.RaisePropertyChanged("CloseDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - 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/house-management/")] - public partial class AccountReasonsImportType : object, System.ComponentModel.INotifyPropertyChanged { - - private AccountReasonsImportTypeSupplyResourceContract[] supplyResourceContractField; - - private AccountReasonsImportTypeSocialHireContract socialHireContractField; - - private AccountReasonsImportTypeTKOContract[] tKOContractField; - - /// - [System.Xml.Serialization.XmlElementAttribute("SupplyResourceContract", Order=0)] - public AccountReasonsImportTypeSupplyResourceContract[] SupplyResourceContract { - get { - return this.supplyResourceContractField; - } - set { - this.supplyResourceContractField = value; - this.RaisePropertyChanged("SupplyResourceContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public AccountReasonsImportTypeSocialHireContract SocialHireContract { - get { - return this.socialHireContractField; - } - set { - this.socialHireContractField = value; - this.RaisePropertyChanged("SocialHireContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TKOContract", Order=2)] - public AccountReasonsImportTypeTKOContract[] TKOContract { - get { - return this.tKOContractField; - } - set { - this.tKOContractField = value; - this.RaisePropertyChanged("TKOContract"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountReasonsImportTypeSupplyResourceContract : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType17[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType17[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType17 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - IsContract, - - /// - SigningDate, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountReasonsImportTypeSocialHireContract : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType18[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Type", typeof(AccountReasonsImportTypeSocialHireContractType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType18[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum AccountReasonsImportTypeSocialHireContractType { - - /// - D, - - /// - M, - - /// - S, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType18 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - SigningDate, - - /// - Type, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountReasonsImportTypeTKOContract : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType19[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DateEntry", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType19[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType19 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - DateEntry, - - /// - SigningDate, - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(AccountIndExportType))] - [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/individual-registry-base/")] - public partial class FIOExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string surnameField; - - private string firstNameField; - - private string patronymicField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Surname { - get { - return this.surnameField; - } - set { - this.surnameField = value; - this.RaisePropertyChanged("Surname"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FirstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("FirstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Patronymic { - get { - return this.patronymicField; - } - set { - this.patronymicField = value; - this.RaisePropertyChanged("Patronymic"); - } - } - - 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/house-management/")] - public partial class AccountIndExportType : FIOExportType { - - private AccountIndExportTypeSex sexField; - - private bool sexFieldSpecified; - - private System.DateTime dateOfBirthField; - - private bool dateOfBirthFieldSpecified; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AccountIndExportTypeSex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateOfBirth { - get { - return this.dateOfBirthField; - } - set { - this.dateOfBirthField = value; - this.RaisePropertyChanged("DateOfBirth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DateOfBirthSpecified { - get { - return this.dateOfBirthFieldSpecified; - } - set { - this.dateOfBirthFieldSpecified = value; - this.RaisePropertyChanged("DateOfBirthSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ID", typeof(AccountIndExportTypeID), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum AccountIndExportTypeSex { - - /// - M, - - /// - F, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountIndExportTypeID : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef typeField; - - private string seriesField; - - private string numberField; - - private System.DateTime issueDateField; - - private bool issueDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime IssueDate { - get { - return this.issueDateField; - } - set { - this.issueDateField = value; - this.RaisePropertyChanged("IssueDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IssueDateSpecified { - get { - return this.issueDateFieldSpecified; - } - set { - this.issueDateFieldSpecified = value; - this.RaisePropertyChanged("IssueDateSpecified"); - } - } - - 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(exportAccountResultType))] - [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/house-management/")] - public partial class AccountExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool itemField; - - private ItemChoiceType10 itemElementNameField; - - private System.DateTime creationDateField; - - private bool creationDateFieldSpecified; - - private string livingPersonsNumberField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private decimal residentialSquareField; - - private bool residentialSquareFieldSpecified; - - private decimal heatedAreaField; - - private bool heatedAreaFieldSpecified; - - private ClosedAccountAttributesType closedField; - - private AccountExportTypeAccommodation[] accommodationField; - - private AccountExportTypePayerInfo payerInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute("isCRAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isOGVorOMSAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isRCAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isRSOAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isTKOAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isUOAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType10 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime CreationDate { - get { - return this.creationDateField; - } - set { - this.creationDateField = value; - this.RaisePropertyChanged("CreationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationDateSpecified { - get { - return this.creationDateFieldSpecified; - } - set { - this.creationDateFieldSpecified = value; - this.RaisePropertyChanged("CreationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=3)] - public string LivingPersonsNumber { - get { - return this.livingPersonsNumberField; - } - set { - this.livingPersonsNumberField = value; - this.RaisePropertyChanged("LivingPersonsNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public decimal ResidentialSquare { - get { - return this.residentialSquareField; - } - set { - this.residentialSquareField = value; - this.RaisePropertyChanged("ResidentialSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ResidentialSquareSpecified { - get { - return this.residentialSquareFieldSpecified; - } - set { - this.residentialSquareFieldSpecified = value; - this.RaisePropertyChanged("ResidentialSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public decimal HeatedArea { - get { - return this.heatedAreaField; - } - set { - this.heatedAreaField = value; - this.RaisePropertyChanged("HeatedArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HeatedAreaSpecified { - get { - return this.heatedAreaFieldSpecified; - } - set { - this.heatedAreaFieldSpecified = value; - this.RaisePropertyChanged("HeatedAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public ClosedAccountAttributesType Closed { - get { - return this.closedField; - } - set { - this.closedField = value; - this.RaisePropertyChanged("Closed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Accommodation", Order=8)] - public AccountExportTypeAccommodation[] Accommodation { - get { - return this.accommodationField; - } - set { - this.accommodationField = value; - this.RaisePropertyChanged("Accommodation"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public AccountExportTypePayerInfo PayerInfo { - get { - return this.payerInfoField; - } - set { - this.payerInfoField = value; - this.RaisePropertyChanged("PayerInfo"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType10 { - - /// - isCRAccount, - - /// - isOGVorOMSAccount, - - /// - isRCAccount, - - /// - isRSOAccount, - - /// - isTKOAccount, - - /// - isUOAccount, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountExportTypeAccommodation : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType11 itemElementNameField; - - private decimal sharePercentField; - - private bool sharePercentFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PremisesGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType11 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal SharePercent { - get { - return this.sharePercentField; - } - set { - this.sharePercentField = value; - this.RaisePropertyChanged("SharePercent"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SharePercentSpecified { - get { - return this.sharePercentFieldSpecified; - } - set { - this.sharePercentFieldSpecified = value; - this.RaisePropertyChanged("SharePercentSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType11 { - - /// - FIASHouseGuid, - - /// - LivingRoomGUID, - - /// - PremisesGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountExportTypePayerInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private bool isRenterField; - - private bool isRenterFieldSpecified; - - private bool isAccountsDividedField; - - private bool isAccountsDividedFieldSpecified; - - private object itemField; - - public AccountExportTypePayerInfo() { - this.isRenterField = true; - this.isAccountsDividedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsRenter { - get { - return this.isRenterField; - } - set { - this.isRenterField = value; - this.RaisePropertyChanged("IsRenter"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRenterSpecified { - get { - return this.isRenterFieldSpecified; - } - set { - this.isRenterFieldSpecified = value; - this.RaisePropertyChanged("IsRenterSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool isAccountsDivided { - get { - return this.isAccountsDividedField; - } - set { - this.isAccountsDividedField = value; - this.RaisePropertyChanged("isAccountsDivided"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool isAccountsDividedSpecified { - get { - return this.isAccountsDividedFieldSpecified; - } - set { - this.isAccountsDividedFieldSpecified = value; - this.RaisePropertyChanged("isAccountsDividedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(AccountIndExportType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgVersionType), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/house-management/")] - public partial class exportAccountResultType : AccountExportType { - - private exportAccountResultTypeAccountReasons accountReasonsField; - - private string accountNumberField; - - private string accountGUIDField; - - private string unifiedAccountNumberField; - - private string serviceIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportAccountResultTypeAccountReasons AccountReasons { - get { - return this.accountReasonsField; - } - set { - this.accountReasonsField = value; - this.RaisePropertyChanged("AccountReasons"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string AccountNumber { - get { - return this.accountNumberField; - } - set { - this.accountNumberField = value; - this.RaisePropertyChanged("AccountNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=3)] - public string UnifiedAccountNumber { - get { - return this.unifiedAccountNumberField; - } - set { - this.unifiedAccountNumberField = value; - this.RaisePropertyChanged("UnifiedAccountNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=4)] - public string ServiceID { - get { - return this.serviceIDField; - } - set { - this.serviceIDField = value; - this.RaisePropertyChanged("ServiceID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountResultTypeAccountReasons : AccountReasonsImportType { - - private exportAccountResultTypeAccountReasonsContract contractField; - - private exportAccountResultTypeAccountReasonsCharter charterField; - - private exportAccountResultTypeAccountReasonsOverhaulFormingKindProtocol overhaulFormingKindProtocolField; - - private exportAccountResultTypeAccountReasonsOverhaulFormingKindOMSDescision overhaulFormingKindOMSDescisionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportAccountResultTypeAccountReasonsContract Contract { - get { - return this.contractField; - } - set { - this.contractField = value; - this.RaisePropertyChanged("Contract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportAccountResultTypeAccountReasonsCharter Charter { - get { - return this.charterField; - } - set { - this.charterField = value; - this.RaisePropertyChanged("Charter"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportAccountResultTypeAccountReasonsOverhaulFormingKindProtocol OverhaulFormingKindProtocol { - get { - return this.overhaulFormingKindProtocolField; - } - set { - this.overhaulFormingKindProtocolField = value; - this.RaisePropertyChanged("OverhaulFormingKindProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public exportAccountResultTypeAccountReasonsOverhaulFormingKindOMSDescision OverhaulFormingKindOMSDescision { - get { - return this.overhaulFormingKindOMSDescisionField; - } - set { - this.overhaulFormingKindOMSDescisionField = value; - this.RaisePropertyChanged("OverhaulFormingKindOMSDescision"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountResultTypeAccountReasonsContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountResultTypeAccountReasonsCharter : object, System.ComponentModel.INotifyPropertyChanged { - - private string charterGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string CharterGUID { - get { - return this.charterGUIDField; - } - set { - this.charterGUIDField = value; - this.RaisePropertyChanged("CharterGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountResultTypeAccountReasonsOverhaulFormingKindProtocol : object, System.ComponentModel.INotifyPropertyChanged { - - private string overhaulFormingKindProtocolGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string OverhaulFormingKindProtocolGUID { - get { - return this.overhaulFormingKindProtocolGUIDField; - } - set { - this.overhaulFormingKindProtocolGUIDField = value; - this.RaisePropertyChanged("OverhaulFormingKindProtocolGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountResultTypeAccountReasonsOverhaulFormingKindOMSDescision : object, System.ComponentModel.INotifyPropertyChanged { - - private string overhaulFormingKindOMSDescisionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string OverhaulFormingKindOMSDescisionGUID { - get { - return this.overhaulFormingKindOMSDescisionGUIDField; - } - set { - this.overhaulFormingKindOMSDescisionGUIDField = value; - this.RaisePropertyChanged("OverhaulFormingKindOMSDescisionGUID"); - } - } - - 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/house-management/")] - public partial class AccountType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool itemField; - - private ItemChoiceType8 itemElementNameField; - - private System.DateTime creationDateField; - - private bool creationDateFieldSpecified; - - private string livingPersonsNumberField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private decimal residentialSquareField; - - private bool residentialSquareFieldSpecified; - - private decimal heatedAreaField; - - private bool heatedAreaFieldSpecified; - - private ClosedAccountAttributesType closedField; - - private AccountTypeAccommodation[] accommodationField; - - private AccountTypePayerInfo payerInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute("isCRAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isOGVorOMSAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isRCAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isRSOAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isTKOAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("isUOAccount", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType8 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime CreationDate { - get { - return this.creationDateField; - } - set { - this.creationDateField = value; - this.RaisePropertyChanged("CreationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationDateSpecified { - get { - return this.creationDateFieldSpecified; - } - set { - this.creationDateFieldSpecified = value; - this.RaisePropertyChanged("CreationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="nonNegativeInteger", Order=3)] - public string LivingPersonsNumber { - get { - return this.livingPersonsNumberField; - } - set { - this.livingPersonsNumberField = value; - this.RaisePropertyChanged("LivingPersonsNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public decimal ResidentialSquare { - get { - return this.residentialSquareField; - } - set { - this.residentialSquareField = value; - this.RaisePropertyChanged("ResidentialSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ResidentialSquareSpecified { - get { - return this.residentialSquareFieldSpecified; - } - set { - this.residentialSquareFieldSpecified = value; - this.RaisePropertyChanged("ResidentialSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public decimal HeatedArea { - get { - return this.heatedAreaField; - } - set { - this.heatedAreaField = value; - this.RaisePropertyChanged("HeatedArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HeatedAreaSpecified { - get { - return this.heatedAreaFieldSpecified; - } - set { - this.heatedAreaFieldSpecified = value; - this.RaisePropertyChanged("HeatedAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public ClosedAccountAttributesType Closed { - get { - return this.closedField; - } - set { - this.closedField = value; - this.RaisePropertyChanged("Closed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Accommodation", Order=8)] - public AccountTypeAccommodation[] Accommodation { - get { - return this.accommodationField; - } - set { - this.accommodationField = value; - this.RaisePropertyChanged("Accommodation"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public AccountTypePayerInfo PayerInfo { - get { - return this.payerInfoField; - } - set { - this.payerInfoField = value; - this.RaisePropertyChanged("PayerInfo"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType8 { - - /// - isCRAccount, - - /// - isOGVorOMSAccount, - - /// - isRCAccount, - - /// - isRSOAccount, - - /// - isTKOAccount, - - /// - isUOAccount, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountTypeAccommodation : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType9 itemElementNameField; - - private decimal sharePercentField; - - private bool sharePercentFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PremisesGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType9 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal SharePercent { - get { - return this.sharePercentField; - } - set { - this.sharePercentField = value; - this.RaisePropertyChanged("SharePercent"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SharePercentSpecified { - get { - return this.sharePercentFieldSpecified; - } - set { - this.sharePercentFieldSpecified = value; - this.RaisePropertyChanged("SharePercentSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType9 { - - /// - FIASHouseGuid, - - /// - LivingRoomGUID, - - /// - PremisesGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class AccountTypePayerInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private bool isRenterField; - - private bool isRenterFieldSpecified; - - private bool isAccountsDividedField; - - private bool isAccountsDividedFieldSpecified; - - private object itemField; - - public AccountTypePayerInfo() { - this.isRenterField = true; - this.isAccountsDividedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsRenter { - get { - return this.isRenterField; - } - set { - this.isRenterField = value; - this.RaisePropertyChanged("IsRenter"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRenterSpecified { - get { - return this.isRenterFieldSpecified; - } - set { - this.isRenterFieldSpecified = value; - this.RaisePropertyChanged("IsRenterSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool isAccountsDivided { - get { - return this.isAccountsDividedField; - } - set { - this.isAccountsDividedField = value; - this.RaisePropertyChanged("isAccountsDivided"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool isAccountsDividedSpecified { - get { - return this.isAccountsDividedFieldSpecified; - } - set { - this.isAccountsDividedFieldSpecified = value; - this.RaisePropertyChanged("isAccountsDividedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(AccountIndType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Org", typeof(RegOrgVersionType), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/house-management/")] - public partial class EntranceUpdateESPType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class EntranceUpdateOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class EntranceUpdateRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - 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/house-management/")] - public partial class EntranceUpdateUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class EntranceESPType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class EntranceOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class EntranceRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - 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/house-management/")] - public partial class EntranceUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class LivingHouseUpdateOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateOMSType basicCharacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateOMSType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - 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/house-management/")] - public partial class HouseBasicUpdateOMSType : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private bool usedYearFieldSpecified; - - private int floorCountField; - - private bool floorCountFieldSpecified; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private bool culturalHeritageFieldSpecified; - - private OGFData[] oGFDataField; - - private HostelDataType hostelDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UsedYearSpecified { - get { - return this.usedYearFieldSpecified; - } - set { - this.usedYearFieldSpecified = value; - this.RaisePropertyChanged("UsedYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FloorCountSpecified { - get { - return this.floorCountFieldSpecified; - } - set { - this.floorCountFieldSpecified = value; - this.RaisePropertyChanged("FloorCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CulturalHeritageSpecified { - get { - return this.culturalHeritageFieldSpecified; - } - set { - this.culturalHeritageFieldSpecified = value; - this.RaisePropertyChanged("CulturalHeritageSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public HostelDataType HostelData { - get { - return this.hostelDataField; - } - set { - this.hostelDataField = value; - this.RaisePropertyChanged("HostelData"); - } - } - } - - /// - [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/base/")] - public partial class OKTMORefType : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - 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 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://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class OGFData : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - private OGFDataValue valueField; - - /// - [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 OGFDataValue Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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/house-management/")] - public partial class OGFDataValue : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private ItemChoiceType1 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("BooleanValue", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DateTimeValue", typeof(System.DateTime), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("File", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FloatValue", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IntegerValue", typeof(int), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiCode", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StringValue", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType1 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType1 { - - /// - BooleanValue, - - /// - DateTimeValue, - - /// - File, - - /// - FloatValue, - - /// - IntegerValue, - - /// - NsiCode, - - /// - StringValue, - } - - /// - [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/house-management/")] - public partial class HostelDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool isRegionPropertyField; - - private bool isRegionPropertyFieldSpecified; - - private bool isMunicipalPropertyField; - - private bool isMunicipalPropertyFieldSpecified; - - private nsiRef hostelTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsRegionProperty { - get { - return this.isRegionPropertyField; - } - set { - this.isRegionPropertyField = value; - this.RaisePropertyChanged("IsRegionProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRegionPropertySpecified { - get { - return this.isRegionPropertyFieldSpecified; - } - set { - this.isRegionPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsRegionPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsMunicipalProperty { - get { - return this.isMunicipalPropertyField; - } - set { - this.isMunicipalPropertyField = value; - this.RaisePropertyChanged("IsMunicipalProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsMunicipalPropertySpecified { - get { - return this.isMunicipalPropertyFieldSpecified; - } - set { - this.isMunicipalPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsMunicipalPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef HostelType { - get { - return this.hostelTypeField; - } - set { - this.hostelTypeField = value; - this.RaisePropertyChanged("HostelType"); - } - } - - 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(RoomExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUOType))] - [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/house-management/")] - public partial class GKN_EGRP_KeyType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType3[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CadastralNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ConditionalNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoCadastralNumber", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Registered", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RightOrEncumbrance", typeof(RightOrEncumbrance), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType3[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class RightOrEncumbrance : object, System.ComponentModel.INotifyPropertyChanged { - - private RightOrEncumbranceType typeField; - - private string regNumberField; - - private System.DateTime regDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RightOrEncumbranceType Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RegNumber { - get { - return this.regNumberField; - } - set { - this.regNumberField = value; - this.RaisePropertyChanged("RegNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime RegDate { - get { - return this.regDateField; - } - set { - this.regDateField = value; - this.RaisePropertyChanged("RegDate"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum RightOrEncumbranceType { - - /// - R, - - /// - E, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType3 { - - /// - CadastralNumber, - - /// - ConditionalNumber, - - /// - NoCadastralNumber, - - /// - No_RSO_GKN_EGRP_Registered, - - /// - RightOrEncumbrance, - } - - /// - [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/house-management/")] - public partial class RoomExportType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private string floorField; - - private OGFData[] oGFDataField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Floor { - get { - return this.floorField; - } - set { - this.floorField = value; - this.RaisePropertyChanged("Floor"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=3)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomUpdateESPType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomUpdateOMSType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomUpdateUOType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomESPType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomOMSType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomUOType : GKN_EGRP_KeyType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateESPType))] - [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/house-management/")] - public partial class PremisesBasicUpdateESPType : GKN_EGRP_KeyType { - - private string premisesNumField; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesUpdateESPType : PremisesBasicUpdateESPType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesUpdateESPType : PremisesBasicUpdateESPType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private object item1Field; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateOMSType))] - [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/house-management/")] - public partial class PremisesBasicUpdateOMSType : GKN_EGRP_KeyType { - - private string premisesNumField; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesUpdateOMSType : PremisesBasicUpdateOMSType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesUpdateOMSType : PremisesBasicUpdateOMSType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private object item1Field; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateUOType))] - [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/house-management/")] - public partial class PremisesBasicUpdateUOType : GKN_EGRP_KeyType { - - private string premisesNumField; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesUpdateUOType : PremisesBasicUpdateUOType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesUpdateUOType : PremisesBasicUpdateUOType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesESPType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesESPType))] - [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/house-management/")] - public partial class PremisesBasicESPType : GKN_EGRP_KeyType { - - private string premisesNumField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesESPType : PremisesBasicESPType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesESPType : PremisesBasicESPType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesOMSType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesOMSType))] - [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/house-management/")] - public partial class PremisesBasicOMSType : GKN_EGRP_KeyType { - - private string premisesNumField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesOMSType : PremisesBasicOMSType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesOMSType : PremisesBasicOMSType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUOType))] - [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/house-management/")] - public partial class PremisesBasicUOType : GKN_EGRP_KeyType { - - private string premisesNumField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=1)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesUOType : PremisesBasicUOType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesUOType : PremisesBasicUOType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - } - - /// - [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/house-management/")] - public partial class BlockUpdateOMSType : GKN_EGRP_KeyType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object itemField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=6)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum BlockCategoryType { - - /// - Residential, - - /// - NonResidential, - } - - /// - [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/house-management/")] - public partial class BlockUpdateUOType : GKN_EGRP_KeyType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object itemField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=6)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class BlockOMSType : GKN_EGRP_KeyType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object itemField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class BlockUOType : GKN_EGRP_KeyType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object itemField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class HouseBasicUpdateESPType : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private bool usedYearFieldSpecified; - - private int floorCountField; - - private bool floorCountFieldSpecified; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private bool culturalHeritageFieldSpecified; - - private OGFData[] oGFDataField; - - private bool isMunicipalPropertyField; - - private bool isMunicipalPropertyFieldSpecified; - - private bool isRegionPropertyField; - - private bool isRegionPropertyFieldSpecified; - - public HouseBasicUpdateESPType() { - this.isMunicipalPropertyField = false; - this.isRegionPropertyField = false; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UsedYearSpecified { - get { - return this.usedYearFieldSpecified; - } - set { - this.usedYearFieldSpecified = value; - this.RaisePropertyChanged("UsedYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FloorCountSpecified { - get { - return this.floorCountFieldSpecified; - } - set { - this.floorCountFieldSpecified = value; - this.RaisePropertyChanged("FloorCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CulturalHeritageSpecified { - get { - return this.culturalHeritageFieldSpecified; - } - set { - this.culturalHeritageFieldSpecified = value; - this.RaisePropertyChanged("CulturalHeritageSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public bool IsMunicipalProperty { - get { - return this.isMunicipalPropertyField; - } - set { - this.isMunicipalPropertyField = value; - this.RaisePropertyChanged("IsMunicipalProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsMunicipalPropertySpecified { - get { - return this.isMunicipalPropertyFieldSpecified; - } - set { - this.isMunicipalPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsMunicipalPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool IsRegionProperty { - get { - return this.isRegionPropertyField; - } - set { - this.isRegionPropertyField = value; - this.RaisePropertyChanged("IsRegionProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRegionPropertySpecified { - get { - return this.isRegionPropertyFieldSpecified; - } - set { - this.isRegionPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsRegionPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class HouseBasicUpdateUOType : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private bool usedYearFieldSpecified; - - private int floorCountField; - - private bool floorCountFieldSpecified; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private bool culturalHeritageFieldSpecified; - - private OGFData[] oGFDataField; - - private bool isMunicipalPropertyField; - - private bool isMunicipalPropertyFieldSpecified; - - private bool isRegionPropertyField; - - private bool isRegionPropertyFieldSpecified; - - public HouseBasicUpdateUOType() { - this.isMunicipalPropertyField = false; - this.isRegionPropertyField = false; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UsedYearSpecified { - get { - return this.usedYearFieldSpecified; - } - set { - this.usedYearFieldSpecified = value; - this.RaisePropertyChanged("UsedYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool FloorCountSpecified { - get { - return this.floorCountFieldSpecified; - } - set { - this.floorCountFieldSpecified = value; - this.RaisePropertyChanged("FloorCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CulturalHeritageSpecified { - get { - return this.culturalHeritageFieldSpecified; - } - set { - this.culturalHeritageFieldSpecified = value; - this.RaisePropertyChanged("CulturalHeritageSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public bool IsMunicipalProperty { - get { - return this.isMunicipalPropertyField; - } - set { - this.isMunicipalPropertyField = value; - this.RaisePropertyChanged("IsMunicipalProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsMunicipalPropertySpecified { - get { - return this.isMunicipalPropertyFieldSpecified; - } - set { - this.isMunicipalPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsMunicipalPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool IsRegionProperty { - get { - return this.isRegionPropertyField; - } - set { - this.isRegionPropertyField = value; - this.RaisePropertyChanged("IsRegionProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRegionPropertySpecified { - get { - return this.isRegionPropertyFieldSpecified; - } - set { - this.isRegionPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsRegionPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class HouseBasicUOType : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private int floorCountField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private OGFData[] oGFDataField; - - private bool isMunicipalPropertyField; - - private bool isMunicipalPropertyFieldSpecified; - - private bool isRegionPropertyField; - - private bool isRegionPropertyFieldSpecified; - - public HouseBasicUOType() { - this.isMunicipalPropertyField = false; - this.isRegionPropertyField = false; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public bool IsMunicipalProperty { - get { - return this.isMunicipalPropertyField; - } - set { - this.isMunicipalPropertyField = value; - this.RaisePropertyChanged("IsMunicipalProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsMunicipalPropertySpecified { - get { - return this.isMunicipalPropertyFieldSpecified; - } - set { - this.isMunicipalPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsMunicipalPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool IsRegionProperty { - get { - return this.isRegionPropertyField; - } - set { - this.isRegionPropertyField = value; - this.RaisePropertyChanged("IsRegionProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRegionPropertySpecified { - get { - return this.isRegionPropertyFieldSpecified; - } - set { - this.isRegionPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsRegionPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class LivingHouseUpdateRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateRSOType basicCharacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateRSOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - 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/house-management/")] - public partial class HouseBasicUpdateRSOType : GKN_EGRP_KeyRSOType { - - private string fIASHouseGuidField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(RoomRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicRSOType))] - [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/house-management/")] - public partial class GKN_EGRP_KeyRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType16[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CadastralNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ConditionalNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoCadastralNumber", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Data", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Registered", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RightOrEncumbrance", typeof(RightOrEncumbrance), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType16[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType16 { - - /// - CadastralNumber, - - /// - ConditionalNumber, - - /// - NoCadastralNumber, - - /// - No_RSO_GKN_EGRP_Data, - - /// - No_RSO_GKN_EGRP_Registered, - - /// - RightOrEncumbrance, - } - - /// - [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/house-management/")] - public partial class RoomUpdateRSOType : GKN_EGRP_KeyRSOType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - } - - /// - [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/house-management/")] - public partial class RoomRSOType : GKN_EGRP_KeyRSOType { - - private string roomNumberField; - - private decimal squareField; - - private bool squareFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Square { - get { - return this.squareField; - } - set { - this.squareField = value; - this.RaisePropertyChanged("Square"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SquareSpecified { - get { - return this.squareFieldSpecified; - } - set { - this.squareFieldSpecified = value; - this.RaisePropertyChanged("SquareSpecified"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesUpdateRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesUpdateRSOType))] - [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/house-management/")] - public partial class PremisesBasicUpdateRSOType : GKN_EGRP_KeyRSOType { - - private string premisesNumField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesUpdateRSOType : PremisesBasicUpdateRSOType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesUpdateRSOType : PremisesBasicUpdateRSOType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesRSOType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesRSOType))] - [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/house-management/")] - public partial class PremisesBasicRSOType : GKN_EGRP_KeyRSOType { - - private string premisesNumField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesRSOType : PremisesBasicRSOType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesRSOType : PremisesBasicRSOType { - - private object itemField; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class BlockUpdateRSOType : GKN_EGRP_KeyRSOType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class BlockRSOType : GKN_EGRP_KeyRSOType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class HouseBasicRSOType : GKN_EGRP_KeyRSOType { - - private string fIASHouseGuidField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - } - - /// - [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/house-management/")] - public partial class LivingHouseUpdateUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateUOType basicCharacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateUOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - 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/house-management/")] - public partial class LivingHouseOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private LivingHouseOMSTypeBasicCharacteristicts basicCharacteristictsField; - - private bool hasBlocksField; - - private bool hasBlocksFieldSpecified; - - private bool hasMultipleHousesWithSameAddressField; - - private bool hasMultipleHousesWithSameAddressFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public LivingHouseOMSTypeBasicCharacteristicts BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool HasBlocks { - get { - return this.hasBlocksField; - } - set { - this.hasBlocksField = value; - this.RaisePropertyChanged("HasBlocks"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasBlocksSpecified { - get { - return this.hasBlocksFieldSpecified; - } - set { - this.hasBlocksFieldSpecified = value; - this.RaisePropertyChanged("HasBlocksSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool HasMultipleHousesWithSameAddress { - get { - return this.hasMultipleHousesWithSameAddressField; - } - set { - this.hasMultipleHousesWithSameAddressField = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddress"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasMultipleHousesWithSameAddressSpecified { - get { - return this.hasMultipleHousesWithSameAddressFieldSpecified; - } - set { - this.hasMultipleHousesWithSameAddressFieldSpecified = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddressSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class LivingHouseOMSTypeBasicCharacteristicts : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private bool usedYearFieldSpecified; - - private int floorCountField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private OGFData[] oGFDataField; - - private HostelDataType hostelDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UsedYearSpecified { - get { - return this.usedYearFieldSpecified; - } - set { - this.usedYearFieldSpecified = value; - this.RaisePropertyChanged("UsedYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public HostelDataType HostelData { - get { - return this.hostelDataField; - } - set { - this.hostelDataField = value; - this.RaisePropertyChanged("HostelData"); - } - } - } - - /// - [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/house-management/")] - public partial class LivingHouseRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicRSOType basicCharacteristictsField; - - private bool hasBlocksField; - - private bool hasBlocksFieldSpecified; - - private bool hasMultipleHousesWithSameAddressField; - - private bool hasMultipleHousesWithSameAddressFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicRSOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool HasBlocks { - get { - return this.hasBlocksField; - } - set { - this.hasBlocksField = value; - this.RaisePropertyChanged("HasBlocks"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasBlocksSpecified { - get { - return this.hasBlocksFieldSpecified; - } - set { - this.hasBlocksFieldSpecified = value; - this.RaisePropertyChanged("HasBlocksSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool HasMultipleHousesWithSameAddress { - get { - return this.hasMultipleHousesWithSameAddressField; - } - set { - this.hasMultipleHousesWithSameAddressField = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddress"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasMultipleHousesWithSameAddressSpecified { - get { - return this.hasMultipleHousesWithSameAddressFieldSpecified; - } - set { - this.hasMultipleHousesWithSameAddressFieldSpecified = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddressSpecified"); - } - } - - 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/house-management/")] - public partial class LivingHouseUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUOType basicCharacteristictsField; - - private bool hasBlocksField; - - private bool hasBlocksFieldSpecified; - - private bool hasMultipleHousesWithSameAddressField; - - private bool hasMultipleHousesWithSameAddressFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool HasBlocks { - get { - return this.hasBlocksField; - } - set { - this.hasBlocksField = value; - this.RaisePropertyChanged("HasBlocks"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasBlocksSpecified { - get { - return this.hasBlocksFieldSpecified; - } - set { - this.hasBlocksFieldSpecified = value; - this.RaisePropertyChanged("HasBlocksSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool HasMultipleHousesWithSameAddress { - get { - return this.hasMultipleHousesWithSameAddressField; - } - set { - this.hasMultipleHousesWithSameAddressField = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddress"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasMultipleHousesWithSameAddressSpecified { - get { - return this.hasMultipleHousesWithSameAddressFieldSpecified; - } - set { - this.hasMultipleHousesWithSameAddressFieldSpecified = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddressSpecified"); - } - } - - 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/house-management/")] - public partial class LiftUpdateESPType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - 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/house-management/")] - public partial class LiftUpdateOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - 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/house-management/")] - public partial class LiftUpdateUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - 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/house-management/")] - public partial class LiftESPType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - 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/house-management/")] - public partial class LiftOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - 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/house-management/")] - public partial class LiftUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseUpdateESPType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateESPType basicCharacteristictsField; - - private sbyte undergroundFloorCountField; - - private bool undergroundFloorCountFieldSpecified; - - private int minFloorCountField; - - private bool minFloorCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateESPType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public sbyte UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UndergroundFloorCountSpecified { - get { - return this.undergroundFloorCountFieldSpecified; - } - set { - this.undergroundFloorCountFieldSpecified = value; - this.RaisePropertyChanged("UndergroundFloorCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int MinFloorCount { - get { - return this.minFloorCountField; - } - set { - this.minFloorCountField = value; - this.RaisePropertyChanged("MinFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MinFloorCountSpecified { - get { - return this.minFloorCountFieldSpecified; - } - set { - this.minFloorCountFieldSpecified = value; - this.RaisePropertyChanged("MinFloorCountSpecified"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseUpdateOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateOMSType basicCharacteristictsField; - - private sbyte undergroundFloorCountField; - - private bool undergroundFloorCountFieldSpecified; - - private int minFloorCountField; - - private bool minFloorCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateOMSType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public sbyte UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UndergroundFloorCountSpecified { - get { - return this.undergroundFloorCountFieldSpecified; - } - set { - this.undergroundFloorCountFieldSpecified = value; - this.RaisePropertyChanged("UndergroundFloorCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int MinFloorCount { - get { - return this.minFloorCountField; - } - set { - this.minFloorCountField = value; - this.RaisePropertyChanged("MinFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MinFloorCountSpecified { - get { - return this.minFloorCountFieldSpecified; - } - set { - this.minFloorCountFieldSpecified = value; - this.RaisePropertyChanged("MinFloorCountSpecified"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseUpdateRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateRSOType basicCharacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateRSOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseUpdateUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicUpdateUOType basicCharacteristictsField; - - private sbyte undergroundFloorCountField; - - private bool undergroundFloorCountFieldSpecified; - - private int minFloorCountField; - - private bool minFloorCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicUpdateUOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public sbyte UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UndergroundFloorCountSpecified { - get { - return this.undergroundFloorCountFieldSpecified; - } - set { - this.undergroundFloorCountFieldSpecified = value; - this.RaisePropertyChanged("UndergroundFloorCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int MinFloorCount { - get { - return this.minFloorCountField; - } - set { - this.minFloorCountField = value; - this.RaisePropertyChanged("MinFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MinFloorCountSpecified { - get { - return this.minFloorCountFieldSpecified; - } - set { - this.minFloorCountFieldSpecified = value; - this.RaisePropertyChanged("MinFloorCountSpecified"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseESPType : object, System.ComponentModel.INotifyPropertyChanged { - - private ApartmentHouseESPTypeBasicCharacteristicts basicCharacteristictsField; - - private sbyte undergroundFloorCountField; - - private int minFloorCountField; - - private bool minFloorCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ApartmentHouseESPTypeBasicCharacteristicts BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public sbyte UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int MinFloorCount { - get { - return this.minFloorCountField; - } - set { - this.minFloorCountField = value; - this.RaisePropertyChanged("MinFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MinFloorCountSpecified { - get { - return this.minFloorCountFieldSpecified; - } - set { - this.minFloorCountFieldSpecified = value; - this.RaisePropertyChanged("MinFloorCountSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ApartmentHouseESPTypeBasicCharacteristicts : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private int floorCountField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private OGFData[] oGFDataField; - - private bool isMunicipalPropertyField; - - private bool isMunicipalPropertyFieldSpecified; - - private bool isRegionPropertyField; - - private bool isRegionPropertyFieldSpecified; - - public ApartmentHouseESPTypeBasicCharacteristicts() { - this.isMunicipalPropertyField = false; - this.isRegionPropertyField = false; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public bool IsMunicipalProperty { - get { - return this.isMunicipalPropertyField; - } - set { - this.isMunicipalPropertyField = value; - this.RaisePropertyChanged("IsMunicipalProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsMunicipalPropertySpecified { - get { - return this.isMunicipalPropertyFieldSpecified; - } - set { - this.isMunicipalPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsMunicipalPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool IsRegionProperty { - get { - return this.isRegionPropertyField; - } - set { - this.isRegionPropertyField = value; - this.RaisePropertyChanged("IsRegionProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRegionPropertySpecified { - get { - return this.isRegionPropertyFieldSpecified; - } - set { - this.isRegionPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsRegionPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ApartmentHouseOMSType : object, System.ComponentModel.INotifyPropertyChanged { - - private ApartmentHouseOMSTypeBasicCharacteristicts basicCharacteristictsField; - - private sbyte undergroundFloorCountField; - - private int minFloorCountField; - - private bool minFloorCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ApartmentHouseOMSTypeBasicCharacteristicts BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public sbyte UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int MinFloorCount { - get { - return this.minFloorCountField; - } - set { - this.minFloorCountField = value; - this.RaisePropertyChanged("MinFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MinFloorCountSpecified { - get { - return this.minFloorCountFieldSpecified; - } - set { - this.minFloorCountFieldSpecified = value; - this.RaisePropertyChanged("MinFloorCountSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ApartmentHouseOMSTypeBasicCharacteristicts : GKN_EGRP_KeyType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private bool usedYearFieldSpecified; - - private int floorCountField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private OGFData[] oGFDataField; - - private HostelDataType hostelDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UsedYearSpecified { - get { - return this.usedYearFieldSpecified; - } - set { - this.usedYearFieldSpecified = value; - this.RaisePropertyChanged("UsedYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public int FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public HostelDataType HostelData { - get { - return this.hostelDataField; - } - set { - this.hostelDataField = value; - this.RaisePropertyChanged("HostelData"); - } - } - } - - /// - [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/house-management/")] - public partial class ApartmentHouseRSOType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicRSOType basicCharacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicRSOType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseUOType : object, System.ComponentModel.INotifyPropertyChanged { - - private ApartmentHouseUOTypeBasicCharacteristicts basicCharacteristictsField; - - private sbyte undergroundFloorCountField; - - private int minFloorCountField; - - private bool minFloorCountFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ApartmentHouseUOTypeBasicCharacteristicts BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public sbyte UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int MinFloorCount { - get { - return this.minFloorCountField; - } - set { - this.minFloorCountField = value; - this.RaisePropertyChanged("MinFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MinFloorCountSpecified { - get { - return this.minFloorCountFieldSpecified; - } - set { - this.minFloorCountFieldSpecified = value; - this.RaisePropertyChanged("MinFloorCountSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ApartmentHouseUOTypeBasicCharacteristicts : HouseBasicUOType { - } - - /// - [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/house-management/")] - public partial class OGFImportStatusType : object, System.ComponentModel.INotifyPropertyChanged { - - private OGFImportStatusTypeGKNRelationshipStatus gKNRelationshipStatusField; - - private EGRPRelationshipStatusType eGRPRelationshipStatusField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public OGFImportStatusTypeGKNRelationshipStatus GKNRelationshipStatus { - get { - return this.gKNRelationshipStatusField; - } - set { - this.gKNRelationshipStatusField = value; - this.RaisePropertyChanged("GKNRelationshipStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public EGRPRelationshipStatusType EGRPRelationshipStatus { - get { - return this.eGRPRelationshipStatusField; - } - set { - this.eGRPRelationshipStatusField = value; - this.RaisePropertyChanged("EGRPRelationshipStatus"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class OGFImportStatusTypeGKNRelationshipStatus : GKNRelationshipStatusType { - } - - /// - [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/house-management/")] - public partial class GKNRelationshipStatusType : object, System.ComponentModel.INotifyPropertyChanged { - - private GKNRelationshipStatusTypeStatus statusField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public GKNRelationshipStatusTypeStatus Status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("Status"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AppartmentHouseAcceptedParameter", typeof(ApartmentHouseAcceptedParameterType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseAcceptedParameter", typeof(LivingHouseAcceptedParameterType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseAcceptedParameter", typeof(NonResidentialPremiseAcceptedParameterType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremiseAcceptedParameter", typeof(ResidentialPremiseAcceptedParameterType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("RoomAcceptedParameter", typeof(RoomAcceptedParameterType), Order=1)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum GKNRelationshipStatusTypeStatus { - - /// - C, - - /// - D, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ApartmentHouseAcceptedParameterType { - - /// - FiasHouseGuid, - - /// - TotalSquare, - - /// - State, - - /// - InnerWallMaterial, - - /// - ProjectSeries, - - /// - ProjectType, - - /// - BuildingYear, - - /// - UsedYear, - - /// - TotalWear, - - /// - FloorCount, - - /// - Energy, - - /// - OKTMO, - - /// - OlsonTZ, - - /// - ResidentialSquare, - - /// - CulturalHeritage, - - /// - BuiltUpArea, - - /// - UndergroundFloorCount, - - /// - MinFloorCount, - - /// - OverhaulYear, - - /// - OverhaulFormingKind, - - /// - NonResidentialSquare, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum LivingHouseAcceptedParameterType { - - /// - FiasHouseGuid, - - /// - TotalSquare, - - /// - State, - - /// - InnerWallMaterial, - - /// - ProjectSeries, - - /// - ProjectType, - - /// - BuildingYear, - - /// - UsedYear, - - /// - TotalWear, - - /// - FloorCount, - - /// - Energy, - - /// - OKTMO, - - /// - OlsonTZ, - - /// - ResidentialSquare, - - /// - CulturalHeritage, - - /// - ResidentialHouseType, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum NonResidentialPremiseAcceptedParameterType { - - /// - PremisesNum, - - /// - Purpose, - - /// - Position, - - /// - TotalArea, - - /// - IsCommonProperty, - - /// - TerminationDate, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ResidentialPremiseAcceptedParameterType { - - /// - PremisesNum, - - /// - EntranceNum, - - /// - PremisesCharacteristic, - - /// - RoomsNum, - - /// - TotalArea, - - /// - GrossArea, - - /// - ResidentialHouseType, - - /// - TerminationDate, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum RoomAcceptedParameterType { - - /// - RoomNumber, - - /// - Square, - - /// - ResidentialHouseType, - - /// - TerminationDate, - } - - /// - [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/house-management/")] - public partial class EGRPRelationshipStatusType : object, System.ComponentModel.INotifyPropertyChanged { - - private EGRPRelationshipStatusTypeStatus statusField; - - private bool statusFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public EGRPRelationshipStatusTypeStatus Status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("Status"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StatusSpecified { - get { - return this.statusFieldSpecified; - } - set { - this.statusFieldSpecified = value; - this.RaisePropertyChanged("StatusSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum EGRPRelationshipStatusTypeStatus { - - /// - C, - - /// - D, - - /// - N, - } - - /// - [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/house-management/")] - public partial class exportBriefSocialHireContractResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractRootGUIDField; - - private string contractGUIDField; - - private exportBriefSocialHireContractResultTypeContractState contractStateField; - - private bool contractStateFieldSpecified; - - private string contractNumberField; - - private System.DateTime signingDateField; - - private exportBriefSocialHireContractResultTypeTerminateContract terminateContractField; - - private AnnulmentType annulmentContractField; - - private exportBriefSocialHireContractResultTypeType typeField; - - private exportBriefSocialHireContractResultTypeObjectAddress[] objectAddressField; - - private string orgPPAGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractRootGUID { - get { - return this.contractRootGUIDField; - } - set { - this.contractRootGUIDField = value; - this.RaisePropertyChanged("ContractRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportBriefSocialHireContractResultTypeContractState ContractState { - get { - return this.contractStateField; - } - set { - this.contractStateField = value; - this.RaisePropertyChanged("ContractState"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ContractStateSpecified { - get { - return this.contractStateFieldSpecified; - } - set { - this.contractStateFieldSpecified = value; - this.RaisePropertyChanged("ContractStateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string ContractNumber { - get { - return this.contractNumberField; - } - set { - this.contractNumberField = value; - this.RaisePropertyChanged("ContractNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public exportBriefSocialHireContractResultTypeTerminateContract TerminateContract { - get { - return this.terminateContractField; - } - set { - this.terminateContractField = value; - this.RaisePropertyChanged("TerminateContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public AnnulmentType AnnulmentContract { - get { - return this.annulmentContractField; - } - set { - this.annulmentContractField = value; - this.RaisePropertyChanged("AnnulmentContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public exportBriefSocialHireContractResultTypeType Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=8)] - public exportBriefSocialHireContractResultTypeObjectAddress[] ObjectAddress { - get { - return this.objectAddressField; - } - set { - this.objectAddressField = value; - this.RaisePropertyChanged("ObjectAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=9)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSocialHireContractResultTypeContractState { - - /// - NotTakeEffect, - - /// - Proceed, - - /// - Expired, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSocialHireContractResultTypeTerminateContract : TerminateType { - - private nsiRef reasonRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ReasonRef { - get { - return this.reasonRefField; - } - set { - this.reasonRefField = value; - this.RaisePropertyChanged("ReasonRef"); - } - } - } - - /// - [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/house-management/")] - public partial class TerminateType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime terminateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime Terminate { - get { - return this.terminateField; - } - set { - this.terminateField = value; - this.RaisePropertyChanged("Terminate"); - } - } - - 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/house-management/")] - public partial class AnnulmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private string reasonOfAnnulmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReasonOfAnnulment { - get { - return this.reasonOfAnnulmentField; - } - set { - this.reasonOfAnnulmentField = value; - this.RaisePropertyChanged("ReasonOfAnnulment"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSocialHireContractResultTypeType { - - /// - D, - - /// - M, - - /// - S, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSocialHireContractResultTypeObjectAddress : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private string apartmentNumberField; - - private string roomNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ApartmentNumber { - get { - return this.apartmentNumberField; - } - set { - this.apartmentNumberField = value; - this.RaisePropertyChanged("ApartmentNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - 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/house-management/")] - public partial class exportOwnerDecisionResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string rootOwnerDecisionGUIDField; - - private Owner ownerField; - - private exportPropertyDetails[] exportPropertyDetailsField; - - private Representative representativeField; - - private QuestionOnDecisionType questionOnDecisionField; - - private AttachmentType[] attachmentsField; - - private bool decisionAnnuledField; - - private bool decisionAnnuledFieldSpecified; - - public exportOwnerDecisionResultType() { - this.decisionAnnuledField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RootOwnerDecisionGUID { - get { - return this.rootOwnerDecisionGUIDField; - } - set { - this.rootOwnerDecisionGUIDField = value; - this.RaisePropertyChanged("RootOwnerDecisionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public Owner Owner { - get { - return this.ownerField; - } - set { - this.ownerField = value; - this.RaisePropertyChanged("Owner"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("exportPropertyDetails", Order=2)] - public exportPropertyDetails[] exportPropertyDetails { - get { - return this.exportPropertyDetailsField; - } - set { - this.exportPropertyDetailsField = value; - this.RaisePropertyChanged("exportPropertyDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public Representative Representative { - get { - return this.representativeField; - } - set { - this.representativeField = value; - this.RaisePropertyChanged("Representative"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public QuestionOnDecisionType QuestionOnDecision { - get { - return this.questionOnDecisionField; - } - set { - this.questionOnDecisionField = value; - this.RaisePropertyChanged("QuestionOnDecision"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachments", Order=5)] - public AttachmentType[] Attachments { - get { - return this.attachmentsField; - } - set { - this.attachmentsField = value; - this.RaisePropertyChanged("Attachments"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool DecisionAnnuled { - get { - return this.decisionAnnuledField; - } - set { - this.decisionAnnuledField = value; - this.RaisePropertyChanged("DecisionAnnuled"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DecisionAnnuledSpecified { - get { - return this.decisionAnnuledFieldSpecified; - } - set { - this.decisionAnnuledFieldSpecified = value; - this.RaisePropertyChanged("DecisionAnnuledSpecified"); - } - } - - 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/house-management/")] - public partial class ObjectAddressBriefType : object, System.ComponentModel.INotifyPropertyChanged { - - private ObjectAddressBriefTypeHouseType houseTypeField; - - private bool houseTypeFieldSpecified; - - private string fIASHouseGuidField; - - private string apartmentNumberField; - - private string roomNumberField; - - private string premisesGUIDField; - - private string blockGUIDField; - - private string roomGUIDField; - - private ObjectAddressBriefTypePair[] pairField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - public ObjectAddressBriefType() { - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ObjectAddressBriefTypeHouseType HouseType { - get { - return this.houseTypeField; - } - set { - this.houseTypeField = value; - this.RaisePropertyChanged("HouseType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HouseTypeSpecified { - get { - return this.houseTypeFieldSpecified; - } - set { - this.houseTypeFieldSpecified = value; - this.RaisePropertyChanged("HouseTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ApartmentNumber { - get { - return this.apartmentNumberField; - } - set { - this.apartmentNumberField = value; - this.RaisePropertyChanged("ApartmentNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string BlockGUID { - get { - return this.blockGUIDField; - } - set { - this.blockGUIDField = value; - this.RaisePropertyChanged("BlockGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string RoomGUID { - get { - return this.roomGUIDField; - } - set { - this.roomGUIDField = value; - this.RaisePropertyChanged("RoomGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Pair", Order=7)] - public ObjectAddressBriefTypePair[] Pair { - get { - return this.pairField; - } - set { - this.pairField = value; - this.RaisePropertyChanged("Pair"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ObjectAddressBriefTypeHouseType { - - /// - MKD, - - /// - ZHD, - - /// - ZHDBlockZastroyki, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ObjectAddressBriefTypePair : ContractSubjectObjectAdressType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [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/house-management/")] - public partial class ContractSubjectObjectAdressType : object, System.ComponentModel.INotifyPropertyChanged { - - private ContractSubjectObjectAdressTypeServiceType serviceTypeField; - - private ContractSubjectObjectAdressTypeMunicipalResource municipalResourceField; - - private System.DateTime startSupplyDateField; - - private System.DateTime endSupplyDateField; - - private bool endSupplyDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ContractSubjectObjectAdressTypeServiceType ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ContractSubjectObjectAdressTypeMunicipalResource MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime StartSupplyDate { - get { - return this.startSupplyDateField; - } - set { - this.startSupplyDateField = value; - this.RaisePropertyChanged("StartSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime EndSupplyDate { - get { - return this.endSupplyDateField; - } - set { - this.endSupplyDateField = value; - this.RaisePropertyChanged("EndSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndSupplyDateSpecified { - get { - return this.endSupplyDateFieldSpecified; - } - set { - this.endSupplyDateFieldSpecified = value; - this.RaisePropertyChanged("EndSupplyDateSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractSubjectObjectAdressTypeServiceType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractSubjectObjectAdressTypeMunicipalResource : nsiRef { - } - - /// - [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/house-management/")] - public partial class exportBriefSupplyResourceContractResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractRootGUIDField; - - private string contractGUIDField; - - private string versionNumberField; - - private exportBriefSupplyResourceContractResultTypeVersionStatus versionStatusField; - - private exportBriefSupplyResourceContractResultTypeContractState contractStateField; - - private object itemField; - - private exportBriefSupplyResourceContractResultTypeFirstPartyContract firstPartyContractField; - - private exportBriefSupplyResourceContractResultTypeSecondPartyContract secondPartyContractField; - - private exportBriefSupplyResourceContractResultTypeContractSubject[] contractSubjectField; - - private exportBriefSupplyResourceContractResultTypeCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private exportBriefSupplyResourceContractResultTypeBillingDate billingDateField; - - private exportBriefSupplyResourceContractResultTypePaymentDate paymentDateField; - - private exportBriefSupplyResourceContractResultTypeProvidingInformationDate providingInformationDateField; - - private exportBriefSupplyResourceContractResultTypePeriod periodField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private exportBriefSupplyResourceContractResultTypeTerminateContract terminateContractField; - - private AnnulmentType annulmentContractField; - - private ObjectAddressBriefType[] objectAddressField; - - public exportBriefSupplyResourceContractResultType() { - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractRootGUID { - get { - return this.contractRootGUIDField; - } - set { - this.contractRootGUIDField = value; - this.RaisePropertyChanged("ContractRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=2)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public exportBriefSupplyResourceContractResultTypeVersionStatus VersionStatus { - get { - return this.versionStatusField; - } - set { - this.versionStatusField = value; - this.RaisePropertyChanged("VersionStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportBriefSupplyResourceContractResultTypeContractState ContractState { - get { - return this.contractStateField; - } - set { - this.contractStateField = value; - this.RaisePropertyChanged("ContractState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(exportBriefSupplyResourceContractResultTypeIsContract), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(exportBriefSupplyResourceContractResultTypeIsNotContract), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public exportBriefSupplyResourceContractResultTypeFirstPartyContract FirstPartyContract { - get { - return this.firstPartyContractField; - } - set { - this.firstPartyContractField = value; - this.RaisePropertyChanged("FirstPartyContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public exportBriefSupplyResourceContractResultTypeSecondPartyContract SecondPartyContract { - get { - return this.secondPartyContractField; - } - set { - this.secondPartyContractField = value; - this.RaisePropertyChanged("SecondPartyContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=8)] - public exportBriefSupplyResourceContractResultTypeContractSubject[] ContractSubject { - get { - return this.contractSubjectField; - } - set { - this.contractSubjectField = value; - this.RaisePropertyChanged("ContractSubject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public exportBriefSupplyResourceContractResultTypeCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public exportBriefSupplyResourceContractResultTypeBillingDate BillingDate { - get { - return this.billingDateField; - } - set { - this.billingDateField = value; - this.RaisePropertyChanged("BillingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public exportBriefSupplyResourceContractResultTypePaymentDate PaymentDate { - get { - return this.paymentDateField; - } - set { - this.paymentDateField = value; - this.RaisePropertyChanged("PaymentDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public exportBriefSupplyResourceContractResultTypeProvidingInformationDate ProvidingInformationDate { - get { - return this.providingInformationDateField; - } - set { - this.providingInformationDateField = value; - this.RaisePropertyChanged("ProvidingInformationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public exportBriefSupplyResourceContractResultTypePeriod Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=14)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=15)] - public exportBriefSupplyResourceContractResultTypeTerminateContract TerminateContract { - get { - return this.terminateContractField; - } - set { - this.terminateContractField = value; - this.RaisePropertyChanged("TerminateContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=16)] - public AnnulmentType AnnulmentContract { - get { - return this.annulmentContractField; - } - set { - this.annulmentContractField = value; - this.RaisePropertyChanged("AnnulmentContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=17)] - public ObjectAddressBriefType[] ObjectAddress { - get { - return this.objectAddressField; - } - set { - this.objectAddressField = value; - this.RaisePropertyChanged("ObjectAddress"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSupplyResourceContractResultTypeVersionStatus { - - /// - Posted, - - /// - Terminated, - - /// - Draft, - - /// - Annul, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSupplyResourceContractResultTypeContractState { - - /// - NotTakeEffect, - - /// - Proceed, - - /// - Expired, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeIsContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private System.DateTime effectiveDateField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeIsNotContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private bool signingDateFieldSpecified; - - private System.DateTime effectiveDateField; - - private bool effectiveDateFieldSpecified; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SigningDateSpecified { - get { - return this.signingDateFieldSpecified; - } - set { - this.signingDateFieldSpecified = value; - this.RaisePropertyChanged("SigningDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EffectiveDateSpecified { - get { - return this.effectiveDateFieldSpecified; - } - set { - this.effectiveDateFieldSpecified = value; - this.RaisePropertyChanged("EffectiveDateSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeFirstPartyContract : RegOrgType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeSecondPartyContract : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private ItemChoiceType4 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(exportBriefSupplyResourceContractResultTypeSecondPartyContractOrganization), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Owner", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType4 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeSecondPartyContractOrganization : RegOrgType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType4 { - - /// - Offer, - - /// - Organization, - - /// - Owner, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeContractSubject : object, System.ComponentModel.INotifyPropertyChanged { - - private exportBriefSupplyResourceContractResultTypeContractSubjectServiceType serviceTypeField; - - private exportBriefSupplyResourceContractResultTypeContractSubjectMunicipalResource municipalResourceField; - - private System.DateTime startSupplyDateField; - - private System.DateTime endSupplyDateField; - - private bool endSupplyDateFieldSpecified; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportBriefSupplyResourceContractResultTypeContractSubjectServiceType ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportBriefSupplyResourceContractResultTypeContractSubjectMunicipalResource MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime StartSupplyDate { - get { - return this.startSupplyDateField; - } - set { - this.startSupplyDateField = value; - this.RaisePropertyChanged("StartSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime EndSupplyDate { - get { - return this.endSupplyDateField; - } - set { - this.endSupplyDateField = value; - this.RaisePropertyChanged("EndSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndSupplyDateSpecified { - get { - return this.endSupplyDateFieldSpecified; - } - set { - this.endSupplyDateFieldSpecified = value; - this.RaisePropertyChanged("EndSupplyDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeContractSubjectServiceType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeContractSubjectMunicipalResource : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSupplyResourceContractResultTypeCountingResource { - - /// - R, - - /// - P, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeBillingDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private exportBriefSupplyResourceContractResultTypeBillingDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportBriefSupplyResourceContractResultTypeBillingDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSupplyResourceContractResultTypeBillingDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypePaymentDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private exportBriefSupplyResourceContractResultTypePaymentDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportBriefSupplyResourceContractResultTypePaymentDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSupplyResourceContractResultTypePaymentDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeProvidingInformationDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private exportBriefSupplyResourceContractResultTypeProvidingInformationDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportBriefSupplyResourceContractResultTypeProvidingInformationDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSupplyResourceContractResultTypeProvidingInformationDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypePeriod : object, System.ComponentModel.INotifyPropertyChanged { - - private exportBriefSupplyResourceContractResultTypePeriodStart startField; - - private exportBriefSupplyResourceContractResultTypePeriodEnd endField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportBriefSupplyResourceContractResultTypePeriodStart Start { - get { - return this.startField; - } - set { - this.startField = value; - this.RaisePropertyChanged("Start"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportBriefSupplyResourceContractResultTypePeriodEnd End { - get { - return this.endField; - } - set { - this.endField = value; - this.RaisePropertyChanged("End"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypePeriodStart : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte startDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public exportBriefSupplyResourceContractResultTypePeriodStart() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypePeriodEnd : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte endDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public exportBriefSupplyResourceContractResultTypePeriodEnd() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractResultTypeTerminateContract : TerminateType { - - private nsiRef reasonRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ReasonRef { - get { - return this.reasonRefField; - } - set { - this.reasonRefField = value; - this.RaisePropertyChanged("ReasonRef"); - } - } - } - - /// - [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/base/")] - public partial class RegionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - 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 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://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private object[] itemsField; - - private ItemsChoiceType14[] itemsElementNameField; - - private SupplyResourceContractProjectTypePeriod periodField; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - private nsiRef[] contractBaseField; - - private object item1Field; - - private bool isPlannedVolumeField; - - private SupplyResourceContractProjectTypePlannedVolumeType plannedVolumeTypeField; - - private bool plannedVolumeTypeFieldSpecified; - - private SupplyResourceContractProjectTypeContractSubject[] contractSubjectField; - - private SupplyResourceContractProjectTypeCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private SupplyResourceContractProjectTypeSpecifyingQualityIndicators specifyingQualityIndicatorsField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private SupplyResourceContractProjectTypeQuality[] qualityField; - - private SupplyResourceContractProjectTypeOtherQualityIndicator[] otherQualityIndicatorField; - - private SupplyResourceContractProjectTypeTemperatureChart[] temperatureChartField; - - private SupplyResourceContractProjectTypeBillingDate billingDateField; - - private SupplyResourceContractProjectTypePaymentDate paymentDateField; - - private SupplyResourceContractProjectTypeProvidingInformationDate providingInformationDateField; - - private bool meteringDeviceInformationField; - - private bool meteringDeviceInformationFieldSpecified; - - private bool volumeDependsField; - - private bool volumeDependsFieldSpecified; - - private bool oneTimePaymentField; - - private bool oneTimePaymentFieldSpecified; - - private SupplyResourceContractProjectTypeAccrualProcedure accrualProcedureField; - - private bool accrualProcedureFieldSpecified; - - private SupplyResourceContractProjectTypeRegionalSettings regionalSettingsField; - - public SupplyResourceContractProjectType() { - this.indicationsAnyDayField = true; - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(SupplyResourceContractProjectTypeIsContract), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(SupplyResourceContractProjectTypeIsNotContract), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AutomaticRollOverOneYear", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ComptetionDate", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlElementAttribute("IndefiniteTerm", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType14[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public SupplyResourceContractProjectTypePeriod Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractBase", Order=5)] - public nsiRef[] ContractBase { - get { - return this.contractBaseField; - } - set { - this.contractBaseField = value; - this.RaisePropertyChanged("ContractBase"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingOwner", typeof(SupplyResourceContractProjectTypeApartmentBuildingOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingRepresentativeOwner", typeof(SupplyResourceContractProjectTypeApartmentBuildingRepresentativeOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingSoleOwner", typeof(SupplyResourceContractProjectTypeApartmentBuildingSoleOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseOwner", typeof(SupplyResourceContractProjectTypeLivingHouseOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(SupplyResourceContractProjectTypeOrganization), Order=6)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool IsPlannedVolume { - get { - return this.isPlannedVolumeField; - } - set { - this.isPlannedVolumeField = value; - this.RaisePropertyChanged("IsPlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public SupplyResourceContractProjectTypePlannedVolumeType PlannedVolumeType { - get { - return this.plannedVolumeTypeField; - } - set { - this.plannedVolumeTypeField = value; - this.RaisePropertyChanged("PlannedVolumeType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PlannedVolumeTypeSpecified { - get { - return this.plannedVolumeTypeFieldSpecified; - } - set { - this.plannedVolumeTypeFieldSpecified = value; - this.RaisePropertyChanged("PlannedVolumeTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=9)] - public SupplyResourceContractProjectTypeContractSubject[] ContractSubject { - get { - return this.contractSubjectField; - } - set { - this.contractSubjectField = value; - this.RaisePropertyChanged("ContractSubject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public SupplyResourceContractProjectTypeCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public SupplyResourceContractProjectTypeSpecifyingQualityIndicators SpecifyingQualityIndicators { - get { - return this.specifyingQualityIndicatorsField; - } - set { - this.specifyingQualityIndicatorsField = value; - this.RaisePropertyChanged("SpecifyingQualityIndicators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Quality", Order=13)] - public SupplyResourceContractProjectTypeQuality[] Quality { - get { - return this.qualityField; - } - set { - this.qualityField = value; - this.RaisePropertyChanged("Quality"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=14)] - public SupplyResourceContractProjectTypeOtherQualityIndicator[] OtherQualityIndicator { - get { - return this.otherQualityIndicatorField; - } - set { - this.otherQualityIndicatorField = value; - this.RaisePropertyChanged("OtherQualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TemperatureChart", Order=15)] - public SupplyResourceContractProjectTypeTemperatureChart[] TemperatureChart { - get { - return this.temperatureChartField; - } - set { - this.temperatureChartField = value; - this.RaisePropertyChanged("TemperatureChart"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=16)] - public SupplyResourceContractProjectTypeBillingDate BillingDate { - get { - return this.billingDateField; - } - set { - this.billingDateField = value; - this.RaisePropertyChanged("BillingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=17)] - public SupplyResourceContractProjectTypePaymentDate PaymentDate { - get { - return this.paymentDateField; - } - set { - this.paymentDateField = value; - this.RaisePropertyChanged("PaymentDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=18)] - public SupplyResourceContractProjectTypeProvidingInformationDate ProvidingInformationDate { - get { - return this.providingInformationDateField; - } - set { - this.providingInformationDateField = value; - this.RaisePropertyChanged("ProvidingInformationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=19)] - public bool MeteringDeviceInformation { - get { - return this.meteringDeviceInformationField; - } - set { - this.meteringDeviceInformationField = value; - this.RaisePropertyChanged("MeteringDeviceInformation"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeteringDeviceInformationSpecified { - get { - return this.meteringDeviceInformationFieldSpecified; - } - set { - this.meteringDeviceInformationFieldSpecified = value; - this.RaisePropertyChanged("MeteringDeviceInformationSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=20)] - public bool VolumeDepends { - get { - return this.volumeDependsField; - } - set { - this.volumeDependsField = value; - this.RaisePropertyChanged("VolumeDepends"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VolumeDependsSpecified { - get { - return this.volumeDependsFieldSpecified; - } - set { - this.volumeDependsFieldSpecified = value; - this.RaisePropertyChanged("VolumeDependsSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=21)] - public bool OneTimePayment { - get { - return this.oneTimePaymentField; - } - set { - this.oneTimePaymentField = value; - this.RaisePropertyChanged("OneTimePayment"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool OneTimePaymentSpecified { - get { - return this.oneTimePaymentFieldSpecified; - } - set { - this.oneTimePaymentFieldSpecified = value; - this.RaisePropertyChanged("OneTimePaymentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=22)] - public SupplyResourceContractProjectTypeAccrualProcedure AccrualProcedure { - get { - return this.accrualProcedureField; - } - set { - this.accrualProcedureField = value; - this.RaisePropertyChanged("AccrualProcedure"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AccrualProcedureSpecified { - get { - return this.accrualProcedureFieldSpecified; - } - set { - this.accrualProcedureFieldSpecified = value; - this.RaisePropertyChanged("AccrualProcedureSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=23)] - public SupplyResourceContractProjectTypeRegionalSettings RegionalSettings { - get { - return this.regionalSettingsField; - } - set { - this.regionalSettingsField = value; - this.RaisePropertyChanged("RegionalSettings"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeIsContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private System.DateTime effectiveDateField; - - private AttachmentType[] contractAttachmentField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeIsNotContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private bool signingDateFieldSpecified; - - private System.DateTime effectiveDateField; - - private bool effectiveDateFieldSpecified; - - private AttachmentType[] contractAttachmentField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SigningDateSpecified { - get { - return this.signingDateFieldSpecified; - } - set { - this.signingDateFieldSpecified = value; - this.RaisePropertyChanged("SigningDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EffectiveDateSpecified { - get { - return this.effectiveDateFieldSpecified; - } - set { - this.effectiveDateFieldSpecified = value; - this.RaisePropertyChanged("EffectiveDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType14 { - - /// - AutomaticRollOverOneYear, - - /// - ComptetionDate, - - /// - IndefiniteTerm, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypePeriod : object, System.ComponentModel.INotifyPropertyChanged { - - private SupplyResourceContractProjectTypePeriodStart startField; - - private SupplyResourceContractProjectTypePeriodEnd endField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SupplyResourceContractProjectTypePeriodStart Start { - get { - return this.startField; - } - set { - this.startField = value; - this.RaisePropertyChanged("Start"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractProjectTypePeriodEnd End { - get { - return this.endField; - } - set { - this.endField = value; - this.RaisePropertyChanged("End"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypePeriodStart : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte startDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public SupplyResourceContractProjectTypePeriodStart() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypePeriodEnd : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte endDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public SupplyResourceContractProjectTypePeriodEnd() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeApartmentBuildingOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/house-management/")] - public partial class DRSOIndType : object, System.ComponentModel.INotifyPropertyChanged { - - private string surnameField; - - private string firstNameField; - - private string patronymicField; - - private DRSOIndTypeSex sexField; - - private bool sexFieldSpecified; - - private System.DateTime dateOfBirthField; - - private bool dateOfBirthFieldSpecified; - - private object itemField; - - private string placeBirthField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Surname { - get { - return this.surnameField; - } - set { - this.surnameField = value; - this.RaisePropertyChanged("Surname"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FirstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("FirstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Patronymic { - get { - return this.patronymicField; - } - set { - this.patronymicField = value; - this.RaisePropertyChanged("Patronymic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public DRSOIndTypeSex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime DateOfBirth { - get { - return this.dateOfBirthField; - } - set { - this.dateOfBirthField = value; - this.RaisePropertyChanged("DateOfBirth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DateOfBirthSpecified { - get { - return this.dateOfBirthFieldSpecified; - } - set { - this.dateOfBirthFieldSpecified = value; - this.RaisePropertyChanged("DateOfBirthSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ID", typeof(ID), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=5)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/individual-registry-base/", Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string PlaceBirth { - get { - return this.placeBirthField; - } - set { - this.placeBirthField = value; - this.RaisePropertyChanged("PlaceBirth"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum DRSOIndTypeSex { - - /// - M, - - /// - F, - } - - /// - [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/house-management/")] - public partial class DRSORegOrgType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgRootEntityGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string orgRootEntityGUID { - get { - return this.orgRootEntityGUIDField; - } - set { - this.orgRootEntityGUIDField = value; - this.RaisePropertyChanged("orgRootEntityGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeApartmentBuildingRepresentativeOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeApartmentBuildingSoleOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeLivingHouseOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeOrganization : RegOrgType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypePlannedVolumeType { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeContractSubject : ContractSubjectType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [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/house-management/")] - public partial class ContractSubjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private ContractSubjectTypeServiceType serviceTypeField; - - private ContractSubjectTypeMunicipalResource municipalResourceField; - - private System.DateTime startSupplyDateField; - - private System.DateTime endSupplyDateField; - - private bool endSupplyDateFieldSpecified; - - private ContractSubjectTypePlannedVolume plannedVolumeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ContractSubjectTypeServiceType ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ContractSubjectTypeMunicipalResource MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime StartSupplyDate { - get { - return this.startSupplyDateField; - } - set { - this.startSupplyDateField = value; - this.RaisePropertyChanged("StartSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime EndSupplyDate { - get { - return this.endSupplyDateField; - } - set { - this.endSupplyDateField = value; - this.RaisePropertyChanged("EndSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndSupplyDateSpecified { - get { - return this.endSupplyDateFieldSpecified; - } - set { - this.endSupplyDateFieldSpecified = value; - this.RaisePropertyChanged("EndSupplyDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ContractSubjectTypePlannedVolume PlannedVolume { - get { - return this.plannedVolumeField; - } - set { - this.plannedVolumeField = value; - this.RaisePropertyChanged("PlannedVolume"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractSubjectTypeServiceType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractSubjectTypeMunicipalResource : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractSubjectTypePlannedVolume : object, System.ComponentModel.INotifyPropertyChanged { - - private decimal volumeField; - - private string unitField; - - private string feedingModeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal Volume { - get { - return this.volumeField; - } - set { - this.volumeField = value; - this.RaisePropertyChanged("Volume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FeedingMode { - get { - return this.feedingModeField; - } - set { - this.feedingModeField = value; - this.RaisePropertyChanged("FeedingMode"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypeCountingResource { - - /// - R, - - /// - P, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypeSpecifyingQualityIndicators { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeQuality : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private nsiRef qualityIndicatorField; - - private SupplyResourceContractProjectTypeQualityIndicatorValue indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef QualityIndicator { - get { - return this.qualityIndicatorField; - } - set { - this.qualityIndicatorField = value; - this.RaisePropertyChanged("QualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public SupplyResourceContractProjectTypeQualityIndicatorValue IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeQualityIndicatorValue : IndicatorValueType { - } - - /// - [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/house-management/")] - public partial class IndicatorValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType10[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType10[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType10 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - Correspond, - - /// - EndRange, - - /// - Number, - - /// - StartRange, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeOtherQualityIndicator : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string indicatorNameField; - - private object[] itemsField; - - private ItemsChoiceType15[] itemsElementNameField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string IndicatorName { - get { - return this.indicatorNameField; - } - set { - this.indicatorNameField = value; - this.RaisePropertyChanged("IndicatorName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType15[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType15 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - Correspond, - - /// - EndRange, - - /// - Number, - - /// - StartRange, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeTemperatureChart : object, System.ComponentModel.INotifyPropertyChanged { - - private int outsideTemperatureField; - - private decimal flowLineTemperatureField; - - private decimal oppositeLineTemperatureField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public int OutsideTemperature { - get { - return this.outsideTemperatureField; - } - set { - this.outsideTemperatureField = value; - this.RaisePropertyChanged("OutsideTemperature"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal FlowLineTemperature { - get { - return this.flowLineTemperatureField; - } - set { - this.flowLineTemperatureField = value; - this.RaisePropertyChanged("FlowLineTemperature"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal OppositeLineTemperature { - get { - return this.oppositeLineTemperatureField; - } - set { - this.oppositeLineTemperatureField = value; - this.RaisePropertyChanged("OppositeLineTemperature"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeBillingDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private SupplyResourceContractProjectTypeBillingDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractProjectTypeBillingDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypeBillingDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypePaymentDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private SupplyResourceContractProjectTypePaymentDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractProjectTypePaymentDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypePaymentDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeProvidingInformationDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private SupplyResourceContractProjectTypeProvidingInformationDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractProjectTypeProvidingInformationDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypeProvidingInformationDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractProjectTypeAccrualProcedure { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeRegionalSettings : object, System.ComponentModel.INotifyPropertyChanged { - - private RegionType regionField; - - private SupplyResourceContractProjectTypeRegionalSettingsTariff[] tariffField; - - private SupplyResourceContractProjectTypeRegionalSettingsNorm[] normField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RegionType Region { - get { - return this.regionField; - } - set { - this.regionField = value; - this.RaisePropertyChanged("Region"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Tariff", Order=1)] - public SupplyResourceContractProjectTypeRegionalSettingsTariff[] Tariff { - get { - return this.tariffField; - } - set { - this.tariffField = value; - this.RaisePropertyChanged("Tariff"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Norm", Order=2)] - public SupplyResourceContractProjectTypeRegionalSettingsNorm[] Norm { - get { - return this.normField; - } - set { - this.normField = value; - this.RaisePropertyChanged("Norm"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeRegionalSettingsTariff : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string priceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PriceGUID { - get { - return this.priceGUIDField; - } - set { - this.priceGUIDField = value; - this.RaisePropertyChanged("PriceGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractProjectTypeRegionalSettingsNorm : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string normGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string NormGUID { - get { - return this.normGUIDField; - } - set { - this.normGUIDField = value; - this.RaisePropertyChanged("NormGUID"); - } - } - - 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/house-management/")] - public partial class ExportAnnulmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private string reasonOfAnnulmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ReasonOfAnnulment { - get { - return this.reasonOfAnnulmentField; - } - set { - this.reasonOfAnnulmentField = value; - this.RaisePropertyChanged("ReasonOfAnnulment"); - } - } - - 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(exportSupplyResourceContractResultType))] - [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/house-management/")] - public partial class ExportSupplyResourceContractType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private object[] itemsField; - - private ItemsChoiceType12[] itemsElementNameField; - - private bool volumeDependsField; - - private bool volumeDependsFieldSpecified; - - private ExportSupplyResourceContractTypePeriod periodField; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - private nsiRef[] contractBaseField; - - private object item1Field; - - private bool isPlannedVolumeField; - - private ExportSupplyResourceContractTypePlannedVolumeType plannedVolumeTypeField; - - private bool plannedVolumeTypeFieldSpecified; - - private ExportSupplyResourceContractTypeContractSubject[] contractSubjectField; - - private ExportSupplyResourceContractTypeCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private bool meteringDeviceInformationField; - - private bool meteringDeviceInformationFieldSpecified; - - private ExportSupplyResourceContractTypeSpecifyingQualityIndicators specifyingQualityIndicatorsField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private ExportSupplyResourceContractTypeQuality[] qualityField; - - private ExportSupplyResourceContractTypeOtherQualityIndicator[] otherQualityIndicatorField; - - private ExportSupplyResourceContractTypePlannedVolume[] plannedVolumeField; - - private bool oneTimePaymentField; - - private bool oneTimePaymentFieldSpecified; - - private ExportSupplyResourceContractTypeBillingDate billingDateField; - - private ExportSupplyResourceContractTypePaymentDate paymentDateField; - - private ExportSupplyResourceContractTypeProvidingInformationDate providingInformationDateField; - - public ExportSupplyResourceContractType() { - this.indicationsAnyDayField = true; - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(ExportSupplyResourceContractTypeIsContract), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(ExportSupplyResourceContractTypeIsNotContract), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AutomaticRollOverOneYear", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ComptetionDate", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlElementAttribute("IndefiniteTerm", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType12[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool VolumeDepends { - get { - return this.volumeDependsField; - } - set { - this.volumeDependsField = value; - this.RaisePropertyChanged("VolumeDepends"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VolumeDependsSpecified { - get { - return this.volumeDependsFieldSpecified; - } - set { - this.volumeDependsFieldSpecified = value; - this.RaisePropertyChanged("VolumeDependsSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ExportSupplyResourceContractTypePeriod Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractBase", Order=6)] - public nsiRef[] ContractBase { - get { - return this.contractBaseField; - } - set { - this.contractBaseField = value; - this.RaisePropertyChanged("ContractBase"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingOwner", typeof(ExportSupplyResourceContractTypeApartmentBuildingOwner), Order=7)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingRepresentativeOwner", typeof(ExportSupplyResourceContractTypeApartmentBuildingRepresentativeOwner), Order=7)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingSoleOwner", typeof(ExportSupplyResourceContractTypeApartmentBuildingSoleOwner), Order=7)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseOwner", typeof(ExportSupplyResourceContractTypeLivingHouseOwner), Order=7)] - [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=7)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(ExportSupplyResourceContractTypeOrganization), Order=7)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool IsPlannedVolume { - get { - return this.isPlannedVolumeField; - } - set { - this.isPlannedVolumeField = value; - this.RaisePropertyChanged("IsPlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public ExportSupplyResourceContractTypePlannedVolumeType PlannedVolumeType { - get { - return this.plannedVolumeTypeField; - } - set { - this.plannedVolumeTypeField = value; - this.RaisePropertyChanged("PlannedVolumeType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PlannedVolumeTypeSpecified { - get { - return this.plannedVolumeTypeFieldSpecified; - } - set { - this.plannedVolumeTypeFieldSpecified = value; - this.RaisePropertyChanged("PlannedVolumeTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=10)] - public ExportSupplyResourceContractTypeContractSubject[] ContractSubject { - get { - return this.contractSubjectField; - } - set { - this.contractSubjectField = value; - this.RaisePropertyChanged("ContractSubject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public ExportSupplyResourceContractTypeCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool MeteringDeviceInformation { - get { - return this.meteringDeviceInformationField; - } - set { - this.meteringDeviceInformationField = value; - this.RaisePropertyChanged("MeteringDeviceInformation"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeteringDeviceInformationSpecified { - get { - return this.meteringDeviceInformationFieldSpecified; - } - set { - this.meteringDeviceInformationFieldSpecified = value; - this.RaisePropertyChanged("MeteringDeviceInformationSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public ExportSupplyResourceContractTypeSpecifyingQualityIndicators SpecifyingQualityIndicators { - get { - return this.specifyingQualityIndicatorsField; - } - set { - this.specifyingQualityIndicatorsField = value; - this.RaisePropertyChanged("SpecifyingQualityIndicators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=14)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Quality", Order=15)] - public ExportSupplyResourceContractTypeQuality[] Quality { - get { - return this.qualityField; - } - set { - this.qualityField = value; - this.RaisePropertyChanged("Quality"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=16)] - public ExportSupplyResourceContractTypeOtherQualityIndicator[] OtherQualityIndicator { - get { - return this.otherQualityIndicatorField; - } - set { - this.otherQualityIndicatorField = value; - this.RaisePropertyChanged("OtherQualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=17)] - public ExportSupplyResourceContractTypePlannedVolume[] PlannedVolume { - get { - return this.plannedVolumeField; - } - set { - this.plannedVolumeField = value; - this.RaisePropertyChanged("PlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=18)] - public bool OneTimePayment { - get { - return this.oneTimePaymentField; - } - set { - this.oneTimePaymentField = value; - this.RaisePropertyChanged("OneTimePayment"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool OneTimePaymentSpecified { - get { - return this.oneTimePaymentFieldSpecified; - } - set { - this.oneTimePaymentFieldSpecified = value; - this.RaisePropertyChanged("OneTimePaymentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=19)] - public ExportSupplyResourceContractTypeBillingDate BillingDate { - get { - return this.billingDateField; - } - set { - this.billingDateField = value; - this.RaisePropertyChanged("BillingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=20)] - public ExportSupplyResourceContractTypePaymentDate PaymentDate { - get { - return this.paymentDateField; - } - set { - this.paymentDateField = value; - this.RaisePropertyChanged("PaymentDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=21)] - public ExportSupplyResourceContractTypeProvidingInformationDate ProvidingInformationDate { - get { - return this.providingInformationDateField; - } - set { - this.providingInformationDateField = value; - this.RaisePropertyChanged("ProvidingInformationDate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeIsContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private System.DateTime effectiveDateField; - - private AttachmentType[] contractAttachmentField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeIsNotContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private bool signingDateFieldSpecified; - - private System.DateTime effectiveDateField; - - private bool effectiveDateFieldSpecified; - - private AttachmentType[] contractAttachmentField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SigningDateSpecified { - get { - return this.signingDateFieldSpecified; - } - set { - this.signingDateFieldSpecified = value; - this.RaisePropertyChanged("SigningDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EffectiveDateSpecified { - get { - return this.effectiveDateFieldSpecified; - } - set { - this.effectiveDateFieldSpecified = value; - this.RaisePropertyChanged("EffectiveDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType12 { - - /// - AutomaticRollOverOneYear, - - /// - ComptetionDate, - - /// - IndefiniteTerm, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypePeriod : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportSupplyResourceContractTypePeriodStart startField; - - private ExportSupplyResourceContractTypePeriodEnd endField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ExportSupplyResourceContractTypePeriodStart Start { - get { - return this.startField; - } - set { - this.startField = value; - this.RaisePropertyChanged("Start"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportSupplyResourceContractTypePeriodEnd End { - get { - return this.endField; - } - set { - this.endField = value; - this.RaisePropertyChanged("End"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypePeriodStart : object, System.ComponentModel.INotifyPropertyChanged { - - private string startDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public ExportSupplyResourceContractTypePeriodStart() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypePeriodEnd : object, System.ComponentModel.INotifyPropertyChanged { - - private string endDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public ExportSupplyResourceContractTypePeriodEnd() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeApartmentBuildingOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeApartmentBuildingRepresentativeOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeApartmentBuildingSoleOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeLivingHouseOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeOrganization : RegOrgType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportSupplyResourceContractTypePlannedVolumeType { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeContractSubject : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportSupplyResourceContractTypeContractSubjectServiceType serviceTypeField; - - private ExportSupplyResourceContractTypeContractSubjectMunicipalResource municipalResourceField; - - private System.DateTime startSupplyDateField; - - private System.DateTime endSupplyDateField; - - private bool endSupplyDateFieldSpecified; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ExportSupplyResourceContractTypeContractSubjectServiceType ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportSupplyResourceContractTypeContractSubjectMunicipalResource MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime StartSupplyDate { - get { - return this.startSupplyDateField; - } - set { - this.startSupplyDateField = value; - this.RaisePropertyChanged("StartSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime EndSupplyDate { - get { - return this.endSupplyDateField; - } - set { - this.endSupplyDateField = value; - this.RaisePropertyChanged("EndSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndSupplyDateSpecified { - get { - return this.endSupplyDateFieldSpecified; - } - set { - this.endSupplyDateFieldSpecified = value; - this.RaisePropertyChanged("EndSupplyDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeContractSubjectServiceType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeContractSubjectMunicipalResource : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportSupplyResourceContractTypeCountingResource { - - /// - R, - - /// - P, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportSupplyResourceContractTypeSpecifyingQualityIndicators { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeQuality : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private nsiRef qualityIndicatorField; - - private ExportSupplyResourceContractTypeQualityIndicatorValue[] indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef QualityIndicator { - get { - return this.qualityIndicatorField; - } - set { - this.qualityIndicatorField = value; - this.RaisePropertyChanged("QualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IndicatorValue", Order=2)] - public ExportSupplyResourceContractTypeQualityIndicatorValue[] IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeQualityIndicatorValue : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType13[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType13[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType13 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - Correspond, - - /// - EndRange, - - /// - Number, - - /// - StartRange, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeOtherQualityIndicator : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string indicatorNameField; - - private ExportSupplyResourceContractTypeOtherQualityIndicatorIndicatorValue indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string IndicatorName { - get { - return this.indicatorNameField; - } - set { - this.indicatorNameField = value; - this.RaisePropertyChanged("IndicatorName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ExportSupplyResourceContractTypeOtherQualityIndicatorIndicatorValue IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeOtherQualityIndicatorIndicatorValue : IndicatorValueType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypePlannedVolume : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private decimal volumeField; - - private bool volumeFieldSpecified; - - private string unitField; - - private string feedingModeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Volume { - get { - return this.volumeField; - } - set { - this.volumeField = value; - this.RaisePropertyChanged("Volume"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VolumeSpecified { - get { - return this.volumeFieldSpecified; - } - set { - this.volumeFieldSpecified = value; - this.RaisePropertyChanged("VolumeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string FeedingMode { - get { - return this.feedingModeField; - } - set { - this.feedingModeField = value; - this.RaisePropertyChanged("FeedingMode"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeBillingDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private ExportSupplyResourceContractTypeBillingDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportSupplyResourceContractTypeBillingDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportSupplyResourceContractTypeBillingDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypePaymentDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private ExportSupplyResourceContractTypePaymentDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportSupplyResourceContractTypePaymentDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportSupplyResourceContractTypePaymentDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ExportSupplyResourceContractTypeProvidingInformationDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private ExportSupplyResourceContractTypeProvidingInformationDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportSupplyResourceContractTypeProvidingInformationDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ExportSupplyResourceContractTypeProvidingInformationDateDateType { - - /// - C, - - /// - N, - } - - /// - [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/house-management/")] - public partial class exportSupplyResourceContractResultType : ExportSupplyResourceContractType { - - private string contractRootGUIDField; - - private string contractGUIDField; - - private exportSupplyResourceContractResultTypeContractState contractStateField; - - private string versionNumberField; - - private exportSupplyResourceContractResultTypeVersionStatus versionStatusField; - - private exportSupplyResourceContractResultTypeTerminateContract terminateContractField; - - private ExportAnnulmentType annulmentContractField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractRootGUID { - get { - return this.contractRootGUIDField; - } - set { - this.contractRootGUIDField = value; - this.RaisePropertyChanged("ContractRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportSupplyResourceContractResultTypeContractState ContractState { - get { - return this.contractStateField; - } - set { - this.contractStateField = value; - this.RaisePropertyChanged("ContractState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=3)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportSupplyResourceContractResultTypeVersionStatus VersionStatus { - get { - return this.versionStatusField; - } - set { - this.versionStatusField = value; - this.RaisePropertyChanged("VersionStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public exportSupplyResourceContractResultTypeTerminateContract TerminateContract { - get { - return this.terminateContractField; - } - set { - this.terminateContractField = value; - this.RaisePropertyChanged("TerminateContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public ExportAnnulmentType AnnulmentContract { - get { - return this.annulmentContractField; - } - set { - this.annulmentContractField = value; - this.RaisePropertyChanged("AnnulmentContract"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportSupplyResourceContractResultTypeContractState { - - /// - NotTakeEffect, - - /// - Proceed, - - /// - Expired, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportSupplyResourceContractResultTypeVersionStatus { - - /// - Posted, - - /// - Terminated, - - /// - Draft, - - /// - Annul, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractResultTypeTerminateContract : TerminateType { - - private nsiRef reasonRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ReasonRef { - get { - return this.reasonRefField; - } - set { - this.reasonRefField = value; - this.RaisePropertyChanged("ReasonRef"); - } - } - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(exportSupplyResourceContractObjectAddressResultType))] - [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/house-management/")] - public partial class ObjectAddressType : object, System.ComponentModel.INotifyPropertyChanged { - - private ObjectAddressTypeHouseType houseTypeField; - - private bool houseTypeFieldSpecified; - - private string fIASHouseGuidField; - - private string apartmentNumberField; - - private string roomNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ObjectAddressTypeHouseType HouseType { - get { - return this.houseTypeField; - } - set { - this.houseTypeField = value; - this.RaisePropertyChanged("HouseType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HouseTypeSpecified { - get { - return this.houseTypeFieldSpecified; - } - set { - this.houseTypeFieldSpecified = value; - this.RaisePropertyChanged("HouseTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ApartmentNumber { - get { - return this.apartmentNumberField; - } - set { - this.apartmentNumberField = value; - this.RaisePropertyChanged("ApartmentNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ObjectAddressTypeHouseType { - - /// - MKD, - - /// - ZHD, - - /// - ZHDBlockZastroyki, - } - - /// - [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/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultType : ObjectAddressType { - - private exportSupplyResourceContractObjectAddressResultTypePair[] pairField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private exportSupplyResourceContractObjectAddressResultTypeQuality[] qualityField; - - private exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicator[] otherQualityIndicatorField; - - private exportSupplyResourceContractObjectAddressResultTypePlannedVolume[] plannedVolumeField; - - private string objectGUIDField; - - private string contractRootGUIDField; - - private string contractGUIDField; - - private string versionNumberField; - - private exportSupplyResourceContractObjectAddressResultTypeVersionStatus versionStatusField; - - private exportSupplyResourceContractObjectAddressResultTypeCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private bool meteringDeviceInformationField; - - private bool meteringDeviceInformationFieldSpecified; - - public exportSupplyResourceContractObjectAddressResultType() { - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Pair", Order=0)] - public exportSupplyResourceContractObjectAddressResultTypePair[] Pair { - get { - return this.pairField; - } - set { - this.pairField = value; - this.RaisePropertyChanged("Pair"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Quality", Order=2)] - public exportSupplyResourceContractObjectAddressResultTypeQuality[] Quality { - get { - return this.qualityField; - } - set { - this.qualityField = value; - this.RaisePropertyChanged("Quality"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=3)] - public exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicator[] OtherQualityIndicator { - get { - return this.otherQualityIndicatorField; - } - set { - this.otherQualityIndicatorField = value; - this.RaisePropertyChanged("OtherQualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=4)] - public exportSupplyResourceContractObjectAddressResultTypePlannedVolume[] PlannedVolume { - get { - return this.plannedVolumeField; - } - set { - this.plannedVolumeField = value; - this.RaisePropertyChanged("PlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string ObjectGUID { - get { - return this.objectGUIDField; - } - set { - this.objectGUIDField = value; - this.RaisePropertyChanged("ObjectGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string ContractRootGUID { - get { - return this.contractRootGUIDField; - } - set { - this.contractRootGUIDField = value; - this.RaisePropertyChanged("ContractRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=8)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public exportSupplyResourceContractObjectAddressResultTypeVersionStatus VersionStatus { - get { - return this.versionStatusField; - } - set { - this.versionStatusField = value; - this.RaisePropertyChanged("VersionStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public exportSupplyResourceContractObjectAddressResultTypeCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public bool MeteringDeviceInformation { - get { - return this.meteringDeviceInformationField; - } - set { - this.meteringDeviceInformationField = value; - this.RaisePropertyChanged("MeteringDeviceInformation"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeteringDeviceInformationSpecified { - get { - return this.meteringDeviceInformationFieldSpecified; - } - set { - this.meteringDeviceInformationFieldSpecified = value; - this.RaisePropertyChanged("MeteringDeviceInformationSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypePair : ContractSubjectObjectAdressType { - - private exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemType[] heatingSystemTypeField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("HeatingSystemType", Order=0)] - public exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemType[] HeatingSystemType { - get { - return this.heatingSystemTypeField; - } - set { - this.heatingSystemTypeField = value; - this.RaisePropertyChanged("HeatingSystemType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemType : object, System.ComponentModel.INotifyPropertyChanged { - - private exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeOpenOrNot openOrNotField; - - private exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeCentralizedOrNot centralizedOrNotField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeOpenOrNot OpenOrNot { - get { - return this.openOrNotField; - } - set { - this.openOrNotField = value; - this.RaisePropertyChanged("OpenOrNot"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeCentralizedOrNot CentralizedOrNot { - get { - return this.centralizedOrNotField; - } - set { - this.centralizedOrNotField = value; - this.RaisePropertyChanged("CentralizedOrNot"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeOpenOrNot { - - /// - Opened, - - /// - Closed, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportSupplyResourceContractObjectAddressResultTypePairHeatingSystemTypeCentralizedOrNot { - - /// - Centralized, - - /// - Decentralized, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypeQuality : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private nsiRef qualityIndicatorField; - - private exportSupplyResourceContractObjectAddressResultTypeQualityIndicatorValue[] indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef QualityIndicator { - get { - return this.qualityIndicatorField; - } - set { - this.qualityIndicatorField = value; - this.RaisePropertyChanged("QualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IndicatorValue", Order=2)] - public exportSupplyResourceContractObjectAddressResultTypeQualityIndicatorValue[] IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypeQualityIndicatorValue : IndicatorValueType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicator : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string indicatorNameField; - - private exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicatorIndicatorValue indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string IndicatorName { - get { - return this.indicatorNameField; - } - set { - this.indicatorNameField = value; - this.RaisePropertyChanged("IndicatorName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicatorIndicatorValue IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypeOtherQualityIndicatorIndicatorValue : IndicatorValueType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressResultTypePlannedVolume : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private decimal volumeField; - - private bool volumeFieldSpecified; - - private string unitField; - - private string feedingModeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Volume { - get { - return this.volumeField; - } - set { - this.volumeField = value; - this.RaisePropertyChanged("Volume"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VolumeSpecified { - get { - return this.volumeFieldSpecified; - } - set { - this.volumeFieldSpecified = value; - this.RaisePropertyChanged("VolumeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string FeedingMode { - get { - return this.feedingModeField; - } - set { - this.feedingModeField = value; - this.RaisePropertyChanged("FeedingMode"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportSupplyResourceContractObjectAddressResultTypeVersionStatus { - - /// - Posted, - - /// - Terminated, - - /// - Draft, - - /// - Annul, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportSupplyResourceContractObjectAddressResultTypeCountingResource { - - /// - R, - - /// - P, - } - - /// - [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/house-management/")] - public partial class SupplyResourceContractType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private object[] itemsField; - - private ItemsChoiceType9[] itemsElementNameField; - - private SupplyResourceContractTypePeriod periodField; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - private nsiRef[] contractBaseField; - - private object item1Field; - - private bool isPlannedVolumeField; - - private SupplyResourceContractTypePlannedVolumeType plannedVolumeTypeField; - - private bool plannedVolumeTypeFieldSpecified; - - private SupplyResourceContractTypeContractSubject[] contractSubjectField; - - private SupplyResourceContractTypeCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private SupplyResourceContractTypeSpecifyingQualityIndicators specifyingQualityIndicatorsField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private SupplyResourceContractTypeObjectAddress[] objectAddressField; - - private SupplyResourceContractTypeQuality[] qualityField; - - private SupplyResourceContractTypeOtherQualityIndicator[] otherQualityIndicatorField; - - private SupplyResourceContractTypeTemperatureChart[] temperatureChartField; - - private SupplyResourceContractTypeBillingDate billingDateField; - - private SupplyResourceContractTypePaymentDate paymentDateField; - - private SupplyResourceContractTypeProvidingInformationDate providingInformationDateField; - - private bool meteringDeviceInformationField; - - private bool meteringDeviceInformationFieldSpecified; - - private bool volumeDependsField; - - private bool volumeDependsFieldSpecified; - - private bool oneTimePaymentField; - - private bool oneTimePaymentFieldSpecified; - - private SupplyResourceContractTypeAccrualProcedure accrualProcedureField; - - private bool accrualProcedureFieldSpecified; - - private SupplyResourceContractTypeTariff[] tariffField; - - private SupplyResourceContractTypeNorm[] normField; - - public SupplyResourceContractType() { - this.indicationsAnyDayField = true; - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IsContract", typeof(SupplyResourceContractTypeIsContract), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IsNotContract", typeof(SupplyResourceContractTypeIsNotContract), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AutomaticRollOverOneYear", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ComptetionDate", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlElementAttribute("IndefiniteTerm", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType9[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public SupplyResourceContractTypePeriod Period { - get { - return this.periodField; - } - set { - this.periodField = value; - this.RaisePropertyChanged("Period"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractBase", Order=5)] - public nsiRef[] ContractBase { - get { - return this.contractBaseField; - } - set { - this.contractBaseField = value; - this.RaisePropertyChanged("ContractBase"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingOwner", typeof(SupplyResourceContractTypeApartmentBuildingOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingRepresentativeOwner", typeof(SupplyResourceContractTypeApartmentBuildingRepresentativeOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentBuildingSoleOwner", typeof(SupplyResourceContractTypeApartmentBuildingSoleOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseOwner", typeof(SupplyResourceContractTypeLivingHouseOwner), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("Offer", typeof(bool), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(SupplyResourceContractTypeOrganization), Order=6)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool IsPlannedVolume { - get { - return this.isPlannedVolumeField; - } - set { - this.isPlannedVolumeField = value; - this.RaisePropertyChanged("IsPlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public SupplyResourceContractTypePlannedVolumeType PlannedVolumeType { - get { - return this.plannedVolumeTypeField; - } - set { - this.plannedVolumeTypeField = value; - this.RaisePropertyChanged("PlannedVolumeType"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PlannedVolumeTypeSpecified { - get { - return this.plannedVolumeTypeFieldSpecified; - } - set { - this.plannedVolumeTypeFieldSpecified = value; - this.RaisePropertyChanged("PlannedVolumeTypeSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractSubject", Order=9)] - public SupplyResourceContractTypeContractSubject[] ContractSubject { - get { - return this.contractSubjectField; - } - set { - this.contractSubjectField = value; - this.RaisePropertyChanged("ContractSubject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public SupplyResourceContractTypeCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public SupplyResourceContractTypeSpecifyingQualityIndicators SpecifyingQualityIndicators { - get { - return this.specifyingQualityIndicatorsField; - } - set { - this.specifyingQualityIndicatorsField = value; - this.RaisePropertyChanged("SpecifyingQualityIndicators"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=13)] - public SupplyResourceContractTypeObjectAddress[] ObjectAddress { - get { - return this.objectAddressField; - } - set { - this.objectAddressField = value; - this.RaisePropertyChanged("ObjectAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Quality", Order=14)] - public SupplyResourceContractTypeQuality[] Quality { - get { - return this.qualityField; - } - set { - this.qualityField = value; - this.RaisePropertyChanged("Quality"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=15)] - public SupplyResourceContractTypeOtherQualityIndicator[] OtherQualityIndicator { - get { - return this.otherQualityIndicatorField; - } - set { - this.otherQualityIndicatorField = value; - this.RaisePropertyChanged("OtherQualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TemperatureChart", Order=16)] - public SupplyResourceContractTypeTemperatureChart[] TemperatureChart { - get { - return this.temperatureChartField; - } - set { - this.temperatureChartField = value; - this.RaisePropertyChanged("TemperatureChart"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=17)] - public SupplyResourceContractTypeBillingDate BillingDate { - get { - return this.billingDateField; - } - set { - this.billingDateField = value; - this.RaisePropertyChanged("BillingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=18)] - public SupplyResourceContractTypePaymentDate PaymentDate { - get { - return this.paymentDateField; - } - set { - this.paymentDateField = value; - this.RaisePropertyChanged("PaymentDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=19)] - public SupplyResourceContractTypeProvidingInformationDate ProvidingInformationDate { - get { - return this.providingInformationDateField; - } - set { - this.providingInformationDateField = value; - this.RaisePropertyChanged("ProvidingInformationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=20)] - public bool MeteringDeviceInformation { - get { - return this.meteringDeviceInformationField; - } - set { - this.meteringDeviceInformationField = value; - this.RaisePropertyChanged("MeteringDeviceInformation"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeteringDeviceInformationSpecified { - get { - return this.meteringDeviceInformationFieldSpecified; - } - set { - this.meteringDeviceInformationFieldSpecified = value; - this.RaisePropertyChanged("MeteringDeviceInformationSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=21)] - public bool VolumeDepends { - get { - return this.volumeDependsField; - } - set { - this.volumeDependsField = value; - this.RaisePropertyChanged("VolumeDepends"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool VolumeDependsSpecified { - get { - return this.volumeDependsFieldSpecified; - } - set { - this.volumeDependsFieldSpecified = value; - this.RaisePropertyChanged("VolumeDependsSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=22)] - public bool OneTimePayment { - get { - return this.oneTimePaymentField; - } - set { - this.oneTimePaymentField = value; - this.RaisePropertyChanged("OneTimePayment"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool OneTimePaymentSpecified { - get { - return this.oneTimePaymentFieldSpecified; - } - set { - this.oneTimePaymentFieldSpecified = value; - this.RaisePropertyChanged("OneTimePaymentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=23)] - public SupplyResourceContractTypeAccrualProcedure AccrualProcedure { - get { - return this.accrualProcedureField; - } - set { - this.accrualProcedureField = value; - this.RaisePropertyChanged("AccrualProcedure"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AccrualProcedureSpecified { - get { - return this.accrualProcedureFieldSpecified; - } - set { - this.accrualProcedureFieldSpecified = value; - this.RaisePropertyChanged("AccrualProcedureSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Tariff", Order=24)] - public SupplyResourceContractTypeTariff[] Tariff { - get { - return this.tariffField; - } - set { - this.tariffField = value; - this.RaisePropertyChanged("Tariff"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Norm", Order=25)] - public SupplyResourceContractTypeNorm[] Norm { - get { - return this.normField; - } - set { - this.normField = value; - this.RaisePropertyChanged("Norm"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeIsContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private System.DateTime effectiveDateField; - - private AttachmentType[] contractAttachmentField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeIsNotContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractNumberField; - - private System.DateTime signingDateField; - - private bool signingDateFieldSpecified; - - private System.DateTime effectiveDateField; - - private bool effectiveDateFieldSpecified; - - private AttachmentType[] contractAttachmentField; - - /// - [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 SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SigningDateSpecified { - get { - return this.signingDateFieldSpecified; - } - set { - this.signingDateFieldSpecified = value; - this.RaisePropertyChanged("SigningDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EffectiveDateSpecified { - get { - return this.effectiveDateFieldSpecified; - } - set { - this.effectiveDateFieldSpecified = value; - this.RaisePropertyChanged("EffectiveDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=3)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType9 { - - /// - AutomaticRollOverOneYear, - - /// - ComptetionDate, - - /// - IndefiniteTerm, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypePeriod : object, System.ComponentModel.INotifyPropertyChanged { - - private SupplyResourceContractTypePeriodStart startField; - - private SupplyResourceContractTypePeriodEnd endField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SupplyResourceContractTypePeriodStart Start { - get { - return this.startField; - } - set { - this.startField = value; - this.RaisePropertyChanged("Start"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractTypePeriodEnd End { - get { - return this.endField; - } - set { - this.endField = value; - this.RaisePropertyChanged("End"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypePeriodStart : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte startDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public SupplyResourceContractTypePeriodStart() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypePeriodEnd : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte endDateField; - - private bool nextMonthField; - - private bool nextMonthFieldSpecified; - - public SupplyResourceContractTypePeriodEnd() { - this.nextMonthField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NextMonth { - get { - return this.nextMonthField; - } - set { - this.nextMonthField = value; - this.RaisePropertyChanged("NextMonth"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NextMonthSpecified { - get { - return this.nextMonthFieldSpecified; - } - set { - this.nextMonthFieldSpecified = value; - this.RaisePropertyChanged("NextMonthSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeApartmentBuildingOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeApartmentBuildingRepresentativeOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeApartmentBuildingSoleOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeLivingHouseOwner : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Ind", typeof(DRSOIndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NoData", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RegOrg", typeof(DRSORegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeOrganization : RegOrgType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypePlannedVolumeType { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeContractSubject : ContractSubjectType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeCountingResource { - - /// - R, - - /// - P, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeSpecifyingQualityIndicators { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeObjectAddress : ObjectAddressType { - - private string transportGUIDField; - - private SupplyResourceContractTypeObjectAddressPair[] pairField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private SupplyResourceContractTypeObjectAddressPlannedVolume[] plannedVolumeField; - - private SupplyResourceContractTypeObjectAddressCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private bool meteringDeviceInformationField; - - private bool meteringDeviceInformationFieldSpecified; - - public SupplyResourceContractTypeObjectAddress() { - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Pair", Order=1)] - public SupplyResourceContractTypeObjectAddressPair[] Pair { - get { - return this.pairField; - } - set { - this.pairField = value; - this.RaisePropertyChanged("Pair"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=3)] - public SupplyResourceContractTypeObjectAddressPlannedVolume[] PlannedVolume { - get { - return this.plannedVolumeField; - } - set { - this.plannedVolumeField = value; - this.RaisePropertyChanged("PlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public SupplyResourceContractTypeObjectAddressCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool MeteringDeviceInformation { - get { - return this.meteringDeviceInformationField; - } - set { - this.meteringDeviceInformationField = value; - this.RaisePropertyChanged("MeteringDeviceInformation"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeteringDeviceInformationSpecified { - get { - return this.meteringDeviceInformationFieldSpecified; - } - set { - this.meteringDeviceInformationFieldSpecified = value; - this.RaisePropertyChanged("MeteringDeviceInformationSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeObjectAddressPair : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private System.DateTime startSupplyDateField; - - private System.DateTime endSupplyDateField; - - private bool endSupplyDateFieldSpecified; - - private SupplyResourceContractTypeObjectAddressPairHeatingSystemType heatingSystemTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime StartSupplyDate { - get { - return this.startSupplyDateField; - } - set { - this.startSupplyDateField = value; - this.RaisePropertyChanged("StartSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EndSupplyDate { - get { - return this.endSupplyDateField; - } - set { - this.endSupplyDateField = value; - this.RaisePropertyChanged("EndSupplyDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndSupplyDateSpecified { - get { - return this.endSupplyDateFieldSpecified; - } - set { - this.endSupplyDateFieldSpecified = value; - this.RaisePropertyChanged("EndSupplyDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public SupplyResourceContractTypeObjectAddressPairHeatingSystemType HeatingSystemType { - get { - return this.heatingSystemTypeField; - } - set { - this.heatingSystemTypeField = value; - this.RaisePropertyChanged("HeatingSystemType"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeObjectAddressPairHeatingSystemType : object, System.ComponentModel.INotifyPropertyChanged { - - private SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot openOrNotField; - - private SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot centralizedOrNotField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot OpenOrNot { - get { - return this.openOrNotField; - } - set { - this.openOrNotField = value; - this.RaisePropertyChanged("OpenOrNot"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot CentralizedOrNot { - get { - return this.centralizedOrNotField; - } - set { - this.centralizedOrNotField = value; - this.RaisePropertyChanged("CentralizedOrNot"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeOpenOrNot { - - /// - Opened, - - /// - Closed, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeObjectAddressPairHeatingSystemTypeCentralizedOrNot { - - /// - Centralized, - - /// - Decentralized, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeObjectAddressPlannedVolume : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private decimal volumeField; - - private string unitField; - - private string feedingModeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Volume { - get { - return this.volumeField; - } - set { - this.volumeField = value; - this.RaisePropertyChanged("Volume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string FeedingMode { - get { - return this.feedingModeField; - } - set { - this.feedingModeField = value; - this.RaisePropertyChanged("FeedingMode"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeObjectAddressCountingResource { - - /// - R, - - /// - P, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeQuality : object, System.ComponentModel.INotifyPropertyChanged { - - private string addressObjectKeyField; - - private string pairKeyField; - - private nsiRef qualityIndicatorField; - - private SupplyResourceContractTypeQualityIndicatorValue indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AddressObjectKey { - get { - return this.addressObjectKeyField; - } - set { - this.addressObjectKeyField = value; - this.RaisePropertyChanged("AddressObjectKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef QualityIndicator { - get { - return this.qualityIndicatorField; - } - set { - this.qualityIndicatorField = value; - this.RaisePropertyChanged("QualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public SupplyResourceContractTypeQualityIndicatorValue IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeQualityIndicatorValue : IndicatorValueType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeOtherQualityIndicator : object, System.ComponentModel.INotifyPropertyChanged { - - private string addressObjectKeyField; - - private string pairKeyField; - - private string indicatorNameField; - - private object[] itemsField; - - private ItemsChoiceType11[] itemsElementNameField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AddressObjectKey { - get { - return this.addressObjectKeyField; - } - set { - this.addressObjectKeyField = value; - this.RaisePropertyChanged("AddressObjectKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string IndicatorName { - get { - return this.indicatorNameField; - } - set { - this.indicatorNameField = value; - this.RaisePropertyChanged("IndicatorName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] - [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=4)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType11[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType11 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - Correspond, - - /// - EndRange, - - /// - Number, - - /// - StartRange, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeTemperatureChart : object, System.ComponentModel.INotifyPropertyChanged { - - private string addressObjectKeyField; - - private int outsideTemperatureField; - - private decimal flowLineTemperatureField; - - private decimal oppositeLineTemperatureField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AddressObjectKey { - get { - return this.addressObjectKeyField; - } - set { - this.addressObjectKeyField = value; - this.RaisePropertyChanged("AddressObjectKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public int OutsideTemperature { - get { - return this.outsideTemperatureField; - } - set { - this.outsideTemperatureField = value; - this.RaisePropertyChanged("OutsideTemperature"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal FlowLineTemperature { - get { - return this.flowLineTemperatureField; - } - set { - this.flowLineTemperatureField = value; - this.RaisePropertyChanged("FlowLineTemperature"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal OppositeLineTemperature { - get { - return this.oppositeLineTemperatureField; - } - set { - this.oppositeLineTemperatureField = value; - this.RaisePropertyChanged("OppositeLineTemperature"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeBillingDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private SupplyResourceContractTypeBillingDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractTypeBillingDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeBillingDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypePaymentDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private SupplyResourceContractTypePaymentDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractTypePaymentDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypePaymentDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeProvidingInformationDate : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte dateField; - - private SupplyResourceContractTypeProvidingInformationDateDateType dateTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SupplyResourceContractTypeProvidingInformationDateDateType DateType { - get { - return this.dateTypeField; - } - set { - this.dateTypeField = value; - this.RaisePropertyChanged("DateType"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeProvidingInformationDateDateType { - - /// - C, - - /// - N, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum SupplyResourceContractTypeAccrualProcedure { - - /// - D, - - /// - O, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeTariff : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private string pairKeyField; - - private string priceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("AddressObjectKey", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ForAllAddressObjects", typeof(bool), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PriceGUID { - get { - return this.priceGUIDField; - } - set { - this.priceGUIDField = value; - this.RaisePropertyChanged("PriceGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class SupplyResourceContractTypeNorm : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private string pairKeyField; - - private string normGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("AddressObjectKey", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ForAllAddressObjects", typeof(bool), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string NormGUID { - get { - return this.normGUIDField; - } - set { - this.normGUIDField = value; - this.RaisePropertyChanged("NormGUID"); - } - } - - 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/house-management/")] - public partial class PublicPropertyContractExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string fIASHouseGuidField; - - private string contractNumberField; - - private System.DateTime dateField; - - private bool dateFieldSpecified; - - private System.DateTime startDateField; - - private bool startDateFieldSpecified; - - private System.DateTime endDateField; - - private bool endDateFieldSpecified; - - private string contractObjectField; - - private string commentsField; - - private decimal paymentField; - - private bool paymentFieldSpecified; - - private string moneySpentDirectionField; - - private AttachmentType[] contractAttachmentField; - - private PublicPropertyContractExportTypeRentAgrConfirmationDocument[] rentAgrConfirmationDocumentField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Entrepreneur", typeof(IndType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(RegOrgType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractNumber { - get { - return this.contractNumberField; - } - set { - this.contractNumberField = value; - this.RaisePropertyChanged("ContractNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DateSpecified { - get { - return this.dateFieldSpecified; - } - set { - this.dateFieldSpecified = value; - this.RaisePropertyChanged("DateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StartDateSpecified { - get { - return this.startDateFieldSpecified; - } - set { - this.startDateFieldSpecified = value; - this.RaisePropertyChanged("StartDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndDateSpecified { - get { - return this.endDateFieldSpecified; - } - set { - this.endDateFieldSpecified = value; - this.RaisePropertyChanged("EndDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string Comments { - get { - return this.commentsField; - } - set { - this.commentsField = value; - this.RaisePropertyChanged("Comments"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public decimal Payment { - get { - return this.paymentField; - } - set { - this.paymentField = value; - this.RaisePropertyChanged("Payment"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PaymentSpecified { - get { - return this.paymentFieldSpecified; - } - set { - this.paymentFieldSpecified = value; - this.RaisePropertyChanged("PaymentSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string MoneySpentDirection { - get { - return this.moneySpentDirectionField; - } - set { - this.moneySpentDirectionField = value; - this.RaisePropertyChanged("MoneySpentDirection"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RentAgrConfirmationDocument", Order=11)] - public PublicPropertyContractExportTypeRentAgrConfirmationDocument[] RentAgrConfirmationDocument { - get { - return this.rentAgrConfirmationDocumentField; - } - set { - this.rentAgrConfirmationDocumentField = value; - this.RaisePropertyChanged("RentAgrConfirmationDocument"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PublicPropertyContractExportTypeRentAgrConfirmationDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(PublicPropertyContractExportTypeRentAgrConfirmationDocumentProtocolMeetingOwners), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class PublicPropertyContractExportTypeRentAgrConfirmationDocumentProtocolMeetingOwners : object, System.ComponentModel.INotifyPropertyChanged { - - private string protocolNumField; - - private System.DateTime protocolDateField; - - private AttachmentType[] trustDocAttachmentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ProtocolNum { - get { - return this.protocolNumField; - } - set { - this.protocolNumField = value; - this.RaisePropertyChanged("ProtocolNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime ProtocolDate { - get { - return this.protocolDateField; - } - set { - this.protocolDateField = value; - this.RaisePropertyChanged("ProtocolDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TrustDocAttachment", Order=2)] - public AttachmentType[] TrustDocAttachment { - get { - return this.trustDocAttachmentField; - } - set { - this.trustDocAttachmentField = value; - this.RaisePropertyChanged("TrustDocAttachment"); - } - } - - 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/house-management/")] - public partial class exportCAChRequestCriteriaType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType7[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LastVersionOnly", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SigningDate", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("UOGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType7[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType7 { - - /// - CharterGUID, - - /// - CharterVersionGUID, - - /// - ContractGUID, - - /// - ContractVersionGUID, - - /// - FIASHouseGuid, - - /// - LastVersionOnly, - - /// - SigningDate, - - /// - UOGUID, - } - - /// - [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/house-management/")] - public partial class CharterPaymentsInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime beginDateField; - - private System.DateTime endDateField; - - private CharterPaymentsInfoTypeMaintenanceAndRepairsForMembers maintenanceAndRepairsForMembersField; - - private CharterPaymentsInfoTypeMaintenanceAndRepairsForNonMembersInfo maintenanceAndRepairsForNonMembersInfoField; - - private CharterPaymentsInfoTypeServicePayment[] servicePaymentField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime BeginDate { - get { - return this.beginDateField; - } - set { - this.beginDateField = value; - this.RaisePropertyChanged("BeginDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public CharterPaymentsInfoTypeMaintenanceAndRepairsForMembers MaintenanceAndRepairsForMembers { - get { - return this.maintenanceAndRepairsForMembersField; - } - set { - this.maintenanceAndRepairsForMembersField = value; - this.RaisePropertyChanged("MaintenanceAndRepairsForMembers"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public CharterPaymentsInfoTypeMaintenanceAndRepairsForNonMembersInfo MaintenanceAndRepairsForNonMembersInfo { - get { - return this.maintenanceAndRepairsForNonMembersInfoField; - } - set { - this.maintenanceAndRepairsForNonMembersInfoField = value; - this.RaisePropertyChanged("MaintenanceAndRepairsForNonMembersInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ServicePayment", Order=4)] - public CharterPaymentsInfoTypeServicePayment[] ServicePayment { - get { - return this.servicePaymentField; - } - set { - this.servicePaymentField = value; - this.RaisePropertyChanged("ServicePayment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AllContractObjects", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("ContractObjectVersionGUID", typeof(string), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterPaymentsInfoTypeMaintenanceAndRepairsForMembers : object, System.ComponentModel.INotifyPropertyChanged { - - private decimal maintenanceAndRepairsForMembersPaymentSizeField; - - private AttachmentType[] maintenanceAndRepairsForMembersProtocolField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal MaintenanceAndRepairsForMembersPaymentSize { - get { - return this.maintenanceAndRepairsForMembersPaymentSizeField; - } - set { - this.maintenanceAndRepairsForMembersPaymentSizeField = value; - this.RaisePropertyChanged("MaintenanceAndRepairsForMembersPaymentSize"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MaintenanceAndRepairsForMembersProtocol", Order=1)] - public AttachmentType[] MaintenanceAndRepairsForMembersProtocol { - get { - return this.maintenanceAndRepairsForMembersProtocolField; - } - set { - this.maintenanceAndRepairsForMembersProtocolField = value; - this.RaisePropertyChanged("MaintenanceAndRepairsForMembersProtocol"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterPaymentsInfoTypeMaintenanceAndRepairsForNonMembersInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private decimal maintenanceAndRepairsForNonMembersPaymentSizeField; - - private AttachmentType[] maintenanceAndRepairsForNonMembersProtocolField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal MaintenanceAndRepairsForNonMembersPaymentSize { - get { - return this.maintenanceAndRepairsForNonMembersPaymentSizeField; - } - set { - this.maintenanceAndRepairsForNonMembersPaymentSizeField = value; - this.RaisePropertyChanged("MaintenanceAndRepairsForNonMembersPaymentSize"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MaintenanceAndRepairsForNonMembersProtocol", Order=1)] - public AttachmentType[] MaintenanceAndRepairsForNonMembersProtocol { - get { - return this.maintenanceAndRepairsForNonMembersProtocolField; - } - set { - this.maintenanceAndRepairsForNonMembersProtocolField = value; - this.RaisePropertyChanged("MaintenanceAndRepairsForNonMembersProtocol"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterPaymentsInfoTypeServicePayment : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef serviceField; - - private decimal servicePaymentSizeField; - - private bool servicePaymentSizeFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef Service { - get { - return this.serviceField; - } - set { - this.serviceField = value; - this.RaisePropertyChanged("Service"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal ServicePaymentSize { - get { - return this.servicePaymentSizeField; - } - set { - this.servicePaymentSizeField = value; - this.RaisePropertyChanged("ServicePaymentSize"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ServicePaymentSizeSpecified { - get { - return this.servicePaymentSizeFieldSpecified; - } - set { - this.servicePaymentSizeFieldSpecified = value; - this.RaisePropertyChanged("ServicePaymentSizeSpecified"); - } - } - - 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/house-management/")] - public partial class CharterDateDetailsExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private CharterDateDetailsExportTypePeriodMetering periodMeteringField; - - private CharterDateDetailsExportTypePaymentDocumentInterval paymentDocumentIntervalField; - - private CharterDateDetailsExportTypePaymentInterval paymentIntervalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CharterDateDetailsExportTypePeriodMetering PeriodMetering { - get { - return this.periodMeteringField; - } - set { - this.periodMeteringField = value; - this.RaisePropertyChanged("PeriodMetering"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public CharterDateDetailsExportTypePaymentDocumentInterval PaymentDocumentInterval { - get { - return this.paymentDocumentIntervalField; - } - set { - this.paymentDocumentIntervalField = value; - this.RaisePropertyChanged("PaymentDocumentInterval"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public CharterDateDetailsExportTypePaymentInterval PaymentInterval { - get { - return this.paymentIntervalField; - } - set { - this.paymentIntervalField = value; - this.RaisePropertyChanged("PaymentInterval"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterDateDetailsExportTypePeriodMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private DaySelectionExportType startDateField; - - private DaySelectionExportType endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DaySelectionExportType StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DaySelectionExportType EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - 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/house-management/")] - public partial class DaySelectionExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool isNextMonthField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Date", typeof(sbyte), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsNextMonth { - get { - return this.isNextMonthField; - } - set { - this.isNextMonthField = value; - this.RaisePropertyChanged("IsNextMonth"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterDateDetailsExportTypePaymentDocumentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType2 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType2 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType2 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterDateDetailsExportTypePaymentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType3 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType3 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType3 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [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/house-management/")] - public partial class CharterExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private CharterDateDetailsExportType dateDetailsField; - - private CharterExportTypeMeetingProtocol meetingProtocolField; - - private bool noCharterApproveProtocolField; - - private bool noCharterApproveProtocolFieldSpecified; - - private AttachmentType[] attachmentCharterField; - - private bool automaticRollOverOneYearField; - - private bool automaticRollOverOneYearFieldSpecified; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - public CharterExportType() { - this.noCharterApproveProtocolField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public CharterDateDetailsExportType DateDetails { - get { - return this.dateDetailsField; - } - set { - this.dateDetailsField = value; - this.RaisePropertyChanged("DateDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public CharterExportTypeMeetingProtocol MeetingProtocol { - get { - return this.meetingProtocolField; - } - set { - this.meetingProtocolField = value; - this.RaisePropertyChanged("MeetingProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool NoCharterApproveProtocol { - get { - return this.noCharterApproveProtocolField; - } - set { - this.noCharterApproveProtocolField = value; - this.RaisePropertyChanged("NoCharterApproveProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoCharterApproveProtocolSpecified { - get { - return this.noCharterApproveProtocolFieldSpecified; - } - set { - this.noCharterApproveProtocolFieldSpecified = value; - this.RaisePropertyChanged("NoCharterApproveProtocolSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AttachmentCharter", Order=4)] - public AttachmentType[] AttachmentCharter { - get { - return this.attachmentCharterField; - } - set { - this.attachmentCharterField = value; - this.RaisePropertyChanged("AttachmentCharter"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool AutomaticRollOverOneYear { - get { - return this.automaticRollOverOneYearField; - } - set { - this.automaticRollOverOneYearField = value; - this.RaisePropertyChanged("AutomaticRollOverOneYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AutomaticRollOverOneYearSpecified { - get { - return this.automaticRollOverOneYearFieldSpecified; - } - set { - this.automaticRollOverOneYearFieldSpecified = value; - this.RaisePropertyChanged("AutomaticRollOverOneYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class CharterExportTypeMeetingProtocol : object, System.ComponentModel.INotifyPropertyChanged { - - private AttachmentType[] protocolMeetingOwnersField; - - private string[] votingProtocolGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", Order=0)] - public AttachmentType[] ProtocolMeetingOwners { - get { - return this.protocolMeetingOwnersField; - } - set { - this.protocolMeetingOwnersField = value; - this.RaisePropertyChanged("ProtocolMeetingOwners"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] - public string[] VotingProtocolGUID { - get { - return this.votingProtocolGUIDField; - } - set { - this.votingProtocolGUIDField = value; - this.RaisePropertyChanged("VotingProtocolGUID"); - } - } - - 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/house-management/")] - public partial class ContractPaymentsInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime beginDateField; - - private System.DateTime endDateField; - - private decimal houseManagementPaymentSizeField; - - private object[] itemsField; - - private ContractPaymentsInfoTypeServicePayment[] servicePaymentField; - - private ContractPaymentsInfoTypeType typeField; - - private string contractObjectVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime BeginDate { - get { - return this.beginDateField; - } - set { - this.beginDateField = value; - this.RaisePropertyChanged("BeginDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal HouseManagementPaymentSize { - get { - return this.houseManagementPaymentSizeField; - } - set { - this.houseManagementPaymentSizeField = value; - this.RaisePropertyChanged("HouseManagementPaymentSize"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Protocol", typeof(AttachmentType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", typeof(string), Order=3)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ServicePayment", Order=4)] - public ContractPaymentsInfoTypeServicePayment[] ServicePayment { - get { - return this.servicePaymentField; - } - set { - this.servicePaymentField = value; - this.RaisePropertyChanged("ServicePayment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public ContractPaymentsInfoTypeType Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractPaymentsInfoTypeServicePayment : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef serviceField; - - private decimal servicePaymentSizeField; - - private bool servicePaymentSizeFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef Service { - get { - return this.serviceField; - } - set { - this.serviceField = value; - this.RaisePropertyChanged("Service"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal ServicePaymentSize { - get { - return this.servicePaymentSizeField; - } - set { - this.servicePaymentSizeField = value; - this.RaisePropertyChanged("ServicePaymentSize"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ServicePaymentSizeSpecified { - get { - return this.servicePaymentSizeFieldSpecified; - } - set { - this.servicePaymentSizeFieldSpecified = value; - this.RaisePropertyChanged("ServicePaymentSizeSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ContractPaymentsInfoTypeType { - - /// - P, - - /// - C, - - /// - A, - } - - /// - [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/house-management/")] - public partial class ContractServiceType : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef serviceTypeField; - - private System.DateTime startDateField; - - private System.DateTime endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - 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/house-management/")] - public partial class BaseServiceType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Agreement", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CurrentDoc", typeof(bool), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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/house-management/")] - public partial class ManageObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private System.DateTime startDateField; - - private System.DateTime endDateField; - - private bool endDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndDateSpecified { - get { - return this.endDateFieldSpecified; - } - set { - this.endDateFieldSpecified = value; - this.RaisePropertyChanged("EndDateSpecified"); - } - } - - 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/house-management/")] - public partial class ImprintAgreementExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string agreementNumberField; - - private System.DateTime agreementDateField; - - private bool agreementDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AgreementNumber { - get { - return this.agreementNumberField; - } - set { - this.agreementNumberField = value; - this.RaisePropertyChanged("AgreementNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime AgreementDate { - get { - return this.agreementDateField; - } - set { - this.agreementDateField = value; - this.RaisePropertyChanged("AgreementDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AgreementDateSpecified { - get { - return this.agreementDateFieldSpecified; - } - set { - this.agreementDateFieldSpecified = value; - this.RaisePropertyChanged("AgreementDateSpecified"); - } - } - - 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/house-management/")] - public partial class DateDetailsExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private DateDetailsExportTypePeriodMetering periodMeteringField; - - private DateDetailsExportTypePaymentDocumentInterval paymentDocumentIntervalField; - - private DateDetailsExportTypePaymentInterval paymentIntervalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DateDetailsExportTypePeriodMetering PeriodMetering { - get { - return this.periodMeteringField; - } - set { - this.periodMeteringField = value; - this.RaisePropertyChanged("PeriodMetering"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DateDetailsExportTypePaymentDocumentInterval PaymentDocumentInterval { - get { - return this.paymentDocumentIntervalField; - } - set { - this.paymentDocumentIntervalField = value; - this.RaisePropertyChanged("PaymentDocumentInterval"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public DateDetailsExportTypePaymentInterval PaymentInterval { - get { - return this.paymentIntervalField; - } - set { - this.paymentIntervalField = value; - this.RaisePropertyChanged("PaymentInterval"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DateDetailsExportTypePeriodMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private DaySelectionExportType startDateField; - - private DaySelectionExportType endDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public DaySelectionExportType StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public DaySelectionExportType EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DateDetailsExportTypePaymentDocumentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class DateDetailsExportTypePaymentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool item1Field; - - private Item1ChoiceType1 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LastDay", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(sbyte), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CurrentMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextMounth", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public bool Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType1 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType1 { - - /// - CurrentMounth, - - /// - NextMounth, - } - - /// - [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/house-management/")] - public partial class ContractExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string docNumField; - - private System.DateTime signingDateField; - - private System.DateTime effectiveDateField; - - private System.DateTime planDateComptetionField; - - private ContractExportTypeValidity validityField; - - private object itemField; - - private ItemChoiceType3 itemElementNameField; - - private ContractExportTypeProtocol protocolField; - - private nsiRef contractBaseField; - - private DateDetailsExportType dateDetailsField; - - private AttachmentType[] contractAttachmentField; - - private ContractExportTypeAgreementAttachment[] agreementAttachmentField; - - private AttachmentType[] signedOwnersField; - - private AttachmentType[] commissioningPermitAgreementField; - - private AttachmentType[] charterField; - - private AttachmentType[] localGovernmentDecisionField; - - private string registryDecisionIDField; - - private bool automaticRollOverOneYearField; - - private bool automaticRollOverOneYearFieldSpecified; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string DocNum { - get { - return this.docNumField; - } - set { - this.docNumField = value; - this.RaisePropertyChanged("DocNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime SigningDate { - get { - return this.signingDateField; - } - set { - this.signingDateField = value; - this.RaisePropertyChanged("SigningDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime EffectiveDate { - get { - return this.effectiveDateField; - } - set { - this.effectiveDateField = value; - this.RaisePropertyChanged("EffectiveDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime PlanDateComptetion { - get { - return this.planDateComptetionField; - } - set { - this.planDateComptetionField = value; - this.RaisePropertyChanged("PlanDateComptetion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public ContractExportTypeValidity Validity { - get { - return this.validityField; - } - set { - this.validityField = value; - this.RaisePropertyChanged("Validity"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("BuildingOwner", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("CompetentAuthority", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("Cooperative", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalHousing", typeof(RegOrgType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("Owners", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType3 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public ContractExportTypeProtocol Protocol { - get { - return this.protocolField; - } - set { - this.protocolField = value; - this.RaisePropertyChanged("Protocol"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public nsiRef ContractBase { - get { - return this.contractBaseField; - } - set { - this.contractBaseField = value; - this.RaisePropertyChanged("ContractBase"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public DateDetailsExportType DateDetails { - get { - return this.dateDetailsField; - } - set { - this.dateDetailsField = value; - this.RaisePropertyChanged("DateDetails"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractAttachment", Order=10)] - public AttachmentType[] ContractAttachment { - get { - return this.contractAttachmentField; - } - set { - this.contractAttachmentField = value; - this.RaisePropertyChanged("ContractAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AgreementAttachment", Order=11)] - public ContractExportTypeAgreementAttachment[] AgreementAttachment { - get { - return this.agreementAttachmentField; - } - set { - this.agreementAttachmentField = value; - this.RaisePropertyChanged("AgreementAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("SignedOwners", Order=12)] - public AttachmentType[] SignedOwners { - get { - return this.signedOwnersField; - } - set { - this.signedOwnersField = value; - this.RaisePropertyChanged("SignedOwners"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CommissioningPermitAgreement", Order=13)] - public AttachmentType[] CommissioningPermitAgreement { - get { - return this.commissioningPermitAgreementField; - } - set { - this.commissioningPermitAgreementField = value; - this.RaisePropertyChanged("CommissioningPermitAgreement"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Charter", Order=14)] - public AttachmentType[] Charter { - get { - return this.charterField; - } - set { - this.charterField = value; - this.RaisePropertyChanged("Charter"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LocalGovernmentDecision", Order=15)] - public AttachmentType[] LocalGovernmentDecision { - get { - return this.localGovernmentDecisionField; - } - set { - this.localGovernmentDecisionField = value; - this.RaisePropertyChanged("LocalGovernmentDecision"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=16)] - public string RegistryDecisionID { - get { - return this.registryDecisionIDField; - } - set { - this.registryDecisionIDField = value; - this.RaisePropertyChanged("RegistryDecisionID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=17)] - public bool AutomaticRollOverOneYear { - get { - return this.automaticRollOverOneYearField; - } - set { - this.automaticRollOverOneYearField = value; - this.RaisePropertyChanged("AutomaticRollOverOneYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AutomaticRollOverOneYearSpecified { - get { - return this.automaticRollOverOneYearFieldSpecified; - } - set { - this.automaticRollOverOneYearFieldSpecified = value; - this.RaisePropertyChanged("AutomaticRollOverOneYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=18)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractExportTypeValidity : object, System.ComponentModel.INotifyPropertyChanged { - - private string monthField; - - private string yearField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Month { - get { - return this.monthField; - } - set { - this.monthField = value; - this.RaisePropertyChanged("Month"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string Year { - get { - return this.yearField; - } - set { - this.yearField = value; - this.RaisePropertyChanged("Year"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType3 { - - /// - BuildingOwner, - - /// - CompetentAuthority, - - /// - Cooperative, - - /// - MunicipalHousing, - - /// - Owners, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractExportTypeProtocol : object, System.ComponentModel.INotifyPropertyChanged { - - private ContractExportTypeProtocolProtocolAdd protocolAddField; - - private string[] votingProtocolGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ContractExportTypeProtocolProtocolAdd ProtocolAdd { - get { - return this.protocolAddField; - } - set { - this.protocolAddField = value; - this.RaisePropertyChanged("ProtocolAdd"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", Order=1)] - public string[] VotingProtocolGUID { - get { - return this.votingProtocolGUIDField; - } - set { - this.votingProtocolGUIDField = value; - this.RaisePropertyChanged("VotingProtocolGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractExportTypeProtocolProtocolAdd : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType6[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ProtocolBuildingOwner", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingBoard", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolMeetingOwners", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolOK", typeof(AttachmentType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PurchaseNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType6[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType6 { - - /// - ProtocolBuildingOwner, - - /// - ProtocolMeetingBoard, - - /// - ProtocolMeetingOwners, - - /// - ProtocolOK, - - /// - PurchaseNumber, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class ContractExportTypeAgreementAttachment : AttachmentType { - - private ImprintAgreementExportType imprintAgreementField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ImprintAgreementExportType ImprintAgreement { - get { - return this.imprintAgreementField; - } - set { - this.imprintAgreementField = value; - this.RaisePropertyChanged("ImprintAgreement"); - } - } - } - - /// - [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/house-management/")] - public partial class exportCAChResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Charter", typeof(exportCAChResultTypeCharter), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Contract", typeof(exportCAChResultTypeContract), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharter : CharterExportType { - - private exportCAChResultTypeCharterTerminate terminateField; - - private CharterStatusExportType charterStatusField; - - private string charterGUIDField; - - private string charterVersionGUIDField; - - private exportCAChResultTypeCharterContractObject[] contractObjectField; - - private exportCAChResultTypeCharterCharterPaymentsInfo[] charterPaymentsInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportCAChResultTypeCharterTerminate Terminate { - get { - return this.terminateField; - } - set { - this.terminateField = value; - this.RaisePropertyChanged("Terminate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public CharterStatusExportType CharterStatus { - get { - return this.charterStatusField; - } - set { - this.charterStatusField = value; - this.RaisePropertyChanged("CharterStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string CharterGUID { - get { - return this.charterGUIDField; - } - set { - this.charterGUIDField = value; - this.RaisePropertyChanged("CharterGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string CharterVersionGUID { - get { - return this.charterVersionGUIDField; - } - set { - this.charterVersionGUIDField = value; - this.RaisePropertyChanged("CharterVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=4)] - public exportCAChResultTypeCharterContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterPaymentsInfo", Order=5)] - public exportCAChResultTypeCharterCharterPaymentsInfo[] CharterPaymentsInfo { - get { - return this.charterPaymentsInfoField; - } - set { - this.charterPaymentsInfoField = value; - this.RaisePropertyChanged("CharterPaymentsInfo"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharterTerminate : TerminateType { - - private string reasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Reason { - get { - return this.reasonField; - } - set { - this.reasonField = value; - this.RaisePropertyChanged("Reason"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum CharterStatusExportType { - - /// - Annul, - - /// - ApprovalProcess, - - /// - Approved, - - /// - Project, - - /// - Rejected, - - /// - Reviewed, - - /// - Terminated, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharterContractObject : ManageObjectType { - - private string contractObjectVersionGUIDField; - - private BaseServiceType baseMServiceField; - - private exportCAChResultTypeCharterContractObjectHouseService[] houseServiceField; - - private exportCAChResultTypeCharterContractObjectAddService[] addServiceField; - - private exportCAChResultTypeCharterContractObjectExclusion exclusionField; - - private StatusMKDType statusObjectField; - - private bool statusObjectFieldSpecified; - - private bool isManagedByContractField; - - private bool isManagedByContractFieldSpecified; - - public exportCAChResultTypeCharterContractObject() { - this.isManagedByContractField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BaseServiceType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] - public exportCAChResultTypeCharterContractObjectHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] - public exportCAChResultTypeCharterContractObjectAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportCAChResultTypeCharterContractObjectExclusion Exclusion { - get { - return this.exclusionField; - } - set { - this.exclusionField = value; - this.RaisePropertyChanged("Exclusion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public StatusMKDType StatusObject { - get { - return this.statusObjectField; - } - set { - this.statusObjectField = value; - this.RaisePropertyChanged("StatusObject"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StatusObjectSpecified { - get { - return this.statusObjectFieldSpecified; - } - set { - this.statusObjectFieldSpecified = value; - this.RaisePropertyChanged("StatusObjectSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool IsManagedByContract { - get { - return this.isManagedByContractField; - } - set { - this.isManagedByContractField = value; - this.RaisePropertyChanged("IsManagedByContract"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsManagedByContractSpecified { - get { - return this.isManagedByContractFieldSpecified; - } - set { - this.isManagedByContractFieldSpecified = value; - this.RaisePropertyChanged("IsManagedByContractSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharterContractObjectHouseService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharterContractObjectAddService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharterContractObjectExclusion : object, System.ComponentModel.INotifyPropertyChanged { - - private BaseServiceType baseExclusionField; - - private System.DateTime dateExclusionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseExclusion { - get { - return this.baseExclusionField; - } - set { - this.baseExclusionField = value; - this.RaisePropertyChanged("BaseExclusion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateExclusion { - get { - return this.dateExclusionField; - } - set { - this.dateExclusionField = value; - this.RaisePropertyChanged("DateExclusion"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum StatusMKDType { - - /// - Project, - - /// - Rejected, - - /// - ApprovalProcess, - - /// - Approved, - - /// - Locked, - - /// - Annul, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeCharterCharterPaymentsInfo : CharterPaymentsInfoType { - - private string charterPaymentsInfoVersionGUIDField; - - private exportCAChResultTypeCharterCharterPaymentsInfoStatus statusField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string CharterPaymentsInfoVersionGUID { - get { - return this.charterPaymentsInfoVersionGUIDField; - } - set { - this.charterPaymentsInfoVersionGUIDField = value; - this.RaisePropertyChanged("CharterPaymentsInfoVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportCAChResultTypeCharterCharterPaymentsInfoStatus Status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportCAChResultTypeCharterCharterPaymentsInfoStatus { - - /// - P, - - /// - A, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContract : ContractExportType { - - private exportCAChResultTypeContractTerminate terminateField; - - private ContractStatusExportType contractStatusField; - - private string contractGUIDField; - - private string contractVersionGUIDField; - - private exportCAChResultTypeContractContractObject[] contractObjectField; - - private exportCAChResultTypeContractContractPaymentsInfo[] contractPaymentsInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportCAChResultTypeContractTerminate Terminate { - get { - return this.terminateField; - } - set { - this.terminateField = value; - this.RaisePropertyChanged("Terminate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ContractStatusExportType ContractStatus { - get { - return this.contractStatusField; - } - set { - this.contractStatusField = value; - this.RaisePropertyChanged("ContractStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=4)] - public exportCAChResultTypeContractContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractPaymentsInfo", Order=5)] - public exportCAChResultTypeContractContractPaymentsInfo[] ContractPaymentsInfo { - get { - return this.contractPaymentsInfoField; - } - set { - this.contractPaymentsInfoField = value; - this.RaisePropertyChanged("ContractPaymentsInfo"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContractTerminate : TerminateType { - - private nsiRef reasonRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ReasonRef { - get { - return this.reasonRefField; - } - set { - this.reasonRefField = value; - this.RaisePropertyChanged("ReasonRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ContractStatusExportType { - - /// - Project, - - /// - ApprovalProcess, - - /// - Rejected, - - /// - Approved, - - /// - Terminated, - - /// - Reviewed, - - /// - Annul, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContractContractObject : ManageObjectType { - - private string contractObjectVersionGUIDField; - - private BaseServiceType baseMServiceField; - - private exportCAChResultTypeContractContractObjectHouseService[] houseServiceField; - - private exportCAChResultTypeContractContractObjectAddService[] addServiceField; - - private exportCAChResultTypeContractContractObjectExclusion exclusionField; - - private StatusMKDType statusObjectField; - - private bool statusObjectFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BaseServiceType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] - public exportCAChResultTypeContractContractObjectHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] - public exportCAChResultTypeContractContractObjectAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportCAChResultTypeContractContractObjectExclusion Exclusion { - get { - return this.exclusionField; - } - set { - this.exclusionField = value; - this.RaisePropertyChanged("Exclusion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public StatusMKDType StatusObject { - get { - return this.statusObjectField; - } - set { - this.statusObjectField = value; - this.RaisePropertyChanged("StatusObject"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StatusObjectSpecified { - get { - return this.statusObjectFieldSpecified; - } - set { - this.statusObjectFieldSpecified = value; - this.RaisePropertyChanged("StatusObjectSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContractContractObjectHouseService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContractContractObjectAddService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContractContractObjectExclusion : object, System.ComponentModel.INotifyPropertyChanged { - - private BaseServiceType baseExclusionField; - - private System.DateTime dateExclusionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseExclusion { - get { - return this.baseExclusionField; - } - set { - this.baseExclusionField = value; - this.RaisePropertyChanged("BaseExclusion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateExclusion { - get { - return this.dateExclusionField; - } - set { - this.dateExclusionField = value; - this.RaisePropertyChanged("DateExclusion"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChResultTypeContractContractPaymentsInfo : ContractPaymentsInfoType { - - private string contractPaymentsInfoVersionGUIDField; - - private exportCAChResultTypeContractContractPaymentsInfoStatus statusField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractPaymentsInfoVersionGUID { - get { - return this.contractPaymentsInfoVersionGUIDField; - } - set { - this.contractPaymentsInfoVersionGUIDField = value; - this.RaisePropertyChanged("ContractPaymentsInfoVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportCAChResultTypeContractContractPaymentsInfoStatus Status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportCAChResultTypeContractContractPaymentsInfoStatus { - - /// - P, - - /// - A, - } - - /// - [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/house-management/")] - public partial class exportRolloverStatusCAChResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] orgPPAGUIDField; - - private exportRolloverStatusCAChResultTypeStatus statusField; - - /// - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string[] orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportRolloverStatusCAChResultTypeStatus Status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("Status"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportRolloverStatusCAChResultTypeStatus : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CACh", typeof(exportRolloverStatusCAChResultTypeStatusCACh), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportRolloverStatusCAChResultTypeStatusCACh : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType5[] itemsElementNameField; - - private exportRolloverStatusCAChResultTypeStatusCAChState stateField; - - private bool stateFieldSpecified; - - private exportRolloverStatusCAChResultTypeStatusCAChContractObject[] contractObjectField; - - private string versionNumberField; - - private bool isRolloverField; - - private string rolloverDescriptionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CharterStatus", typeof(CharterStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractStatus", typeof(ContractStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PreviousCharterVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PreviousContractVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType5[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportRolloverStatusCAChResultTypeStatusCAChState State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StateSpecified { - get { - return this.stateFieldSpecified; - } - set { - this.stateFieldSpecified = value; - this.RaisePropertyChanged("StateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=3)] - public exportRolloverStatusCAChResultTypeStatusCAChContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=4)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool IsRollover { - get { - return this.isRolloverField; - } - set { - this.isRolloverField = value; - this.RaisePropertyChanged("IsRollover"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string RolloverDescription { - get { - return this.rolloverDescriptionField; - } - set { - this.rolloverDescriptionField = value; - this.RaisePropertyChanged("RolloverDescription"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum CharterStatusType { - - /// - Project, - - /// - Approved, - - /// - Terminated, - - /// - Annul, - - /// - Reviewed, - - /// - ApprovalProcess, - - /// - Rejected, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum ContractStatusType { - - /// - Project, - - /// - ApprovalProcess, - - /// - Rejected, - - /// - Approved, - - /// - Terminated, - - /// - Reviewed, - - /// - Annul, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType5 { - - /// - CharterGUID, - - /// - CharterStatus, - - /// - CharterVersionGUID, - - /// - ContractGUID, - - /// - ContractStatus, - - /// - ContractVersionGUID, - - /// - PreviousCharterVersionGUID, - - /// - PreviousContractVersionGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportRolloverStatusCAChResultTypeStatusCAChState { - - /// - Running, - - /// - NotRunning, - - /// - Expired, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportRolloverStatusCAChResultTypeStatusCAChContractObject : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private StatusMKDType managedObjectStatusField; - - private string contractObjectVersionGUIDField; - - private bool isConflictedField; - - private bool isConflictedFieldSpecified; - - private bool isBlockedField; - - private bool isBlockedFieldSpecified; - - private string previousContractObjectVersionGUIDField; - - public exportRolloverStatusCAChResultTypeStatusCAChContractObject() { - this.isConflictedField = true; - this.isBlockedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public StatusMKDType ManagedObjectStatus { - get { - return this.managedObjectStatusField; - } - set { - this.managedObjectStatusField = value; - this.RaisePropertyChanged("ManagedObjectStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IsConflicted { - get { - return this.isConflictedField; - } - set { - this.isConflictedField = value; - this.RaisePropertyChanged("IsConflicted"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsConflictedSpecified { - get { - return this.isConflictedFieldSpecified; - } - set { - this.isConflictedFieldSpecified = value; - this.RaisePropertyChanged("IsConflictedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsBlocked { - get { - return this.isBlockedField; - } - set { - this.isBlockedField = value; - this.RaisePropertyChanged("IsBlocked"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsBlockedSpecified { - get { - return this.isBlockedFieldSpecified; - } - set { - this.isBlockedFieldSpecified = value; - this.RaisePropertyChanged("IsBlockedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string PreviousContractObjectVersionGUID { - get { - return this.previousContractObjectVersionGUIDField; - } - set { - this.previousContractObjectVersionGUIDField = value; - this.RaisePropertyChanged("PreviousContractObjectVersionGUID"); - } - } - - 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(importCharterResultType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(importContractResultType))] - [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/house-management/")] - public partial class exportStatusCAChResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType4[] itemsElementNameField; - - private exportStatusCAChResultTypeState stateField; - - private bool stateFieldSpecified; - - private exportStatusCAChResultTypeContractObject[] contractObjectField; - - private string versionNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CharterStatus", typeof(CharterStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractStatus", typeof(ContractStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType4[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportStatusCAChResultTypeState State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StateSpecified { - get { - return this.stateFieldSpecified; - } - set { - this.stateFieldSpecified = value; - this.RaisePropertyChanged("StateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=3)] - public exportStatusCAChResultTypeContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=4)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType4 { - - /// - CharterGUID, - - /// - CharterStatus, - - /// - CharterVersionGUID, - - /// - ContractGUID, - - /// - ContractStatus, - - /// - ContractVersionGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportStatusCAChResultTypeState { - - /// - Running, - - /// - NotRunning, - - /// - Expired, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusCAChResultTypeContractObject : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private StatusMKDType managedObjectStatusField; - - private string contractObjectVersionGUIDField; - - private bool isConflictedField; - - private bool isConflictedFieldSpecified; - - private bool isBlockedField; - - private bool isBlockedFieldSpecified; - - public exportStatusCAChResultTypeContractObject() { - this.isConflictedField = true; - this.isBlockedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public StatusMKDType ManagedObjectStatus { - get { - return this.managedObjectStatusField; - } - set { - this.managedObjectStatusField = value; - this.RaisePropertyChanged("ManagedObjectStatus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IsConflicted { - get { - return this.isConflictedField; - } - set { - this.isConflictedField = value; - this.RaisePropertyChanged("IsConflicted"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsConflictedSpecified { - get { - return this.isConflictedFieldSpecified; - } - set { - this.isConflictedFieldSpecified = value; - this.RaisePropertyChanged("IsConflictedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsBlocked { - get { - return this.isBlockedField; - } - set { - this.isBlockedField = value; - this.RaisePropertyChanged("IsBlocked"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsBlockedSpecified { - get { - return this.isBlockedFieldSpecified; - } - set { - this.isBlockedFieldSpecified = value; - this.RaisePropertyChanged("IsBlockedSpecified"); - } - } - - 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/house-management/")] - public partial class importCharterResultType : exportStatusCAChResultType { - - private ErrorMessageType errorField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ErrorMessageType Error { - get { - return this.errorField; - } - set { - this.errorField = value; - this.RaisePropertyChanged("Error"); - } - } - } - - /// - [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/house-management/")] - public partial class importContractResultType : exportStatusCAChResultType { - - private ErrorMessageType errorField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public ErrorMessageType Error { - get { - return this.errorField; - } - set { - this.errorField = value; - this.RaisePropertyChanged("Error"); - } - } - } - - /// - [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/house-management/")] - public partial class exportODSPMeteringDeviceDataResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringDeviceRootGUIDField; - - private string meteringDeviceNumberField; - - private string fIASHouseGuidField; - - private bool isConnectedField; - - private System.DateTime updateDateTimeField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceRootGUID { - get { - return this.meteringDeviceRootGUIDField; - } - set { - this.meteringDeviceRootGUIDField = value; - this.RaisePropertyChanged("MeteringDeviceRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MeteringDeviceNumber { - get { - return this.meteringDeviceNumberField; - } - set { - this.meteringDeviceNumberField = value; - this.RaisePropertyChanged("MeteringDeviceNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IsConnected { - get { - return this.isConnectedField; - } - set { - this.isConnectedField = value; - this.RaisePropertyChanged("IsConnected"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public System.DateTime UpdateDateTime { - get { - return this.updateDateTimeField; - } - set { - this.updateDateTimeField = value; - this.RaisePropertyChanged("UpdateDateTime"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricExportType), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(MunicipalResourceNotElectricExportType), Order=5)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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/house-management/")] - public partial class BriefNonResidentialPremisesType : object, System.ComponentModel.INotifyPropertyChanged { - - private string premisesGUIDField; - - private string premisesUniqueNumberField; - - private string premisesNumField; - - private string fIASChildHouseGuidField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesUniqueNumber { - get { - return this.premisesUniqueNumberField; - } - set { - this.premisesUniqueNumberField = value; - this.RaisePropertyChanged("PremisesUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - - 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/house-management/")] - public partial class BriefResidentialPremisesType : object, System.ComponentModel.INotifyPropertyChanged { - - private string premisesGUIDField; - - private string premisesUniqueNumberField; - - private string premisesNumField; - - private string fIASChildHouseGuidField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private object itemField; - - private BriefLivingRoomType[] livingRoomField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesUniqueNumber { - get { - return this.premisesUniqueNumberField; - } - set { - this.premisesUniqueNumberField = value; - this.RaisePropertyChanged("PremisesUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=8)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=8)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=9)] - public BriefLivingRoomType[] LivingRoom { - get { - return this.livingRoomField; - } - set { - this.livingRoomField = value; - this.RaisePropertyChanged("LivingRoom"); - } - } - - 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/house-management/")] - public partial class BriefLivingRoomType : object, System.ComponentModel.INotifyPropertyChanged { - - private string livingRoomGUIDField; - - private string livingRoomUniqueNumberField; - - private string roomNumberField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomUniqueNumber { - get { - return this.livingRoomUniqueNumberField; - } - set { - this.livingRoomUniqueNumberField = value; - this.RaisePropertyChanged("LivingRoomUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string RoomNumber { - get { - return this.roomNumberField; - } - set { - this.roomNumberField = value; - this.RaisePropertyChanged("RoomNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class BriefEntranceType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceGUIDField; - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceGUID { - get { - return this.entranceGUIDField; - } - set { - this.entranceGUIDField = value; - this.RaisePropertyChanged("EntranceGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class BriefApartmentHouseType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hCSHouseGUIDField; - - private string fIASHouseGUIDField; - - private string houseUniqueNumberField; - - private System.DateTime modificationDateField; - - private BriefEntranceType[] entranceField; - - private BriefResidentialPremisesType[] residentialPremisesField; - - private BriefNonResidentialPremisesType[] nonResidentialPremisesField; - - private nsiRef houseManagementTypeField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private System.DateTime demolishionDateField; - - private bool demolishionDateFieldSpecified; - - private string demolishionReasonField; - - private bool isAsyncProcessedField; - - private bool isAsyncProcessedFieldSpecified; - - private ExportHostelDataType exportHostelDataField; - - public BriefApartmentHouseType() { - this.isAsyncProcessedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HCSHouseGUID { - get { - return this.hCSHouseGUIDField; - } - set { - this.hCSHouseGUIDField = value; - this.RaisePropertyChanged("HCSHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGUID { - get { - return this.fIASHouseGUIDField; - } - set { - this.fIASHouseGUIDField = value; - this.RaisePropertyChanged("FIASHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string HouseUniqueNumber { - get { - return this.houseUniqueNumberField; - } - set { - this.houseUniqueNumberField = value; - this.RaisePropertyChanged("HouseUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Entrance", Order=4)] - public BriefEntranceType[] Entrance { - get { - return this.entranceField; - } - set { - this.entranceField = value; - this.RaisePropertyChanged("Entrance"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] - public BriefResidentialPremisesType[] ResidentialPremises { - get { - return this.residentialPremisesField; - } - set { - this.residentialPremisesField = value; - this.RaisePropertyChanged("ResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremises", Order=6)] - public BriefNonResidentialPremisesType[] NonResidentialPremises { - get { - return this.nonResidentialPremisesField; - } - set { - this.nonResidentialPremisesField = value; - this.RaisePropertyChanged("NonResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=11)] - public System.DateTime DemolishionDate { - get { - return this.demolishionDateField; - } - set { - this.demolishionDateField = value; - this.RaisePropertyChanged("DemolishionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DemolishionDateSpecified { - get { - return this.demolishionDateFieldSpecified; - } - set { - this.demolishionDateFieldSpecified = value; - this.RaisePropertyChanged("DemolishionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public string DemolishionReason { - get { - return this.demolishionReasonField; - } - set { - this.demolishionReasonField = value; - this.RaisePropertyChanged("DemolishionReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public bool IsAsyncProcessed { - get { - return this.isAsyncProcessedField; - } - set { - this.isAsyncProcessedField = value; - this.RaisePropertyChanged("IsAsyncProcessed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsAsyncProcessedSpecified { - get { - return this.isAsyncProcessedFieldSpecified; - } - set { - this.isAsyncProcessedFieldSpecified = value; - this.RaisePropertyChanged("IsAsyncProcessedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=14)] - public ExportHostelDataType ExportHostelData { - get { - return this.exportHostelDataField; - } - set { - this.exportHostelDataField = value; - this.RaisePropertyChanged("ExportHostelData"); - } - } - - 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/house-management/")] - public partial class ExportHostelDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private bool isMunicipalPropertyField; - - private bool isMunicipalPropertyFieldSpecified; - - private bool isRegionPropertyField; - - private bool isRegionPropertyFieldSpecified; - - private nsiRef hostelTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsMunicipalProperty { - get { - return this.isMunicipalPropertyField; - } - set { - this.isMunicipalPropertyField = value; - this.RaisePropertyChanged("IsMunicipalProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsMunicipalPropertySpecified { - get { - return this.isMunicipalPropertyFieldSpecified; - } - set { - this.isMunicipalPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsMunicipalPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsRegionProperty { - get { - return this.isRegionPropertyField; - } - set { - this.isRegionPropertyField = value; - this.RaisePropertyChanged("IsRegionProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsRegionPropertySpecified { - get { - return this.isRegionPropertyFieldSpecified; - } - set { - this.isRegionPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsRegionPropertySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef HostelType { - get { - return this.hostelTypeField; - } - set { - this.hostelTypeField = value; - this.RaisePropertyChanged("HostelType"); - } - } - - 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/house-management/")] - public partial class BriefBlockType : object, System.ComponentModel.INotifyPropertyChanged { - - private string blockGUIDField; - - private string blockUniqueNumberField; - - private string blockNumField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - private BriefLivingRoomType[] livingRoomField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockGUID { - get { - return this.blockGUIDField; - } - set { - this.blockGUIDField = value; - this.RaisePropertyChanged("BlockGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string BlockUniqueNumber { - get { - return this.blockUniqueNumberField; - } - set { - this.blockUniqueNumberField = value; - this.RaisePropertyChanged("BlockUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=8)] - public BriefLivingRoomType[] LivingRoom { - get { - return this.livingRoomField; - } - set { - this.livingRoomField = value; - this.RaisePropertyChanged("LivingRoom"); - } - } - - 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/house-management/")] - public partial class BriefLivingHouseType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hCSHouseGUIDField; - - private string fIASHouseGUIDField; - - private string houseUniqueNumberField; - - private System.DateTime modificationDateField; - - private bool hasBlocksField; - - private bool isMultipleHousesAddressField; - - private object[] itemsField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private System.DateTime demolishionDateField; - - private bool demolishionDateFieldSpecified; - - private string demolishionReasonField; - - private bool isAsyncProcessedField; - - private bool isAsyncProcessedFieldSpecified; - - private ExportHostelDataType exportHostelDataField; - - public BriefLivingHouseType() { - this.isAsyncProcessedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HCSHouseGUID { - get { - return this.hCSHouseGUIDField; - } - set { - this.hCSHouseGUIDField = value; - this.RaisePropertyChanged("HCSHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGUID { - get { - return this.fIASHouseGUIDField; - } - set { - this.fIASHouseGUIDField = value; - this.RaisePropertyChanged("FIASHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string HouseUniqueNumber { - get { - return this.houseUniqueNumberField; - } - set { - this.houseUniqueNumberField = value; - this.RaisePropertyChanged("HouseUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool HasBlocks { - get { - return this.hasBlocksField; - } - set { - this.hasBlocksField = value; - this.RaisePropertyChanged("HasBlocks"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool IsMultipleHousesAddress { - get { - return this.isMultipleHousesAddressField; - } - set { - this.isMultipleHousesAddressField = value; - this.RaisePropertyChanged("IsMultipleHousesAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Block", typeof(BriefBlockType), Order=6)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoom", typeof(BriefLivingRoomType), Order=6)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] - public System.DateTime DemolishionDate { - get { - return this.demolishionDateField; - } - set { - this.demolishionDateField = value; - this.RaisePropertyChanged("DemolishionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DemolishionDateSpecified { - get { - return this.demolishionDateFieldSpecified; - } - set { - this.demolishionDateFieldSpecified = value; - this.RaisePropertyChanged("DemolishionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public string DemolishionReason { - get { - return this.demolishionReasonField; - } - set { - this.demolishionReasonField = value; - this.RaisePropertyChanged("DemolishionReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public bool IsAsyncProcessed { - get { - return this.isAsyncProcessedField; - } - set { - this.isAsyncProcessedField = value; - this.RaisePropertyChanged("IsAsyncProcessed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsAsyncProcessedSpecified { - get { - return this.isAsyncProcessedFieldSpecified; - } - set { - this.isAsyncProcessedFieldSpecified = value; - this.RaisePropertyChanged("IsAsyncProcessedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=13)] - public ExportHostelDataType ExportHostelData { - get { - return this.exportHostelDataField; - } - set { - this.exportHostelDataField = value; - this.RaisePropertyChanged("ExportHostelData"); - } - } - - 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/house-management/")] - public partial class ExportBriefLivingHouseResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(ErrorMessageType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseInfo", typeof(BriefLivingHouseType), Order=1)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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/house-management/")] - public partial class ExportBriefLivingHouseRequestType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string houseGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string HouseGuid { - get { - return this.houseGuidField; - } - set { - this.houseGuidField = value; - this.RaisePropertyChanged("HouseGuid"); - } - } - - 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/house-management/")] - public partial class BriefBasicCharactericticsType : object, System.ComponentModel.INotifyPropertyChanged { - - private string houseUniqueNumberField; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private OKTMORefType oKTMOField; - - private string orgPPAGUIDField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private System.DateTime demolishionDateField; - - private bool demolishionDateFieldSpecified; - - private string demolishionReasonField; - - private bool isAsyncProcessedField; - - private bool isAsyncProcessedFieldSpecified; - - private ExportHostelDataType exportHostelDataField; - - public BriefBasicCharactericticsType() { - this.isAsyncProcessedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HouseUniqueNumber { - get { - return this.houseUniqueNumberField; - } - set { - this.houseUniqueNumberField = value; - this.RaisePropertyChanged("HouseUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime DemolishionDate { - get { - return this.demolishionDateField; - } - set { - this.demolishionDateField = value; - this.RaisePropertyChanged("DemolishionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DemolishionDateSpecified { - get { - return this.demolishionDateFieldSpecified; - } - set { - this.demolishionDateFieldSpecified = value; - this.RaisePropertyChanged("DemolishionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string DemolishionReason { - get { - return this.demolishionReasonField; - } - set { - this.demolishionReasonField = value; - this.RaisePropertyChanged("DemolishionReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public bool IsAsyncProcessed { - get { - return this.isAsyncProcessedField; - } - set { - this.isAsyncProcessedField = value; - this.RaisePropertyChanged("IsAsyncProcessed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsAsyncProcessedSpecified { - get { - return this.isAsyncProcessedFieldSpecified; - } - set { - this.isAsyncProcessedFieldSpecified = value; - this.RaisePropertyChanged("IsAsyncProcessedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public ExportHostelDataType ExportHostelData { - get { - return this.exportHostelDataField; - } - set { - this.exportHostelDataField = value; - this.RaisePropertyChanged("ExportHostelData"); - } - } - - 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/house-management/")] - public partial class BriefLocationType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hCSHouseGUIDField; - - private string fIASHouseGUIDField; - - private string addressField; - - private string aOGUIDField; - - private string hOUSENUMField; - - private string bUILDNUMField; - - private string sTRUCNUMField; - - private sbyte eSTSTATUSField; - - private sbyte sTRSTATUSField; - - private bool sTRSTATUSFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HCSHouseGUID { - get { - return this.hCSHouseGUIDField; - } - set { - this.hCSHouseGUIDField = value; - this.RaisePropertyChanged("HCSHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASHouseGUID { - get { - return this.fIASHouseGUIDField; - } - set { - this.fIASHouseGUIDField = value; - this.RaisePropertyChanged("FIASHouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AOGUID { - get { - return this.aOGUIDField; - } - set { - this.aOGUIDField = value; - this.RaisePropertyChanged("AOGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string HOUSENUM { - get { - return this.hOUSENUMField; - } - set { - this.hOUSENUMField = value; - this.RaisePropertyChanged("HOUSENUM"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string BUILDNUM { - get { - return this.bUILDNUMField; - } - set { - this.bUILDNUMField = value; - this.RaisePropertyChanged("BUILDNUM"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string STRUCNUM { - get { - return this.sTRUCNUMField; - } - set { - this.sTRUCNUMField = value; - this.RaisePropertyChanged("STRUCNUM"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public sbyte ESTSTATUS { - get { - return this.eSTSTATUSField; - } - set { - this.eSTSTATUSField = value; - this.RaisePropertyChanged("ESTSTATUS"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public sbyte STRSTATUS { - get { - return this.sTRSTATUSField; - } - set { - this.sTRSTATUSField = value; - this.RaisePropertyChanged("STRSTATUS"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool STRSTATUSSpecified { - get { - return this.sTRSTATUSFieldSpecified; - } - set { - this.sTRSTATUSFieldSpecified = value; - this.RaisePropertyChanged("STRSTATUSSpecified"); - } - } - - 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/house-management/")] - public partial class BriefBasicHouseType : object, System.ComponentModel.INotifyPropertyChanged { - - private BriefLocationType locationInfoField; - - private BriefBasicCharactericticsType basicCharacteristictsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BriefLocationType LocationInfo { - get { - return this.locationInfoField; - } - set { - this.locationInfoField = value; - this.RaisePropertyChanged("LocationInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BriefBasicCharactericticsType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - 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/house-management/")] - public partial class ExportBriefBasicHouseResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("BasicHouseInfo", typeof(BriefBasicHouseType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(ErrorMessageType), Order=1)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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/house-management/")] - public partial class ExportBriefBasicCriteriaType : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType2 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("BlockUniqueNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HouseUniqueNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomUniqueNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PremisesUniqueNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType2 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType2 { - - /// - BlockUniqueNumber, - - /// - FIASHouseGuid, - - /// - HouseUniqueNumber, - - /// - LivingRoomUniqueNumber, - - /// - PremisesUniqueNumber, - } - - /// - [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/house-management/")] - public partial class ExportBriefBasicHouseRequestType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private ExportBriefBasicCriteriaType criteriaField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ExportBriefBasicCriteriaType Criteria { - get { - return this.criteriaField; - } - set { - this.criteriaField = value; - this.RaisePropertyChanged("Criteria"); - } - } - - 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/house-management/")] - public partial class LivingHouseExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicExportType basicCharacteristictsField; - - private bool hasBlocksField; - - private bool hasBlocksFieldSpecified; - - private bool hasMultipleHousesWithSameAddressField; - - private bool hasMultipleHousesWithSameAddressFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicExportType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool HasBlocks { - get { - return this.hasBlocksField; - } - set { - this.hasBlocksField = value; - this.RaisePropertyChanged("HasBlocks"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasBlocksSpecified { - get { - return this.hasBlocksFieldSpecified; - } - set { - this.hasBlocksFieldSpecified = value; - this.RaisePropertyChanged("HasBlocksSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool HasMultipleHousesWithSameAddress { - get { - return this.hasMultipleHousesWithSameAddressField; - } - set { - this.hasMultipleHousesWithSameAddressField = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddress"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HasMultipleHousesWithSameAddressSpecified { - get { - return this.hasMultipleHousesWithSameAddressFieldSpecified; - } - set { - this.hasMultipleHousesWithSameAddressFieldSpecified = value; - this.RaisePropertyChanged("HasMultipleHousesWithSameAddressSpecified"); - } - } - - 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/house-management/")] - public partial class HouseBasicExportType : OGFExportStatusType { - - private string fIASHouseGuidField; - - private decimal totalSquareField; - - private bool totalSquareFieldSpecified; - - private nsiRef stateField; - - private nsiRef lifeCycleStageField; - - private short usedYearField; - - private bool usedYearFieldSpecified; - - private string floorCountField; - - private OKTMORefType oKTMOField; - - private nsiRef olsonTZField; - - private bool culturalHeritageField; - - private bool culturalHeritageFieldSpecified; - - private OGFData[] oGFDataField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private System.DateTime demolishionDateField; - - private bool demolishionDateFieldSpecified; - - private DemolishionReasonType demolishionReasonField; - - private ExportHostelDataType exportHostelDataField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalSquare { - get { - return this.totalSquareField; - } - set { - this.totalSquareField = value; - this.RaisePropertyChanged("TotalSquare"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalSquareSpecified { - get { - return this.totalSquareFieldSpecified; - } - set { - this.totalSquareFieldSpecified = value; - this.RaisePropertyChanged("TotalSquareSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef State { - get { - return this.stateField; - } - set { - this.stateField = value; - this.RaisePropertyChanged("State"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef LifeCycleStage { - get { - return this.lifeCycleStageField; - } - set { - this.lifeCycleStageField = value; - this.RaisePropertyChanged("LifeCycleStage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public short UsedYear { - get { - return this.usedYearField; - } - set { - this.usedYearField = value; - this.RaisePropertyChanged("UsedYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool UsedYearSpecified { - get { - return this.usedYearFieldSpecified; - } - set { - this.usedYearFieldSpecified = value; - this.RaisePropertyChanged("UsedYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string FloorCount { - get { - return this.floorCountField; - } - set { - this.floorCountField = value; - this.RaisePropertyChanged("FloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public OKTMORefType OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public nsiRef OlsonTZ { - get { - return this.olsonTZField; - } - set { - this.olsonTZField = value; - this.RaisePropertyChanged("OlsonTZ"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool CulturalHeritage { - get { - return this.culturalHeritageField; - } - set { - this.culturalHeritageField = value; - this.RaisePropertyChanged("CulturalHeritage"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CulturalHeritageSpecified { - get { - return this.culturalHeritageFieldSpecified; - } - set { - this.culturalHeritageFieldSpecified = value; - this.RaisePropertyChanged("CulturalHeritageSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=9)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=11)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=12)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=13)] - public System.DateTime DemolishionDate { - get { - return this.demolishionDateField; - } - set { - this.demolishionDateField = value; - this.RaisePropertyChanged("DemolishionDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool DemolishionDateSpecified { - get { - return this.demolishionDateFieldSpecified; - } - set { - this.demolishionDateFieldSpecified = value; - this.RaisePropertyChanged("DemolishionDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=14)] - public DemolishionReasonType DemolishionReason { - get { - return this.demolishionReasonField; - } - set { - this.demolishionReasonField = value; - this.RaisePropertyChanged("DemolishionReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=15)] - public ExportHostelDataType ExportHostelData { - get { - return this.exportHostelDataField; - } - set { - this.exportHostelDataField = value; - this.RaisePropertyChanged("ExportHostelData"); - } - } - } - - /// - [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/house-management/")] - public partial class DemolishionReasonType : object, System.ComponentModel.INotifyPropertyChanged { - - private AttachmentType[] documentField; - - private string descriptionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Document", Order=0)] - public AttachmentType[] Document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("Document"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - 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(PremisesBasicExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicExportType))] - [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/house-management/")] - public partial class OGFExportStatusType : GKN_EGRP_KeyExportType { - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(OGFExportStatusType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(PremisesBasicExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(BlockExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(HouseBasicExportType))] - [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/house-management/")] - public partial class GKN_EGRP_KeyExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private ItemChoiceType itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CadastralNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Data", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("No_RSO_GKN_EGRP_Registered", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType { - - /// - CadastralNumber, - - /// - No_RSO_GKN_EGRP_Data, - - /// - No_RSO_GKN_EGRP_Registered, - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NonResidentialPremisesExportType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResidentialPremisesExportType))] - [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/house-management/")] - public partial class PremisesBasicExportType : OGFExportStatusType { - - private string premisesNumField; - - private string floorField; - - private OGFData[] oGFDataField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesNum { - get { - return this.premisesNumField; - } - set { - this.premisesNumField = value; - this.RaisePropertyChanged("PremisesNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Floor { - get { - return this.floorField; - } - set { - this.floorField = value; - this.RaisePropertyChanged("Floor"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=2)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class NonResidentialPremisesExportType : PremisesBasicExportType { - - private string fIASChildHouseGuidField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private bool isCommonPropertyField; - - private bool isCommonPropertyFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsCommonProperty { - get { - return this.isCommonPropertyField; - } - set { - this.isCommonPropertyField = value; - this.RaisePropertyChanged("IsCommonProperty"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsCommonPropertySpecified { - get { - return this.isCommonPropertyFieldSpecified; - } - set { - this.isCommonPropertyFieldSpecified = value; - this.RaisePropertyChanged("IsCommonPropertySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class ResidentialPremisesExportType : PremisesBasicExportType { - - private object item1Field; - - private string fIASChildHouseGuidField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object item2Field; - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceNum", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("HasNoEntrance", typeof(bool), Order=0)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=4)] - public object Item2 { - get { - return this.item2Field; - } - set { - this.item2Field = value; - this.RaisePropertyChanged("Item2"); - } - } - } - - /// - [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/house-management/")] - public partial class BlockExportType : OGFExportStatusType { - - private string blockNumField; - - private nsiRef premisesCharacteristicField; - - private decimal totalAreaField; - - private bool totalAreaFieldSpecified; - - private object item1Field; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private OGFData[] oGFDataField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - private BlockCategoryType categoryField; - - private bool categoryFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockNum { - get { - return this.blockNumField; - } - set { - this.blockNumField = value; - this.RaisePropertyChanged("BlockNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef PremisesCharacteristic { - get { - return this.premisesCharacteristicField; - } - set { - this.premisesCharacteristicField = value; - this.RaisePropertyChanged("PremisesCharacteristic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal TotalArea { - get { - return this.totalAreaField; - } - set { - this.totalAreaField = value; - this.RaisePropertyChanged("TotalArea"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TotalAreaSpecified { - get { - return this.totalAreaFieldSpecified; - } - set { - this.totalAreaFieldSpecified = value; - this.RaisePropertyChanged("TotalAreaSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("GrossArea", typeof(decimal), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("NoGrossArea", typeof(bool), Order=3)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=7)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public BlockCategoryType Category { - get { - return this.categoryField; - } - set { - this.categoryField = value; - this.RaisePropertyChanged("Category"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CategorySpecified { - get { - return this.categoryFieldSpecified; - } - set { - this.categoryFieldSpecified = value; - this.RaisePropertyChanged("CategorySpecified"); - } - } - } - - /// - [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/house-management/")] - public partial class LiftExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private string factoryNumField; - - private nsiRef typeField; - - private OGFData[] oGFDataField; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string FactoryNum { - get { - return this.factoryNumField; - } - set { - this.factoryNumField = value; - this.RaisePropertyChanged("FactoryNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OGFData", Order=4)] - public OGFData[] OGFData { - get { - return this.oGFDataField; - } - set { - this.oGFDataField = value; - this.RaisePropertyChanged("OGFData"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - 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/house-management/")] - public partial class EntranceExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private string entranceNumField; - - private string fIASChildHouseGuidField; - - private int storeysCountField; - - private bool storeysCountFieldSpecified; - - private short creationYearField; - - private bool creationYearFieldSpecified; - - private System.DateTime terminationDateField; - - private bool terminationDateFieldSpecified; - - private nsiRef annulmentReasonField; - - private string annulmentInfoField; - - private bool informationConfirmedField; - - private bool informationConfirmedFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string EntranceNum { - get { - return this.entranceNumField; - } - set { - this.entranceNumField = value; - this.RaisePropertyChanged("EntranceNum"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FIASChildHouseGuid { - get { - return this.fIASChildHouseGuidField; - } - set { - this.fIASChildHouseGuidField = value; - this.RaisePropertyChanged("FIASChildHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int StoreysCount { - get { - return this.storeysCountField; - } - set { - this.storeysCountField = value; - this.RaisePropertyChanged("StoreysCount"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StoreysCountSpecified { - get { - return this.storeysCountFieldSpecified; - } - set { - this.storeysCountFieldSpecified = value; - this.RaisePropertyChanged("StoreysCountSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public short CreationYear { - get { - return this.creationYearField; - } - set { - this.creationYearField = value; - this.RaisePropertyChanged("CreationYear"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CreationYearSpecified { - get { - return this.creationYearFieldSpecified; - } - set { - this.creationYearFieldSpecified = value; - this.RaisePropertyChanged("CreationYearSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime TerminationDate { - get { - return this.terminationDateField; - } - set { - this.terminationDateField = value; - this.RaisePropertyChanged("TerminationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool TerminationDateSpecified { - get { - return this.terminationDateFieldSpecified; - } - set { - this.terminationDateFieldSpecified = value; - this.RaisePropertyChanged("TerminationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public nsiRef AnnulmentReason { - get { - return this.annulmentReasonField; - } - set { - this.annulmentReasonField = value; - this.RaisePropertyChanged("AnnulmentReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string AnnulmentInfo { - get { - return this.annulmentInfoField; - } - set { - this.annulmentInfoField = value; - this.RaisePropertyChanged("AnnulmentInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool InformationConfirmed { - get { - return this.informationConfirmedField; - } - set { - this.informationConfirmedField = value; - this.RaisePropertyChanged("InformationConfirmed"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InformationConfirmedSpecified { - get { - return this.informationConfirmedFieldSpecified; - } - set { - this.informationConfirmedFieldSpecified = value; - this.RaisePropertyChanged("InformationConfirmedSpecified"); - } - } - - 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/house-management/")] - public partial class ApartmentHouseExportType : object, System.ComponentModel.INotifyPropertyChanged { - - private HouseBasicExportType basicCharacteristictsField; - - private string undergroundFloorCountField; - - private nsiRef overhaulFormingKindField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public HouseBasicExportType BasicCharacteristicts { - get { - return this.basicCharacteristictsField; - } - set { - this.basicCharacteristictsField = value; - this.RaisePropertyChanged("BasicCharacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string UndergroundFloorCount { - get { - return this.undergroundFloorCountField; - } - set { - this.undergroundFloorCountField = value; - this.RaisePropertyChanged("UndergroundFloorCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef OverhaulFormingKind { - get { - return this.overhaulFormingKindField; - } - set { - this.overhaulFormingKindField = value; - this.RaisePropertyChanged("OverhaulFormingKind"); - } - } - - 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/house-management/")] - public partial class exportHouseResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string houseUniqueNumberField; - - private System.DateTime modificationDateField; - - private string houseGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HouseUniqueNumber { - get { - return this.houseUniqueNumberField; - } - set { - this.houseUniqueNumberField = value; - this.RaisePropertyChanged("HouseUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string HouseGUID { - get { - return this.houseGUIDField; - } - set { - this.houseGUIDField = value; - this.RaisePropertyChanged("HouseGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouse", typeof(exportHouseResultTypeApartmentHouse), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouse", typeof(exportHouseResultTypeLivingHouse), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeApartmentHouse : ApartmentHouseExportType { - - private exportHouseResultTypeApartmentHouseEntrance[] entranceField; - - private exportHouseResultTypeApartmentHouseResidentialPremises[] residentialPremisesField; - - private exportHouseResultTypeApartmentHouseLift[] liftField; - - private exportHouseResultTypeApartmentHouseNonResidentialPremises[] nonResidentialPremisesField; - - private nsiRef houseManagementTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Entrance", Order=0)] - public exportHouseResultTypeApartmentHouseEntrance[] Entrance { - get { - return this.entranceField; - } - set { - this.entranceField = value; - this.RaisePropertyChanged("Entrance"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=1)] - public exportHouseResultTypeApartmentHouseResidentialPremises[] ResidentialPremises { - get { - return this.residentialPremisesField; - } - set { - this.residentialPremisesField = value; - this.RaisePropertyChanged("ResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Lift", Order=2)] - public exportHouseResultTypeApartmentHouseLift[] Lift { - get { - return this.liftField; - } - set { - this.liftField = value; - this.RaisePropertyChanged("Lift"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremises", Order=3)] - public exportHouseResultTypeApartmentHouseNonResidentialPremises[] NonResidentialPremises { - get { - return this.nonResidentialPremisesField; - } - set { - this.nonResidentialPremisesField = value; - this.RaisePropertyChanged("NonResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeApartmentHouseEntrance : EntranceExportType { - - private System.DateTime modificationDateField; - - private string entranceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string EntranceGUID { - get { - return this.entranceGUIDField; - } - set { - this.entranceGUIDField = value; - this.RaisePropertyChanged("EntranceGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeApartmentHouseResidentialPremises : ResidentialPremisesExportType { - - private string premisesUniqueNumberField; - - private System.DateTime modificationDateField; - - private exportHouseResultTypeApartmentHouseResidentialPremisesLivingRoom[] livingRoomField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesUniqueNumber { - get { - return this.premisesUniqueNumberField; - } - set { - this.premisesUniqueNumberField = value; - this.RaisePropertyChanged("PremisesUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=2)] - public exportHouseResultTypeApartmentHouseResidentialPremisesLivingRoom[] LivingRoom { - get { - return this.livingRoomField; - } - set { - this.livingRoomField = value; - this.RaisePropertyChanged("LivingRoom"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeApartmentHouseResidentialPremisesLivingRoom : RoomExportType { - - private string livingRoomUniqueNumberField; - - private System.DateTime modificationDateField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string LivingRoomUniqueNumber { - get { - return this.livingRoomUniqueNumberField; - } - set { - this.livingRoomUniqueNumberField = value; - this.RaisePropertyChanged("LivingRoomUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeApartmentHouseLift : LiftExportType { - - private System.DateTime modificationDateField; - - private string liftGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LiftGUID { - get { - return this.liftGUIDField; - } - set { - this.liftGUIDField = value; - this.RaisePropertyChanged("LiftGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeApartmentHouseNonResidentialPremises : NonResidentialPremisesExportType { - - private string premisesUniqueNumberField; - - private System.DateTime modificationDateField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PremisesUniqueNumber { - get { - return this.premisesUniqueNumberField; - } - set { - this.premisesUniqueNumberField = value; - this.RaisePropertyChanged("PremisesUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeLivingHouse : LivingHouseExportType { - - private object[] itemsField; - - private string houseGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Block", typeof(exportHouseResultTypeLivingHouseBlock), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoom", typeof(exportHouseResultTypeLivingHouseLivingRoom), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string HouseGUID { - get { - return this.houseGUIDField; - } - set { - this.houseGUIDField = value; - this.RaisePropertyChanged("HouseGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeLivingHouseBlock : BlockExportType { - - private string blockUniqueNumberField; - - private System.DateTime modificationDateField; - - private string blockGUIDField; - - private exportHouseResultTypeLivingHouseBlockLivingRoom[] livingRoomField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string BlockUniqueNumber { - get { - return this.blockUniqueNumberField; - } - set { - this.blockUniqueNumberField = value; - this.RaisePropertyChanged("BlockUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string BlockGUID { - get { - return this.blockGUIDField; - } - set { - this.blockGUIDField = value; - this.RaisePropertyChanged("BlockGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoom", Order=3)] - public exportHouseResultTypeLivingHouseBlockLivingRoom[] LivingRoom { - get { - return this.livingRoomField; - } - set { - this.livingRoomField = value; - this.RaisePropertyChanged("LivingRoom"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeLivingHouseBlockLivingRoom : RoomExportType { - - private string livingRoomUniqueNumberField; - - private System.DateTime modificationDateField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string LivingRoomUniqueNumber { - get { - return this.livingRoomUniqueNumberField; - } - set { - this.livingRoomUniqueNumberField = value; - this.RaisePropertyChanged("LivingRoomUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseResultTypeLivingHouseLivingRoom : RoomExportType { - - private string livingRoomUniqueNumberField; - - private System.DateTime modificationDateField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string LivingRoomUniqueNumber { - get { - return this.livingRoomUniqueNumberField; - } - set { - this.livingRoomUniqueNumberField = value; - this.RaisePropertyChanged("LivingRoomUniqueNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModificationDate { - get { - return this.modificationDateField; - } - set { - this.modificationDateField = value; - this.RaisePropertyChanged("ModificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [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/house-management/")] - public partial class MeteringDeviceFullInformationType : object, System.ComponentModel.INotifyPropertyChanged { - - private MeteringDeviceBasicCharacteristicsType basicChatacteristictsField; - - private object itemField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MeteringDeviceBasicCharacteristicsType BasicChatacteristicts { - get { - return this.basicChatacteristictsField; - } - set { - this.basicChatacteristictsField = value; - this.RaisePropertyChanged("BasicChatacteristicts"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(MeteringDeviceFullInformationTypeLinkedWithMetering), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NotLinkedWithMetering", typeof(bool), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceEnergy", typeof(MunicipalResourceElectricBaseType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResourceNotEnergy", typeof(MunicipalResourceNotElectricBaseType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResources", typeof(DeviceMunicipalResourceType), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class MeteringDeviceFullInformationTypeLinkedWithMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private MeteringDeviceFullInformationTypeLinkedWithMeteringInstallationPlace installationPlaceField; - - private string[] linkedMeteringDeviceVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public MeteringDeviceFullInformationTypeLinkedWithMeteringInstallationPlace InstallationPlace { - get { - return this.installationPlaceField; - } - set { - this.installationPlaceField = value; - this.RaisePropertyChanged("InstallationPlace"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=1)] - public string[] LinkedMeteringDeviceVersionGUID { - get { - return this.linkedMeteringDeviceVersionGUIDField; - } - set { - this.linkedMeteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("LinkedMeteringDeviceVersionGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum MeteringDeviceFullInformationTypeLinkedWithMeteringInstallationPlace { - - /// - @in, - - /// - @out, - } - - /// - [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/house-management/")] - public partial class HouseToDemolishType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private System.DateTime demolishionDateField; - - private DemolishionReasonType demolishionReasonField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DemolishionDate { - get { - return this.demolishionDateField; - } - set { - this.demolishionDateField = value; - this.RaisePropertyChanged("DemolishionDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public DemolishionReasonType DemolishionReason { - get { - return this.demolishionReasonField; - } - set { - this.demolishionReasonField = value; - this.RaisePropertyChanged("DemolishionReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - 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 ObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string idField; - - private string mimeTypeField; - - private string encodingField; - - /// - [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="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - public string MimeType { - get { - return this.mimeTypeField; - } - set { - this.mimeTypeField = value; - this.RaisePropertyChanged("MimeType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Encoding { - get { - return this.encodingField; - } - set { - this.encodingField = value; - this.RaisePropertyChanged("Encoding"); - } - } - - 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 SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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 PGPDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType1[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType1[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType1 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - PGPKeyID, - - /// - PGPKeyPacket, - } - - /// - [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 X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged { - - private string x509IssuerNameField; - - private string x509SerialNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string X509IssuerName { - get { - return this.x509IssuerNameField; - } - set { - this.x509IssuerNameField = value; - this.RaisePropertyChanged("X509IssuerName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string X509SerialNumber { - get { - return this.x509SerialNumberField; - } - set { - this.x509SerialNumberField = value; - this.RaisePropertyChanged("X509SerialNumber"); - } - } - - 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 X509DataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - X509CRL, - - /// - X509Certificate, - - /// - X509IssuerSerial, - - /// - X509SKI, - - /// - X509SubjectName, - } - - /// - [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 RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - 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.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 RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] modulusField; - - private byte[] exponentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] Modulus { - get { - return this.modulusField; - } - set { - this.modulusField = value; - this.RaisePropertyChanged("Modulus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Exponent { - get { - return this.exponentField; - } - set { - this.exponentField = value; - this.RaisePropertyChanged("Exponent"); - } - } - - 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 DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] pField; - - private byte[] qField; - - private byte[] gField; - - private byte[] yField; - - private byte[] jField; - - private byte[] seedField; - - private byte[] pgenCounterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] P { - get { - return this.pField; - } - set { - this.pField = value; - this.RaisePropertyChanged("P"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Q { - get { - return this.qField; - } - set { - this.qField = value; - this.RaisePropertyChanged("Q"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] G { - get { - return this.gField; - } - set { - this.gField = value; - this.RaisePropertyChanged("G"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] - public byte[] Y { - get { - return this.yField; - } - set { - this.yField = value; - this.RaisePropertyChanged("Y"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] - public byte[] J { - get { - return this.jField; - } - set { - this.jField = value; - this.RaisePropertyChanged("J"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] - public byte[] Seed { - get { - return this.seedField; - } - set { - this.seedField = value; - this.RaisePropertyChanged("Seed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] - public byte[] PgenCounter { - get { - return this.pgenCounterField; - } - set { - this.pgenCounterField = value; - this.RaisePropertyChanged("PgenCounter"); - } - } - - 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 KeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string[] textField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - 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 KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType2[] itemsElementNameField; - - private string[] textField; - - private string idField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType2[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType2 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - KeyName, - - /// - KeyValue, - - /// - MgmtData, - - /// - PGPData, - - /// - RetrievalMethod, - - /// - SPKIData, - - /// - X509Data, - } - - /// - [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 SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private string idField; - - private byte[] valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] - public byte[] Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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 SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMACOutputLengthField; - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string HMACOutputLength { - get { - return this.hMACOutputLengthField; - } - set { - this.hMACOutputLengthField = value; - this.RaisePropertyChanged("HMACOutputLength"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] - 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.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 CanonicalizationMethodType : 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.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 SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private CanonicalizationMethodType canonicalizationMethodField; - - private SignatureMethodType signatureMethodField; - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CanonicalizationMethodType CanonicalizationMethod { - get { - return this.canonicalizationMethodField; - } - set { - this.canonicalizationMethodField = value; - this.RaisePropertyChanged("CanonicalizationMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureMethodType SignatureMethod { - get { - return this.signatureMethodField; - } - set { - this.signatureMethodField = value; - this.RaisePropertyChanged("SignatureMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] - 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 SignatureType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignedInfoType signedInfoField; - - private SignatureValueType signatureValueField; - - private KeyInfoType keyInfoField; - - private ObjectType[] objectField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SignedInfoType SignedInfo { - get { - return this.signedInfoField; - } - set { - this.signedInfoField = value; - this.RaisePropertyChanged("SignedInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureValueType SignatureValue { - get { - return this.signatureValueField; - } - set { - this.signatureValueField = value; - this.RaisePropertyChanged("SignatureValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public KeyInfoType KeyInfo { - get { - return this.keyInfoField; - } - set { - this.keyInfoField = value; - this.RaisePropertyChanged("KeyInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] - public ObjectType[] Object { - get { - return this.objectField; - } - set { - this.objectField = value; - this.RaisePropertyChanged("Object"); - } - } - - /// - [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.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(DemolishHouseRequestType))] - [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/base/")] - public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignatureType signatureField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] - public SignatureType Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - 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://dom.gosuslugi.ru/schema/integration/base/")] - public partial class BaseAsyncResponseType : BaseType { - - private sbyte requestStateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte RequestState { - get { - return this.requestStateField; - } - set { - this.requestStateField = value; - this.RaisePropertyChanged("RequestState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - } - - /// - [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/house-management/")] - public partial class DemolishHouseRequestType : BaseType { - - private HouseToDemolishType[] houseToDemolishField; - - private string versionField; - - public DemolishHouseRequestType() { - this.versionField = "11.1.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseToDemolish", Order=0)] - public HouseToDemolishType[] HouseToDemolish { - get { - return this.houseToDemolishField; - } - set { - this.houseToDemolishField = value; - this.RaisePropertyChanged("HouseToDemolish"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management-service-async/", ConfigurationName="Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync")] - public interface HouseManagementPortsTypeAsync { - - // CODEGEN: Контракт генерации сообщений с операцией importMeteringDeviceData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse importMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importMeteringDeviceData", ReplyAction="*")] - System.Threading.Tasks.Task importMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportMeteringDeviceData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse exportMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportMeteringDeviceData", ReplyAction="*")] - System.Threading.Tasks.Task exportMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportODSPMeteringDeviceData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportODSPMeteringDeviceData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse exportODSPMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportODSPMeteringDeviceData", ReplyAction="*")] - System.Threading.Tasks.Task exportODSPMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importContractData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importContractData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse importContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importContractData", ReplyAction="*")] - System.Threading.Tasks.Task importContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importCharterData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importCharterData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse importCharterData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importCharterData", ReplyAction="*")] - System.Threading.Tasks.Task importCharterDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportStatusCAChData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusCAChData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse exportStatusCAChData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusCAChData", ReplyAction="*")] - System.Threading.Tasks.Task exportStatusCAChDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportHouseData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportHouseData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse exportHouseData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportHouseData", ReplyAction="*")] - System.Threading.Tasks.Task exportHouseDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importAccountData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse importAccountData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountData", ReplyAction="*")] - System.Threading.Tasks.Task importAccountDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportAccountData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse exportAccountData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountData", ReplyAction="*")] - System.Threading.Tasks.Task exportAccountDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importPublicPropertyContract не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importPublicPropertyContract", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse importPublicPropertyContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importPublicPropertyContract", ReplyAction="*")] - System.Threading.Tasks.Task importPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportStatusPublicPropertyContract не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusPublicPropertyContract", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse exportStatusPublicPropertyContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportStatusPublicPropertyContract", ReplyAction="*")] - System.Threading.Tasks.Task exportStatusPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importNotificationData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse importNotificationData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importNotificationData", ReplyAction="*")] - System.Threading.Tasks.Task importNotificationDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importVotingProtocol не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingProtocol", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse importVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingProtocol", ReplyAction="*")] - System.Threading.Tasks.Task importVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportVotingProtocol не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingProtocol", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse exportVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingProtocol", ReplyAction="*")] - System.Threading.Tasks.Task exportVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importOwnerDecision не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerDecision", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse importOwnerDecision(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerDecision", ReplyAction="*")] - System.Threading.Tasks.Task importOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportOwnerDecision не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerDecision", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse exportOwnerDecision(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerDecision", ReplyAction="*")] - System.Threading.Tasks.Task exportOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportCAChData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportCAChData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse exportCAChData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportCAChData", ReplyAction="*")] - System.Threading.Tasks.Task exportCAChDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importHouseUOData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseUOData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse importHouseUOData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseUOData", ReplyAction="*")] - System.Threading.Tasks.Task importHouseUODataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importHouseOMSData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseOMSData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse importHouseOMSData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseOMSData", ReplyAction="*")] - System.Threading.Tasks.Task importHouseOMSDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importHouseESPData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseESPData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse importHouseESPData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importHouseESPData", ReplyAction="*")] - System.Threading.Tasks.Task importHouseESPDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importSupplyResourceContractData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse importSupplyResourceContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractData", ReplyAction="*")] - System.Threading.Tasks.Task importSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportSupplyResourceContractData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse exportSupplyResourceContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractData", ReplyAction="*")] - System.Threading.Tasks.Task exportSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importAccountIndividualServices не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountIndividualServices", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse importAccountIndividualServices(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importAccountIndividualServices", ReplyAction="*")] - System.Threading.Tasks.Task importAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportAccountIndividualServices не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountIndividualServices", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse exportAccountIndividualServices(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportAccountIndividualServices", ReplyAction="*")] - System.Threading.Tasks.Task exportAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportSupplyResourceContractObjectAddressData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractObjectAddressData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse exportSupplyResourceContractObjectAddressData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportSupplyResourceContractObjectAddressData", ReplyAction="*")] - System.Threading.Tasks.Task exportSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importSupplyResourceContractObjectAddressData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractObjectAddressData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse importSupplyResourceContractObjectAddressData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractObjectAddressData", ReplyAction="*")] - System.Threading.Tasks.Task importSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importSupplyResourceContractProjectData не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractProjectData", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse importSupplyResourceContractProjectData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importSupplyResourceContractProjectData", ReplyAction="*")] - System.Threading.Tasks.Task importSupplyResourceContractProjectDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportRolloverStatusCACh не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportRolloverStatusCACh", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse exportRolloverStatusCACh(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportRolloverStatusCACh", ReplyAction="*")] - System.Threading.Tasks.Task exportRolloverStatusCAChAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportBriefSupplyResourceContract не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSupplyResourceContract", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse exportBriefSupplyResourceContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSupplyResourceContract", ReplyAction="*")] - System.Threading.Tasks.Task exportBriefSupplyResourceContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportBriefSocialHireContract не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSocialHireContract", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse exportBriefSocialHireContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefSocialHireContract", ReplyAction="*")] - System.Threading.Tasks.Task exportBriefSocialHireContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией demolishHouse не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:demolishHouse", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse demolishHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:demolishHouse", ReplyAction="*")] - System.Threading.Tasks.Task demolishHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией exportBriefBasicHouse не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefBasicHouse", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse exportBriefBasicHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefBasicHouse", ReplyAction="*")] - System.Threading.Tasks.Task exportBriefBasicHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportBriefLivingHouse не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefLivingHouse", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse exportBriefLivingHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefLivingHouse", ReplyAction="*")] - System.Threading.Tasks.Task exportBriefLivingHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportBriefApartmentHouse не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefApartmentHouse", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse exportBriefApartmentHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportBriefApartmentHouse", ReplyAction="*")] - System.Threading.Tasks.Task exportBriefApartmentHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importExternalVotingProtocol не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importExternalVotingProtocol", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse importExternalVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importExternalVotingProtocol", ReplyAction="*")] - System.Threading.Tasks.Task importExternalVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importVotingMessage не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingMessage", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse importVotingMessage(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importVotingMessage", ReplyAction="*")] - System.Threading.Tasks.Task importVotingMessageAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportVotingMessage не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingMessage", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse exportVotingMessage(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportVotingMessage", ReplyAction="*")] - System.Threading.Tasks.Task exportVotingMessageAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importOwnerRefusal не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerRefusal", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse importOwnerRefusal(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importOwnerRefusal", ReplyAction="*")] - System.Threading.Tasks.Task importOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportOwnerRefusal не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerRefusal", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.HouseManagement.v15_7_0_1.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(PaymentReasonType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignaturePropertiesType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManifestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntpsType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ForeignBranchType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LegalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DocumentPortalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PeriodOpen))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Period))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(YearMonth))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CommonResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SignedAttachmentType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(HeaderType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MeteringDeviceFullInformationExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerRefusalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportQuestionOnDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OwnerDecisionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExternalVotingProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AnnulmentProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MessageType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(VoitingType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseServiceCharterType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApprovalType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DeleteDocType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(RollOverType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ProtocolOKType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(DaySelectionType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(MainInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountIndividualServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountUpdateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountReasonsImportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(AccountType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUpdateUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseESPType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseOMSType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseUOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(OGFImportStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKNRelationshipStatusType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyRSOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSocialHireContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportOwnerDecisionResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportBriefSupplyResourceContractResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractProjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportSupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IndicatorValueType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectObjectAdressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ObjectAddressType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractSubjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SupplyResourceContractType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(FIOType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(PublicPropertyContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChRequestCriteriaType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(CharterExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractPaymentsInfoType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractServiceType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ManageObjectType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(TerminateType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ContractExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportRolloverStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportStatusCAChResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportODSPMeteringDeviceDataResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BriefApartmentHouseType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefLivingHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ExportBriefBasicHouseRequestType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LivingHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(LiftExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(EntranceExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(GKN_EGRP_KeyExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(ApartmentHouseExportType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(exportHouseResultType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse exportOwnerRefusal(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportOwnerRefusal", ReplyAction="*")] - System.Threading.Tasks.Task exportOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1 request); - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeader : HeaderType { - - private object itemField; - - private ItemChoiceType25 itemElementNameField; - - private bool isOperatorSignatureField; - - private bool isOperatorSignatureFieldSpecified; - - private ISCreator[] iSCreatorField; - - public RequestHeader() { - this.isOperatorSignatureField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType25 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsOperatorSignature { - get { - return this.isOperatorSignatureField; - } - set { - this.isOperatorSignatureField = value; - this.RaisePropertyChanged("IsOperatorSignature"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsOperatorSignatureSpecified { - get { - return this.isOperatorSignatureFieldSpecified; - } - set { - this.isOperatorSignatureFieldSpecified = value; - this.RaisePropertyChanged("IsOperatorSignatureSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizen : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType23[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType23[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private RequestHeaderCitizenDocumentDocumentType documentTypeField; - - private string seriesField; - - private string numberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RequestHeaderCitizenDocumentDocumentType DocumentType { - get { - return this.documentTypeField; - } - set { - this.documentTypeField = value; - this.RaisePropertyChanged("DocumentType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocumentDocumentType : 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemsChoiceType23 { - - /// - CitizenPPAGUID, - - /// - Document, - - /// - SNILS, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemChoiceType25 { - - /// - Citizen, - - /// - SenderID, - - /// - orgPPAGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged { - - private string iSNameField; - - private string iSOperatorNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ISName { - get { - return this.iSNameField; - } - set { - this.iSNameField = value; - this.RaisePropertyChanged("ISName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ISOperatorName { - get { - return this.iSOperatorNameField; - } - set { - this.iSOperatorNameField = value; - this.RaisePropertyChanged("ISOperatorName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importMeteringDeviceDataRequest : BaseType { - - private string fIASHouseGuidField; - - private importMeteringDeviceDataRequestMeteringDevice[] meteringDeviceField; - - private string versionField; - - public importMeteringDeviceDataRequest() { - this.versionField = "11.1.0.8"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MeteringDevice", Order=1)] - public importMeteringDeviceDataRequestMeteringDevice[] MeteringDevice { - get { - return this.meteringDeviceField; - } - set { - this.meteringDeviceField = value; - this.RaisePropertyChanged("MeteringDevice"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importMeteringDeviceDataRequestMeteringDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeviceDataToCreate", typeof(MeteringDeviceFullInformationType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("DeviceDataToUpdate", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdate), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdate : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringDeviceVersionGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceVersionGUID { - get { - return this.meteringDeviceVersionGUIDField; - } - set { - this.meteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("MeteringDeviceVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ArchiveDevice", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateArchiveDevice), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LinkedWithMetering", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateLinkedWithMetering), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ReplaceDevice", typeof(importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateReplaceDevice), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("UpdateAfterDevicesValues", typeof(MeteringDeviceToUpdateAfterDevicesValuesType), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("UpdateBeforeDevicesValues", typeof(MeteringDeviceFullInformationType), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateArchiveDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private nsiRef archivingReasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ArchivingReason { - get { - return this.archivingReasonField; - } - set { - this.archivingReasonField = value; - this.RaisePropertyChanged("ArchivingReason"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateLinkedWithMetering : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] linkedMeteringDeviceVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LinkedMeteringDeviceVersionGUID", Order=0)] - public string[] LinkedMeteringDeviceVersionGUID { - get { - return this.linkedMeteringDeviceVersionGUIDField; - } - set { - this.linkedMeteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("LinkedMeteringDeviceVersionGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importMeteringDeviceDataRequestMeteringDeviceDeviceDataToUpdateReplaceDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime verificationDateField; - - private object itemField; - - private object[] itemsField; - - private string replacingMeteringDeviceVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime VerificationDate { - get { - return this.verificationDateField; - } - set { - this.verificationDateField = value; - this.RaisePropertyChanged("VerificationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVerification", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ReasonVerification", typeof(nsiRef), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeviceValueMunicipalResourceElectric", typeof(ElectricMeteringValueBaseType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("DeviceValueMunicipalResourceNotElectric", typeof(OneRateMeteringValueBaseType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("VolumeDeviceValues", typeof(VolumeMeteringValueBaseType), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string ReplacingMeteringDeviceVersionGUID { - get { - return this.replacingMeteringDeviceVersionGUIDField; - } - set { - this.replacingMeteringDeviceVersionGUIDField = value; - this.RaisePropertyChanged("ReplacingMeteringDeviceVersionGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ResultHeader : HeaderType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private AckRequestAck ackField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AckRequestAck Ack { - get { - return this.ackField; - } - set { - this.ackField = value; - this.RaisePropertyChanged("Ack"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string requesterMessageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RequesterMessageGUID { - get { - return this.requesterMessageGUIDField; - } - set { - this.requesterMessageGUIDField = value; - this.RaisePropertyChanged("RequesterMessageGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importMeteringDeviceDataRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest importMeteringDeviceDataRequest; - - public importMeteringDeviceDataRequest1() { - } - - public importMeteringDeviceDataRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest importMeteringDeviceDataRequest) { - this.RequestHeader = RequestHeader; - this.importMeteringDeviceDataRequest = importMeteringDeviceDataRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importMeteringDeviceDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importMeteringDeviceDataResponse() { - } - - public importMeteringDeviceDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportMeteringDeviceDataRequest : BaseType { - - private object[] itemsField; - - private ItemsChoiceType24[] itemsElementNameField; - - private bool includeFIASHouseGuidField; - - private bool includeFIASHouseGuidFieldSpecified; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ArchiveDateFrom", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ArchiveDateTo", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CommissioningDateFrom", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CommissioningDateTo", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IsCurrentOrganization", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceType", typeof(nsiRef), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MeteringDeviceVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MunicipalResource", typeof(nsiRef), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SearchArchived", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDateTime", typeof(System.DateTime), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType24[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IncludeFIASHouseGuid { - get { - return this.includeFIASHouseGuidField; - } - set { - this.includeFIASHouseGuidField = value; - this.RaisePropertyChanged("IncludeFIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IncludeFIASHouseGuidSpecified { - get { - return this.includeFIASHouseGuidFieldSpecified; - } - set { - this.includeFIASHouseGuidFieldSpecified = value; - this.RaisePropertyChanged("IncludeFIASHouseGuidSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType24 { - - /// - ArchiveDateFrom, - - /// - ArchiveDateTo, - - /// - CommissioningDateFrom, - - /// - CommissioningDateTo, - - /// - FIASHouseGuid, - - /// - IsCurrentOrganization, - - /// - MeteringDeviceRootGUID, - - /// - MeteringDeviceType, - - /// - MeteringDeviceVersionGUID, - - /// - MunicipalResource, - - /// - SearchArchived, - - /// - UpdateDateTime, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportMeteringDeviceDataRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest; - - public exportMeteringDeviceDataRequest1() { - } - - public exportMeteringDeviceDataRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest) { - this.RequestHeader = RequestHeader; - this.exportMeteringDeviceDataRequest = exportMeteringDeviceDataRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportMeteringDeviceDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportMeteringDeviceDataResponse() { - } - - public exportMeteringDeviceDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportODSPMeteringDeviceDataRequest : BaseType { - - private string accountNumberField; - - private string versionField; - - public exportODSPMeteringDeviceDataRequest() { - this.versionField = "15.3.0.0"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AccountNumber { - get { - return this.accountNumberField; - } - set { - this.accountNumberField = value; - this.RaisePropertyChanged("AccountNumber"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportODSPMeteringDeviceDataRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest; - - public exportODSPMeteringDeviceDataRequest1() { - } - - public exportODSPMeteringDeviceDataRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest) { - this.RequestHeader = RequestHeader; - this.exportODSPMeteringDeviceDataRequest = exportODSPMeteringDeviceDataRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportODSPMeteringDeviceDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportODSPMeteringDeviceDataResponse() { - } - - public exportODSPMeteringDeviceDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResult : BaseAsyncResponseType { - - private object[] itemsField; - - private string versionField; - - public getStateResult() { - this.versionField = "11.0.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(getStateResultImportResult), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("VotingMessage", typeof(exportVotingMessageResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("VotingProtocol", typeof(exportVotingProtocolResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportAccountIndividualServicesResult", typeof(exportAccountIndividualServicesResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportAccountResult", typeof(exportAccountResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportBriefApartmentHouseResult", typeof(getStateResultExportBriefApartmentHouseResult), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportBriefBasicHouseResult", typeof(getStateResultExportBriefBasicHouseResult), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportBriefLivingHouseResult", typeof(getStateResultExportBriefLivingHouseResult), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportBriefSocialHireContract", typeof(exportBriefSocialHireContractResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportBriefSupplyResourceContractResult", typeof(getStateResultExportBriefSupplyResourceContractResult), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportCAChResult", typeof(exportCAChResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportHouseResult", typeof(exportHouseResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportMeteringDeviceDataResult", typeof(exportMeteringDeviceDataResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportODSPMeteringDeviceDataResult", typeof(exportODSPMeteringDeviceDataResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportOwnerDecision", typeof(exportOwnerDecisionResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportOwnerRefusal", typeof(OwnerRefusalExportType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportStatusCAChResult", typeof(exportStatusCAChResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportStatusPublicPropertyContractResult", typeof(exportStatusPublicPropertyContractResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportSupplyResourceContractObjectAddress", typeof(getStateResultExportSupplyResourceContractObjectAddress), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportSupplyResourceContractResult", typeof(getStateResultExportSupplyResourceContractResult), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("rolloverCAChStatus", typeof(exportRolloverStatusCAChResultType), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResult : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private string versionField; - - public getStateResultImportResult() { - this.versionField = "10.0.1.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CommonResult", typeof(getStateResultImportResultCommonResult), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResultCommonResult : CommonResultType { - - private object itemField; - - private ItemChoiceType26 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportAccount", typeof(getStateResultImportResultCommonResultImportAccount), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportHouseESP", typeof(OGFImportStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportHouseOMS", typeof(OGFImportStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportHouseUO", typeof(OGFImportStatusType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportSupplyResourceContract", typeof(getStateResultImportResultCommonResultImportSupplyResourceContract), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportSupplyResourceContractObjectAddress", typeof(getStateResultImportResultCommonResultImportSupplyResourceContractObjectAddress), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportSupplyResourceContractProject", typeof(getStateResultImportResultCommonResultImportSupplyResourceContractProject), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("importCharter", typeof(importCharterResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("importContract", typeof(importContractResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("importMeteringDevice", typeof(getStateResultImportResultCommonResultImportMeteringDevice), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType26 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResultCommonResultImportAccount : object, System.ComponentModel.INotifyPropertyChanged { - - private string unifiedAccountNumberField; - - private string serviceIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] - public string UnifiedAccountNumber { - get { - return this.unifiedAccountNumberField; - } - set { - this.unifiedAccountNumberField = value; - this.RaisePropertyChanged("UnifiedAccountNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] - public string ServiceID { - get { - return this.serviceIDField; - } - set { - this.serviceIDField = value; - this.RaisePropertyChanged("ServiceID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResultCommonResultImportSupplyResourceContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractGUIDField; - - private string contractRootGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractRootGUID { - get { - return this.contractRootGUIDField; - } - set { - this.contractRootGUIDField = value; - this.RaisePropertyChanged("ContractRootGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResultCommonResultImportSupplyResourceContractObjectAddress : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResultCommonResultImportSupplyResourceContractProject : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultImportResultCommonResultImportMeteringDevice : object, System.ComponentModel.INotifyPropertyChanged { - - private string meteringDeviceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MeteringDeviceGUID { - get { - return this.meteringDeviceGUIDField; - } - set { - this.meteringDeviceGUIDField = value; - this.RaisePropertyChanged("MeteringDeviceGUID"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType26 { - - /// - ImportAccount, - - /// - ImportHouseESP, - - /// - ImportHouseOMS, - - /// - ImportHouseUO, - - /// - ImportSupplyResourceContract, - - /// - ImportSupplyResourceContractObjectAddress, - - /// - ImportSupplyResourceContractProject, - - /// - importCharter, - - /// - importContract, - - /// - importMeteringDevice, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultExportBriefApartmentHouseResult : object, System.ComponentModel.INotifyPropertyChanged { - - private BriefApartmentHouseType apartmentHouseInfoField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BriefApartmentHouseType ApartmentHouseInfo { - get { - return this.apartmentHouseInfoField; - } - set { - this.apartmentHouseInfoField = value; - this.RaisePropertyChanged("ApartmentHouseInfo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultExportBriefBasicHouseResult : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportBriefBasicHouseResultType[] resultItemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ResultItem", Order=0)] - public ExportBriefBasicHouseResultType[] ResultItem { - get { - return this.resultItemField; - } - set { - this.resultItemField = value; - this.RaisePropertyChanged("ResultItem"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultExportBriefLivingHouseResult : object, System.ComponentModel.INotifyPropertyChanged { - - private ExportBriefLivingHouseResultType[] resultItemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ResultItem", Order=0)] - public ExportBriefLivingHouseResultType[] ResultItem { - get { - return this.resultItemField; - } - set { - this.resultItemField = value; - this.RaisePropertyChanged("ResultItem"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultExportBriefSupplyResourceContractResult : object, System.ComponentModel.INotifyPropertyChanged { - - private exportBriefSupplyResourceContractResultType[] contractField; - - private object[] itemsField; - - private ItemsChoiceType25[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] - public exportBriefSupplyResourceContractResultType[] Contract { - get { - return this.contractField; - } - set { - this.contractField = value; - this.RaisePropertyChanged("Contract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("IsLastPage", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextPageContractRootGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("NextPageObjectGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType25[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType25 { - - /// - IsLastPage, - - /// - NextPageContractRootGUID, - - /// - NextPageObjectGUID, - } - - /// - [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/house-management/")] - public partial class exportStatusPublicPropertyContractResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private exportStatusPublicPropertyContractResultTypePublicPropertyContract[] publicPropertyContractField; - - /// - [System.Xml.Serialization.XmlElementAttribute("PublicPropertyContract", Order=0)] - public exportStatusPublicPropertyContractResultTypePublicPropertyContract[] PublicPropertyContract { - get { - return this.publicPropertyContractField; - } - set { - this.publicPropertyContractField = value; - this.RaisePropertyChanged("PublicPropertyContract"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContract : PublicPropertyContractExportType { - - private string contractGUIDField; - - private string statusContractField; - - private string contractVersionGUIDField; - - private string versionNumberField; - - private string statusVersionField; - - private exportStatusPublicPropertyContractResultTypePublicPropertyContractPaymentInterval paymentIntervalField; - - private exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPayment[] agreementPaymentField; - - private bool isGratuitousBasisField; - - private bool isGratuitousBasisFieldSpecified; - - public exportStatusPublicPropertyContractResultTypePublicPropertyContract() { - this.isGratuitousBasisField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractGUID { - get { - return this.contractGUIDField; - } - set { - this.contractGUIDField = value; - this.RaisePropertyChanged("ContractGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string StatusContract { - get { - return this.statusContractField; - } - set { - this.statusContractField = value; - this.RaisePropertyChanged("StatusContract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=3)] - public string VersionNumber { - get { - return this.versionNumberField; - } - set { - this.versionNumberField = value; - this.RaisePropertyChanged("VersionNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string StatusVersion { - get { - return this.statusVersionField; - } - set { - this.statusVersionField = value; - this.RaisePropertyChanged("StatusVersion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public exportStatusPublicPropertyContractResultTypePublicPropertyContractPaymentInterval PaymentInterval { - get { - return this.paymentIntervalField; - } - set { - this.paymentIntervalField = value; - this.RaisePropertyChanged("PaymentInterval"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AgreementPayment", Order=6)] - public exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPayment[] AgreementPayment { - get { - return this.agreementPaymentField; - } - set { - this.agreementPaymentField = value; - this.RaisePropertyChanged("AgreementPayment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool IsGratuitousBasis { - get { - return this.isGratuitousBasisField; - } - set { - this.isGratuitousBasisField = value; - this.RaisePropertyChanged("IsGratuitousBasis"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsGratuitousBasisSpecified { - get { - return this.isGratuitousBasisFieldSpecified; - } - set { - this.isGratuitousBasisFieldSpecified = value; - this.RaisePropertyChanged("IsGratuitousBasisSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContractPaymentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType8[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(DaySelectionExportType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Other", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(DaySelectionExportType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType8[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType8 { - - /// - EndDate, - - /// - Other, - - /// - StartDate, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPayment : object, System.ComponentModel.INotifyPropertyChanged { - - private string agreementPaymentVersionGUIDField; - - private exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPaymentDatePeriod datePeriodField; - - private decimal billField; - - private decimal debtField; - - private decimal paidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AgreementPaymentVersionGUID { - get { - return this.agreementPaymentVersionGUIDField; - } - set { - this.agreementPaymentVersionGUIDField = value; - this.RaisePropertyChanged("AgreementPaymentVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPaymentDatePeriod DatePeriod { - get { - return this.datePeriodField; - } - set { - this.datePeriodField = value; - this.RaisePropertyChanged("DatePeriod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal Bill { - get { - return this.billField; - } - set { - this.billField = value; - this.RaisePropertyChanged("Bill"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public decimal Debt { - get { - return this.debtField; - } - set { - this.debtField = value; - this.RaisePropertyChanged("Debt"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal Paid { - get { - return this.paidField; - } - set { - this.paidField = value; - this.RaisePropertyChanged("Paid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusPublicPropertyContractResultTypePublicPropertyContractAgreementPaymentDatePeriod : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateFromField; - - private System.DateTime dateToField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime DateFrom { - get { - return this.dateFromField; - } - set { - this.dateFromField = value; - this.RaisePropertyChanged("DateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateTo { - get { - return this.dateToField; - } - set { - this.dateToField = value; - this.RaisePropertyChanged("DateTo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultExportSupplyResourceContractObjectAddress : object, System.ComponentModel.INotifyPropertyChanged { - - private exportSupplyResourceContractObjectAddressResultType[] objectAddressField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=0)] - public exportSupplyResourceContractObjectAddressResultType[] ObjectAddress { - get { - return this.objectAddressField; - } - set { - this.objectAddressField = value; - this.RaisePropertyChanged("ObjectAddress"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ExportObjectGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("IsLastPage", typeof(bool), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class getStateResultExportSupplyResourceContractResult : object, System.ComponentModel.INotifyPropertyChanged { - - private exportSupplyResourceContractResultType[] contractField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] - public exportSupplyResourceContractResultType[] Contract { - get { - return this.contractField; - } - set { - this.contractField = value; - this.RaisePropertyChanged("Contract"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ExportContractRootGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("IsLastPage", typeof(bool), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest getStateRequest; - - public getStateRequest1() { - } - - public getStateRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest getStateRequest) { - this.RequestHeader = RequestHeader; - this.getStateRequest = getStateRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult getStateResult; - - public getStateResponse() { - } - - public getStateResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult getStateResult) { - this.ResultHeader = ResultHeader; - this.getStateResult = getStateResult; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequest : BaseType { - - private importContractRequestContract[] contractField; - - private string versionField; - - public importContractRequest() { - this.versionField = "11.9.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] - public importContractRequestContract[] Contract { - get { - return this.contractField; - } - set { - this.contractField = value; - this.RaisePropertyChanged("Contract"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnulmentContract", typeof(importContractRequestContractAnnulmentContract), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("AnnulmentContractPaymentsInfo", typeof(importContractRequestContractAnnulmentContractPaymentsInfo), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ApprovalContract", typeof(importContractRequestContractApprovalContract), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("EditContract", typeof(importContractRequestContractEditContract), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("PlaceContractPaymentsInfo", typeof(importContractRequestContractPlaceContractPaymentsInfo), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("PlacingContract", typeof(importContractRequestContractPlacingContract), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("RollOverContract", typeof(importContractRequestContractRollOverContract), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("TerminateContract", typeof(importContractRequestContractTerminateContract), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractAnnulmentContract : AnnulmentType { - - private bool licenseRequestField; - - private bool licenseRequestFieldSpecified; - - private string contractVersionGUIDField; - - public importContractRequestContractAnnulmentContract() { - this.licenseRequestField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool LicenseRequest { - get { - return this.licenseRequestField; - } - set { - this.licenseRequestField = value; - this.RaisePropertyChanged("LicenseRequest"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool LicenseRequestSpecified { - get { - return this.licenseRequestFieldSpecified; - } - set { - this.licenseRequestFieldSpecified = value; - this.RaisePropertyChanged("LicenseRequestSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractAnnulmentContractPaymentsInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractPaymentsInfoVersionGUIDField; - - private string reasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractPaymentsInfoVersionGUID { - get { - return this.contractPaymentsInfoVersionGUIDField; - } - set { - this.contractPaymentsInfoVersionGUIDField = value; - this.RaisePropertyChanged("ContractPaymentsInfoVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Reason { - get { - return this.reasonField; - } - set { - this.reasonField = value; - this.RaisePropertyChanged("Reason"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractApprovalContract : ApprovalType { - - private string contractVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContract : ContractType { - - private bool licenseRequestField; - - private bool licenseRequestFieldSpecified; - - private importContractRequestContractEditContractContractObject[] contractObjectField; - - private string contractVersionGUIDField; - - private bool indicationsAnyDayField; - - private bool indicationsAnyDayFieldSpecified; - - public importContractRequestContractEditContract() { - this.licenseRequestField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool LicenseRequest { - get { - return this.licenseRequestField; - } - set { - this.licenseRequestField = value; - this.RaisePropertyChanged("LicenseRequest"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool LicenseRequestSpecified { - get { - return this.licenseRequestFieldSpecified; - } - set { - this.licenseRequestFieldSpecified = value; - this.RaisePropertyChanged("LicenseRequestSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=1)] - public importContractRequestContractEditContractContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IndicationsAnyDay { - get { - return this.indicationsAnyDayField; - } - set { - this.indicationsAnyDayField = value; - this.RaisePropertyChanged("IndicationsAnyDay"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IndicationsAnyDaySpecified { - get { - return this.indicationsAnyDayFieldSpecified; - } - set { - this.indicationsAnyDayFieldSpecified = value; - this.RaisePropertyChanged("IndicationsAnyDaySpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObject : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Add", typeof(importContractRequestContractEditContractContractObjectAdd), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(importContractRequestContractEditContractContractObjectAnnulment), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Edit", typeof(importContractRequestContractEditContractContractObjectEdit), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectAdd : ManageObjectType { - - private BaseServiceType baseMServiceField; - - private importContractRequestContractEditContractContractObjectAddHouseService[] houseServiceField; - - private importContractRequestContractEditContractContractObjectAddAddService[] addServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=1)] - public importContractRequestContractEditContractContractObjectAddHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=2)] - public importContractRequestContractEditContractContractObjectAddAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectAddHouseService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectAddAddService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectAnnulment : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractObjectVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectEdit : ManageObjectType { - - private string contractObjectVersionGUIDField; - - private BaseServiceType baseMServiceField; - - private importContractRequestContractEditContractContractObjectEditHouseService[] houseServiceField; - - private importContractRequestContractEditContractContractObjectEditAddService[] addServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BaseServiceType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] - public importContractRequestContractEditContractContractObjectEditHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] - public importContractRequestContractEditContractContractObjectEditAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectEditHouseService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractEditContractContractObjectEditAddService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractPlaceContractPaymentsInfo : ContractPaymentsInfoType { - - private string contractVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractPlacingContract : ContractType { - - private bool licenseRequestField; - - private bool licenseRequestFieldSpecified; - - private importContractRequestContractPlacingContractContractObject[] contractObjectField; - - public importContractRequestContractPlacingContract() { - this.licenseRequestField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool LicenseRequest { - get { - return this.licenseRequestField; - } - set { - this.licenseRequestField = value; - this.RaisePropertyChanged("LicenseRequest"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool LicenseRequestSpecified { - get { - return this.licenseRequestFieldSpecified; - } - set { - this.licenseRequestFieldSpecified = value; - this.RaisePropertyChanged("LicenseRequestSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=1)] - public importContractRequestContractPlacingContractContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractPlacingContractContractObject : ManageObjectType { - - private string transportGUIDField; - - private BaseServiceType baseMServiceField; - - private importContractRequestContractPlacingContractContractObjectHouseService[] houseServiceField; - - private importContractRequestContractPlacingContractContractObjectAddService[] addServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BaseServiceType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] - public importContractRequestContractPlacingContractContractObjectHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] - public importContractRequestContractPlacingContractContractObjectAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractPlacingContractContractObjectHouseService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractPlacingContractContractObjectAddService : ContractServiceType { - - private BaseServiceType baseServiceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceType BaseService { - get { - return this.baseServiceField; - } - set { - this.baseServiceField = value; - this.RaisePropertyChanged("BaseService"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractRollOverContract : RollOverType { - - private bool licenseRequestField; - - private bool licenseRequestFieldSpecified; - - private string contractVersionGUIDField; - - private System.DateTime rollToDateField; - - private bool rollToDateFieldSpecified; - - public importContractRequestContractRollOverContract() { - this.licenseRequestField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool LicenseRequest { - get { - return this.licenseRequestField; - } - set { - this.licenseRequestField = value; - this.RaisePropertyChanged("LicenseRequest"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool LicenseRequestSpecified { - get { - return this.licenseRequestFieldSpecified; - } - set { - this.licenseRequestFieldSpecified = value; - this.RaisePropertyChanged("LicenseRequestSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime RollToDate { - get { - return this.rollToDateField; - } - set { - this.rollToDateField = value; - this.RaisePropertyChanged("RollToDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool RollToDateSpecified { - get { - return this.rollToDateFieldSpecified; - } - set { - this.rollToDateFieldSpecified = value; - this.RaisePropertyChanged("RollToDateSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importContractRequestContractTerminateContract : TerminateType { - - private bool licenseRequestField; - - private bool licenseRequestFieldSpecified; - - private nsiRef reasonRefField; - - private AttachmentType[] terminateAttachmentField; - - private string contractVersionGUIDField; - - public importContractRequestContractTerminateContract() { - this.licenseRequestField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool LicenseRequest { - get { - return this.licenseRequestField; - } - set { - this.licenseRequestField = value; - this.RaisePropertyChanged("LicenseRequest"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool LicenseRequestSpecified { - get { - return this.licenseRequestFieldSpecified; - } - set { - this.licenseRequestFieldSpecified = value; - this.RaisePropertyChanged("LicenseRequestSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef ReasonRef { - get { - return this.reasonRefField; - } - set { - this.reasonRefField = value; - this.RaisePropertyChanged("ReasonRef"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TerminateAttachment", Order=2)] - public AttachmentType[] TerminateAttachment { - get { - return this.terminateAttachmentField; - } - set { - this.terminateAttachmentField = value; - this.RaisePropertyChanged("TerminateAttachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importContractDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractRequest importContractRequest; - - public importContractDataRequest() { - } - - public importContractDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractRequest importContractRequest) { - this.RequestHeader = RequestHeader; - this.importContractRequest = importContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importContractDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importContractDataResponse() { - } - - public importContractDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequest : BaseType { - - private string transportGUIDField; - - private object itemField; - - private string versionField; - - public importCharterRequest() { - this.versionField = "11.9.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnulmentCharter", typeof(importCharterRequestAnnulmentCharter), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("AnnulmentCharterPaymentsInfo", typeof(importCharterRequestAnnulmentCharterPaymentsInfo), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("EditCharter", typeof(importCharterRequestEditCharter), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("PlaceCharterPaymentsInfo", typeof(importCharterRequestPlaceCharterPaymentsInfo), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("PlacingCharter", typeof(importCharterRequestPlacingCharter), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("RollOverCharter", typeof(importCharterRequestRollOverCharter), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("TerminateCharter", typeof(importCharterRequestTerminateCharter), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestAnnulmentCharter : AnnulmentType { - - private string charterVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string CharterVersionGUID { - get { - return this.charterVersionGUIDField; - } - set { - this.charterVersionGUIDField = value; - this.RaisePropertyChanged("CharterVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestAnnulmentCharterPaymentsInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string charterPaymentsInfoVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string CharterPaymentsInfoVersionGUID { - get { - return this.charterPaymentsInfoVersionGUIDField; - } - set { - this.charterPaymentsInfoVersionGUIDField = value; - this.RaisePropertyChanged("CharterPaymentsInfoVersionGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharter : CharterType { - - private importCharterRequestEditCharterContractObject[] contractObjectField; - - private string charterVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=0)] - public importCharterRequestEditCharterContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string CharterVersionGUID { - get { - return this.charterVersionGUIDField; - } - set { - this.charterVersionGUIDField = value; - this.RaisePropertyChanged("CharterVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObject : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Add", typeof(importCharterRequestEditCharterContractObjectAdd), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(importCharterRequestEditCharterContractObjectAnnulment), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Edit", typeof(importCharterRequestEditCharterContractObjectEdit), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectAdd : ManageObjectType { - - private BaseServiceCharterType baseMServiceField; - - private importCharterRequestEditCharterContractObjectAddHouseService[] houseServiceField; - - private importCharterRequestEditCharterContractObjectAddAddService[] addServiceField; - - private bool isManagedByContractField; - - private bool isManagedByContractFieldSpecified; - - public importCharterRequestEditCharterContractObjectAdd() { - this.isManagedByContractField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=1)] - public importCharterRequestEditCharterContractObjectAddHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=2)] - public importCharterRequestEditCharterContractObjectAddAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IsManagedByContract { - get { - return this.isManagedByContractField; - } - set { - this.isManagedByContractField = value; - this.RaisePropertyChanged("IsManagedByContract"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsManagedByContractSpecified { - get { - return this.isManagedByContractFieldSpecified; - } - set { - this.isManagedByContractFieldSpecified = value; - this.RaisePropertyChanged("IsManagedByContractSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectAddHouseService : ContractServiceType { - - private BaseServiceCharterType baseServiceCharterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseServiceCharter { - get { - return this.baseServiceCharterField; - } - set { - this.baseServiceCharterField = value; - this.RaisePropertyChanged("BaseServiceCharter"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectAddAddService : ContractServiceType { - - private BaseServiceCharterType baseServiceCharterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseServiceCharter { - get { - return this.baseServiceCharterField; - } - set { - this.baseServiceCharterField = value; - this.RaisePropertyChanged("BaseServiceCharter"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectAnnulment : object, System.ComponentModel.INotifyPropertyChanged { - - private string contractObjectVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectEdit : ManageObjectType { - - private string contractObjectVersionGUIDField; - - private BaseServiceCharterType baseMServiceField; - - private importCharterRequestEditCharterContractObjectEditHouseService[] houseServiceField; - - private importCharterRequestEditCharterContractObjectEditAddService[] addServiceField; - - private bool isManagedByContractField; - - private bool isManagedByContractFieldSpecified; - - public importCharterRequestEditCharterContractObjectEdit() { - this.isManagedByContractField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ContractObjectVersionGUID { - get { - return this.contractObjectVersionGUIDField; - } - set { - this.contractObjectVersionGUIDField = value; - this.RaisePropertyChanged("ContractObjectVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BaseServiceCharterType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] - public importCharterRequestEditCharterContractObjectEditHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] - public importCharterRequestEditCharterContractObjectEditAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsManagedByContract { - get { - return this.isManagedByContractField; - } - set { - this.isManagedByContractField = value; - this.RaisePropertyChanged("IsManagedByContract"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsManagedByContractSpecified { - get { - return this.isManagedByContractFieldSpecified; - } - set { - this.isManagedByContractFieldSpecified = value; - this.RaisePropertyChanged("IsManagedByContractSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectEditHouseService : ContractServiceType { - - private BaseServiceCharterType baseServiceCharterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseServiceCharter { - get { - return this.baseServiceCharterField; - } - set { - this.baseServiceCharterField = value; - this.RaisePropertyChanged("BaseServiceCharter"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestEditCharterContractObjectEditAddService : ContractServiceType { - - private BaseServiceCharterType baseServiceCharterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseServiceCharter { - get { - return this.baseServiceCharterField; - } - set { - this.baseServiceCharterField = value; - this.RaisePropertyChanged("BaseServiceCharter"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestPlaceCharterPaymentsInfo : CharterPaymentsInfoType { - - private string charterVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string CharterVersionGUID { - get { - return this.charterVersionGUIDField; - } - set { - this.charterVersionGUIDField = value; - this.RaisePropertyChanged("CharterVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestPlacingCharter : CharterType { - - private importCharterRequestPlacingCharterContractObject[] contractObjectField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractObject", Order=0)] - public importCharterRequestPlacingCharterContractObject[] ContractObject { - get { - return this.contractObjectField; - } - set { - this.contractObjectField = value; - this.RaisePropertyChanged("ContractObject"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestPlacingCharterContractObject : ManageObjectType { - - private string transportGUIDField; - - private BaseServiceCharterType baseMServiceField; - - private importCharterRequestPlacingCharterContractObjectHouseService[] houseServiceField; - - private importCharterRequestPlacingCharterContractObjectAddService[] addServiceField; - - private bool isManagedByContractField; - - private bool isManagedByContractFieldSpecified; - - public importCharterRequestPlacingCharterContractObject() { - this.isManagedByContractField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public BaseServiceCharterType BaseMService { - get { - return this.baseMServiceField; - } - set { - this.baseMServiceField = value; - this.RaisePropertyChanged("BaseMService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("HouseService", Order=2)] - public importCharterRequestPlacingCharterContractObjectHouseService[] HouseService { - get { - return this.houseServiceField; - } - set { - this.houseServiceField = value; - this.RaisePropertyChanged("HouseService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddService", Order=3)] - public importCharterRequestPlacingCharterContractObjectAddService[] AddService { - get { - return this.addServiceField; - } - set { - this.addServiceField = value; - this.RaisePropertyChanged("AddService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsManagedByContract { - get { - return this.isManagedByContractField; - } - set { - this.isManagedByContractField = value; - this.RaisePropertyChanged("IsManagedByContract"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsManagedByContractSpecified { - get { - return this.isManagedByContractFieldSpecified; - } - set { - this.isManagedByContractFieldSpecified = value; - this.RaisePropertyChanged("IsManagedByContractSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestPlacingCharterContractObjectHouseService : ContractServiceType { - - private BaseServiceCharterType baseServiceCharterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseServiceCharter { - get { - return this.baseServiceCharterField; - } - set { - this.baseServiceCharterField = value; - this.RaisePropertyChanged("BaseServiceCharter"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestPlacingCharterContractObjectAddService : ContractServiceType { - - private BaseServiceCharterType baseServiceCharterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public BaseServiceCharterType BaseServiceCharter { - get { - return this.baseServiceCharterField; - } - set { - this.baseServiceCharterField = value; - this.RaisePropertyChanged("BaseServiceCharter"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestRollOverCharter : RollOverType { - - private string charterVersionGUIDField; - - private System.DateTime rollToDateField; - - private bool rollToDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string CharterVersionGUID { - get { - return this.charterVersionGUIDField; - } - set { - this.charterVersionGUIDField = value; - this.RaisePropertyChanged("CharterVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime RollToDate { - get { - return this.rollToDateField; - } - set { - this.rollToDateField = value; - this.RaisePropertyChanged("RollToDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool RollToDateSpecified { - get { - return this.rollToDateFieldSpecified; - } - set { - this.rollToDateFieldSpecified = value; - this.RaisePropertyChanged("RollToDateSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importCharterRequestTerminateCharter : TerminateType { - - private string reasonField; - - private string charterVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Reason { - get { - return this.reasonField; - } - set { - this.reasonField = value; - this.RaisePropertyChanged("Reason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string CharterVersionGUID { - get { - return this.charterVersionGUIDField; - } - set { - this.charterVersionGUIDField = value; - this.RaisePropertyChanged("CharterVersionGUID"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importCharterDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterRequest importCharterRequest; - - public importCharterDataRequest() { - } - - public importCharterDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterRequest importCharterRequest) { - this.RequestHeader = RequestHeader; - this.importCharterRequest = importCharterRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importCharterDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importCharterDataResponse() { - } - - public importCharterDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusCAChRequest : BaseType { - - private exportStatusCAChRequestCriteria[] criteriaField; - - private string versionField; - - public exportStatusCAChRequest() { - this.versionField = "10.0.1.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Criteria", Order=0)] - public exportStatusCAChRequestCriteria[] Criteria { - get { - return this.criteriaField; - } - set { - this.criteriaField = value; - this.RaisePropertyChanged("Criteria"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusCAChRequestCriteria : object, System.ComponentModel.INotifyPropertyChanged { - - private string itemField; - - private ItemChoiceType27 itemElementNameField; - - private exportStatusCAChRequestCriteriaControlObjects controlObjectsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CharterGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("CharterVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType27 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public exportStatusCAChRequestCriteriaControlObjects ControlObjects { - get { - return this.controlObjectsField; - } - set { - this.controlObjectsField = value; - this.RaisePropertyChanged("ControlObjects"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType27 { - - /// - CharterGUID, - - /// - CharterVersionGUID, - - /// - ContractGUID, - - /// - ContractVersionGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusCAChRequestCriteriaControlObjects : object, System.ComponentModel.INotifyPropertyChanged { - - private bool isConflictedField; - - private bool isConflictedFieldSpecified; - - private bool isBlockedField; - - private bool isBlockedFieldSpecified; - - public exportStatusCAChRequestCriteriaControlObjects() { - this.isConflictedField = true; - this.isBlockedField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsConflicted { - get { - return this.isConflictedField; - } - set { - this.isConflictedField = value; - this.RaisePropertyChanged("IsConflicted"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsConflictedSpecified { - get { - return this.isConflictedFieldSpecified; - } - set { - this.isConflictedFieldSpecified = value; - this.RaisePropertyChanged("IsConflictedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsBlocked { - get { - return this.isBlockedField; - } - set { - this.isBlockedField = value; - this.RaisePropertyChanged("IsBlocked"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsBlockedSpecified { - get { - return this.isBlockedFieldSpecified; - } - set { - this.isBlockedFieldSpecified = value; - this.RaisePropertyChanged("IsBlockedSpecified"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportStatusCAChDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChRequest exportStatusCAChRequest; - - public exportStatusCAChDataRequest() { - } - - public exportStatusCAChDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChRequest exportStatusCAChRequest) { - this.RequestHeader = RequestHeader; - this.exportStatusCAChRequest = exportStatusCAChRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportStatusCAChDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportStatusCAChDataResponse() { - } - - public exportStatusCAChDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportHouseRequest : BaseType { - - private string fIASHouseGuidField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportHouseDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseRequest exportHouseRequest; - - public exportHouseDataRequest() { - } - - public exportHouseDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseRequest exportHouseRequest) { - this.RequestHeader = RequestHeader; - this.exportHouseRequest = exportHouseRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportHouseDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportHouseDataResponse() { - } - - public exportHouseDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importAccountRequest : BaseType { - - private importAccountRequestAccount[] accountField; - - private string versionField; - - public importAccountRequest() { - this.versionField = "10.0.1.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Account", Order=0)] - public importAccountRequestAccount[] Account { - get { - return this.accountField; - } - set { - this.accountField = value; - this.RaisePropertyChanged("Account"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importAccountRequestAccount : AccountType { - - private string transportGUIDField; - - private string accountNumberField; - - private string accountGUIDField; - - private AccountReasonsImportType accountReasonsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] - public string AccountNumber { - get { - return this.accountNumberField; - } - set { - this.accountNumberField = value; - this.RaisePropertyChanged("AccountNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string AccountGUID { - get { - return this.accountGUIDField; - } - set { - this.accountGUIDField = value; - this.RaisePropertyChanged("AccountGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public AccountReasonsImportType AccountReasons { - get { - return this.accountReasonsField; - } - set { - this.accountReasonsField = value; - this.RaisePropertyChanged("AccountReasons"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importAccountDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountRequest importAccountRequest; - - public importAccountDataRequest() { - } - - public importAccountDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountRequest importAccountRequest) { - this.RequestHeader = RequestHeader; - this.importAccountRequest = importAccountRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importAccountDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importAccountDataResponse() { - } - - public importAccountDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountRequest : BaseType { - - private string[] itemsField; - - private ItemsChoiceType26[] itemsElementNameField; - - private string versionField; - - public exportAccountRequest() { - this.versionField = "10.0.1.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ServiceID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("UnifiedAccountNumber", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType26[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType26 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:ServiceID")] - ServiceID, - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:UnifiedAccountNumber")] - UnifiedAccountNumber, - - /// - AccountGUID, - - /// - FIASHouseGuid, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportAccountDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountRequest exportAccountRequest; - - public exportAccountDataRequest() { - } - - public exportAccountDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountRequest exportAccountRequest) { - this.RequestHeader = RequestHeader; - this.exportAccountRequest = exportAccountRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportAccountDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportAccountDataResponse() { - } - - public exportAccountDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequest : BaseType { - - private object[] itemsField; - - private string versionField; - - public importPublicPropertyContractRequest() { - this.versionField = "11.2.0.10"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AddAgreementPayment", typeof(importPublicPropertyContractRequestAddAgreementPayment), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("AnnulAgreementPayment", typeof(importPublicPropertyContractRequestAnnulAgreementPayment), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Contract", typeof(importPublicPropertyContractRequestContract), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DelAgreementPayment", typeof(importPublicPropertyContractRequestDelAgreementPayment), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestAddAgreementPayment : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string itemField; - - private ItemChoiceType28 itemElementNameField; - - private importPublicPropertyContractRequestAddAgreementPaymentDatePeriod datePeriodField; - - private decimal billField; - - private decimal debtField; - - private decimal paidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AgreementPaymentVersionGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType28 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public importPublicPropertyContractRequestAddAgreementPaymentDatePeriod DatePeriod { - get { - return this.datePeriodField; - } - set { - this.datePeriodField = value; - this.RaisePropertyChanged("DatePeriod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public decimal Bill { - get { - return this.billField; - } - set { - this.billField = value; - this.RaisePropertyChanged("Bill"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public decimal Debt { - get { - return this.debtField; - } - set { - this.debtField = value; - this.RaisePropertyChanged("Debt"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public decimal Paid { - get { - return this.paidField; - } - set { - this.paidField = value; - this.RaisePropertyChanged("Paid"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType28 { - - /// - AgreementPaymentVersionGUID, - - /// - ContractVersionGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestAddAgreementPaymentDatePeriod : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateFromField; - - private System.DateTime dateToField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime DateFrom { - get { - return this.dateFromField; - } - set { - this.dateFromField = value; - this.RaisePropertyChanged("DateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateTo { - get { - return this.dateToField; - } - set { - this.dateToField = value; - this.RaisePropertyChanged("DateTo"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestAnnulAgreementPayment : AnnulmentType { - - private string transportGUIDField; - - private string agreementPaymentVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string AgreementPaymentVersionGUID { - get { - return this.agreementPaymentVersionGUIDField; - } - set { - this.agreementPaymentVersionGUIDField = value; - this.RaisePropertyChanged("AgreementPaymentVersionGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string contractVersionGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ContractVersionGUID { - get { - return this.contractVersionGUIDField; - } - set { - this.contractVersionGUIDField = value; - this.RaisePropertyChanged("ContractVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnulmentContract", typeof(AnnulmentType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("PublicPropertyContract", typeof(importPublicPropertyContractRequestContractPublicPropertyContract), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestContractPublicPropertyContract : PublicPropertyContractType { - - private importPublicPropertyContractRequestContractPublicPropertyContractPaymentInterval paymentIntervalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public importPublicPropertyContractRequestContractPublicPropertyContractPaymentInterval PaymentInterval { - get { - return this.paymentIntervalField; - } - set { - this.paymentIntervalField = value; - this.RaisePropertyChanged("PaymentInterval"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestContractPublicPropertyContractPaymentInterval : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType27[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(DaySelectionType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Other", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(DaySelectionType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType27[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType27 { - - /// - EndDate, - - /// - Other, - - /// - StartDate, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importPublicPropertyContractRequestDelAgreementPayment : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string agreementPaymentVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string AgreementPaymentVersionGUID { - get { - return this.agreementPaymentVersionGUIDField; - } - set { - this.agreementPaymentVersionGUIDField = value; - this.RaisePropertyChanged("AgreementPaymentVersionGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importPublicPropertyContractRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest importPublicPropertyContractRequest; - - public importPublicPropertyContractRequest1() { - } - - public importPublicPropertyContractRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest importPublicPropertyContractRequest) { - this.RequestHeader = RequestHeader; - this.importPublicPropertyContractRequest = importPublicPropertyContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importPublicPropertyContractResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importPublicPropertyContractResponse() { - } - - public importPublicPropertyContractResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportStatusPublicPropertyContractRequest : BaseType { - - private object[] itemsField; - - private ItemsChoiceType28[] itemsElementNameField; - - private string versionField; - - public exportStatusPublicPropertyContractRequest() { - this.versionField = "10.0.2.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractVersionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType28[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType28 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - ContractVersionGUID, - - /// - EndDate, - - /// - FIASHouseGuid, - - /// - StartDate, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportStatusPublicPropertyContractRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest; - - public exportStatusPublicPropertyContractRequest1() { - } - - public exportStatusPublicPropertyContractRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest) { - this.RequestHeader = RequestHeader; - this.exportStatusPublicPropertyContractRequest = exportStatusPublicPropertyContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportStatusPublicPropertyContractResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportStatusPublicPropertyContractResponse() { - } - - public exportStatusPublicPropertyContractResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequest : BaseType { - - private importNotificationRequestNotification[] notificationField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("notification", Order=0)] - public importNotificationRequestNotification[] notification { - get { - return this.notificationField; - } - set { - this.notificationField = value; - this.RaisePropertyChanged("notification"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotification : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string notificationGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string NotificationGUID { - get { - return this.notificationGUIDField; - } - set { - this.notificationGUIDField = value; - this.RaisePropertyChanged("NotificationGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Create", typeof(importNotificationRequestNotificationCreate), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("DeleteNotification", typeof(DeleteDocType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("IsShipOff", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("RecallNotification", typeof(importNotificationRequestNotificationRecallNotification), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreate : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private bool isImportantField; - - private bool isImportantFieldSpecified; - - private string contentField; - - private object[] itemsField; - - private ItemsChoiceType29[] itemsElementNameField; - - private object[] items1Field; - - private Items1ChoiceType[] items1ElementNameField; - - private AttachmentType[] attachmentField; - - private bool isShipOffField; - - private bool isShipOffFieldSpecified; - - private bool isForPublishToMobileAppField; - - private bool isForPublishToMobileAppFieldSpecified; - - private importNotificationRequestNotificationCreateMobileAppData mobileAppDataField; - - public importNotificationRequestNotificationCreate() { - this.isImportantField = true; - this.isShipOffField = true; - this.isForPublishToMobileAppField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Topic", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("TopicNSIRef", typeof(nsiRef), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsImportant { - get { - return this.isImportantField; - } - set { - this.isImportantField = value; - this.RaisePropertyChanged("IsImportant"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsImportantSpecified { - get { - return this.isImportantFieldSpecified; - } - set { - this.isImportantFieldSpecified = value; - this.RaisePropertyChanged("IsImportantSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string content { - get { - return this.contentField; - } - set { - this.contentField = value; - this.RaisePropertyChanged("content"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("InspectionAuthority", typeof(RegOrgType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("IsAll", typeof(bool), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("RoomOwners", typeof(importNotificationRequestNotificationCreateRoomOwners), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("SpecialAccountOwner", typeof(RegOrgType), Order=3)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=4)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType29[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EndDate", typeof(System.DateTime), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("IsNotLimit", typeof(bool), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=5)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Items1ElementName")] - public object[] Items1 { - get { - return this.items1Field; - } - set { - this.items1Field = value; - this.RaisePropertyChanged("Items1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Items1ElementName", Order=6)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Items1ChoiceType[] Items1ElementName { - get { - return this.items1ElementNameField; - } - set { - this.items1ElementNameField = value; - this.RaisePropertyChanged("Items1ElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Attachment", Order=7)] - public AttachmentType[] Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public bool IsShipOff { - get { - return this.isShipOffField; - } - set { - this.isShipOffField = value; - this.RaisePropertyChanged("IsShipOff"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsShipOffSpecified { - get { - return this.isShipOffFieldSpecified; - } - set { - this.isShipOffFieldSpecified = value; - this.RaisePropertyChanged("IsShipOffSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public bool IsForPublishToMobileApp { - get { - return this.isForPublishToMobileAppField; - } - set { - this.isForPublishToMobileAppField = value; - this.RaisePropertyChanged("IsForPublishToMobileApp"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsForPublishToMobileAppSpecified { - get { - return this.isForPublishToMobileAppFieldSpecified; - } - set { - this.isForPublishToMobileAppFieldSpecified = value; - this.RaisePropertyChanged("IsForPublishToMobileAppSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=10)] - public importNotificationRequestNotificationCreateMobileAppData MobileAppData { - get { - return this.mobileAppDataField; - } - set { - this.mobileAppDataField = value; - this.RaisePropertyChanged("MobileAppData"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreateRoomOwners : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private ItemChoiceType29 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountOpening", typeof(importNotificationRequestNotificationCreateRoomOwnersAccountOpening), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DeptsInforming", typeof(importNotificationRequestNotificationCreateRoomOwnersDeptsInforming), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("OtherOrganizationSelection", typeof(importNotificationRequestNotificationCreateRoomOwnersOtherOrganizationSelection), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType29 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreateRoomOwnersAccountOpening : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] fIASHouseGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] - public string[] FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreateRoomOwnersDeptsInforming : object, System.ComponentModel.INotifyPropertyChanged { - - private importNotificationRequestNotificationCreateRoomOwnersDeptsInformingAccount[] accountField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Account", Order=0)] - public importNotificationRequestNotificationCreateRoomOwnersDeptsInformingAccount[] Account { - get { - return this.accountField; - } - set { - this.accountField = value; - this.RaisePropertyChanged("Account"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreateRoomOwnersDeptsInformingAccount : object, System.ComponentModel.INotifyPropertyChanged { - - private decimal totalDebtField; - - private string unifiedAccountNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public decimal TotalDebt { - get { - return this.totalDebtField; - } - set { - this.totalDebtField = value; - this.RaisePropertyChanged("TotalDebt"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=1)] - public string UnifiedAccountNumber { - get { - return this.unifiedAccountNumberField; - } - set { - this.unifiedAccountNumberField = value; - this.RaisePropertyChanged("UnifiedAccountNumber"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreateRoomOwnersOtherOrganizationSelection : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] fIASHouseGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", Order=0)] - public string[] FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType29 { - - /// - AccountOpening, - - /// - DeptsInforming, - - /// - OtherOrganizationSelection, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType29 { - - /// - FIASHouseGuid, - - /// - InspectionAuthority, - - /// - IsAll, - - /// - RoomOwners, - - /// - SpecialAccountOwner, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Items1ChoiceType { - - /// - EndDate, - - /// - IsNotLimit, - - /// - StartDate, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationCreateMobileAppData : object, System.ComponentModel.INotifyPropertyChanged { - - private bool isShortTopicField; - - private bool isPinField; - - private string urlField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsShortTopic { - get { - return this.isShortTopicField; - } - set { - this.isShortTopicField = value; - this.RaisePropertyChanged("IsShortTopic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsPin { - get { - return this.isPinField; - } - set { - this.isPinField = value; - this.RaisePropertyChanged("IsPin"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string url { - get { - return this.urlField; - } - set { - this.urlField = value; - this.RaisePropertyChanged("url"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importNotificationRequestNotificationRecallNotification : object, System.ComponentModel.INotifyPropertyChanged { - - private string recallReasonField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string RecallReason { - get { - return this.recallReasonField; - } - set { - this.recallReasonField = value; - this.RaisePropertyChanged("RecallReason"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importNotificationDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationRequest importNotificationRequest; - - public importNotificationDataRequest() { - } - - public importNotificationDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationRequest importNotificationRequest) { - this.RequestHeader = RequestHeader; - this.importNotificationRequest = importNotificationRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importNotificationDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importNotificationDataResponse() { - } - - public importNotificationDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importVotingProtocolRequest : BaseType { - - private string transportGUIDField; - - private string protocolGUIDField; - - private object itemField; - - private ItemChoiceType30 itemElementNameField; - - private string versionField; - - public importVotingProtocolRequest() { - this.versionField = "15.4.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ProtocolGUID { - get { - return this.protocolGUIDField; - } - set { - this.protocolGUIDField = value; - this.RaisePropertyChanged("ProtocolGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(AnnulmentProtocolType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Delete", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Placing", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Protocol", typeof(importVotingProtocolRequestProtocol), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Revert", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType30 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importVotingProtocolRequestProtocol : ProtocolType { - - private bool placingField; - - private bool placingFieldSpecified; - - public importVotingProtocolRequestProtocol() { - this.placingField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool Placing { - get { - return this.placingField; - } - set { - this.placingField = value; - this.RaisePropertyChanged("Placing"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool PlacingSpecified { - get { - return this.placingFieldSpecified; - } - set { - this.placingFieldSpecified = value; - this.RaisePropertyChanged("PlacingSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType30 { - - /// - Annulment, - - /// - Delete, - - /// - Placing, - - /// - Protocol, - - /// - Revert, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importVotingProtocolRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest importVotingProtocolRequest; - - public importVotingProtocolRequest1() { - } - - public importVotingProtocolRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest importVotingProtocolRequest) { - this.RequestHeader = RequestHeader; - this.importVotingProtocolRequest = importVotingProtocolRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importVotingProtocolResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importVotingProtocolResponse() { - } - - public importVotingProtocolResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportVotingProtocolRequest : BaseType { - - private object[] itemsField; - - private ItemsChoiceType30[] itemsElementNameField; - - private string versionField; - - public exportVotingProtocolRequest() { - this.versionField = "15.4.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RootProtocolGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("StatusVersionProtocol", typeof(exportVotingProtocolRequestStatusVersionProtocol), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType30[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportVotingProtocolRequestStatusVersionProtocol { - - /// - Created, - - /// - Posted, - - /// - Edited, - - /// - Annuled, - - /// - PostedFromAnotherSystem, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType30 { - - /// - FIASHouseGuid, - - /// - RootProtocolGUID, - - /// - StatusVersionProtocol, - - /// - VotingProtocolGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportVotingProtocolRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest exportVotingProtocolRequest; - - public exportVotingProtocolRequest1() { - } - - public exportVotingProtocolRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest exportVotingProtocolRequest) { - this.RequestHeader = RequestHeader; - this.exportVotingProtocolRequest = exportVotingProtocolRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportVotingProtocolResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportVotingProtocolResponse() { - } - - public exportVotingProtocolResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerDecisionRequest : BaseType { - - private importOwnerDecisionRequestOwnerDecision[] ownerDecisionField; - - private string versionField; - - public importOwnerDecisionRequest() { - this.versionField = "13.0.0.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OwnerDecision", Order=0)] - public importOwnerDecisionRequestOwnerDecision[] OwnerDecision { - get { - return this.ownerDecisionField; - } - set { - this.ownerDecisionField = value; - this.RaisePropertyChanged("OwnerDecision"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerDecisionRequestOwnerDecision : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string itemField; - - private ItemChoiceType31 itemElementNameField; - - private string rootOwnerDecisionGUIDField; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ProtocolGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType31 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string RootOwnerDecisionGUID { - get { - return this.rootOwnerDecisionGUIDField; - } - set { - this.rootOwnerDecisionGUIDField = value; - this.RaisePropertyChanged("RootOwnerDecisionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnulDecision", typeof(bool), Order=4)] - [System.Xml.Serialization.XmlElementAttribute("Decision", typeof(OwnerDecisionType), Order=4)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType31 { - - /// - MessageGUID, - - /// - ProtocolGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importOwnerDecisionRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest importOwnerDecisionRequest; - - public importOwnerDecisionRequest1() { - } - - public importOwnerDecisionRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest importOwnerDecisionRequest) { - this.RequestHeader = RequestHeader; - this.importOwnerDecisionRequest = importOwnerDecisionRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importOwnerDecisionResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importOwnerDecisionResponse() { - } - - public importOwnerDecisionResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportOwnerDecisionRequest : BaseType { - - private string[] itemsField; - - private ItemsChoiceType31[] itemsElementNameField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RootOwnerDecisionGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RootProtocolGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("VotingProtocolGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType31[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType31 { - - /// - MessageGUID, - - /// - RootOwnerDecisionGUID, - - /// - RootProtocolGUID, - - /// - VotingProtocolGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportOwnerDecisionRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest exportOwnerDecisionRequest; - - public exportOwnerDecisionRequest1() { - } - - public exportOwnerDecisionRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest exportOwnerDecisionRequest) { - this.RequestHeader = RequestHeader; - this.exportOwnerDecisionRequest = exportOwnerDecisionRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportOwnerDecisionResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportOwnerDecisionResponse() { - } - - public exportOwnerDecisionResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportCAChAsyncRequest : BaseType { - - private exportCAChRequestCriteriaType[] criteriaField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Criteria", Order=0)] - public exportCAChRequestCriteriaType[] Criteria { - get { - return this.criteriaField; - } - set { - this.criteriaField = value; - this.RaisePropertyChanged("Criteria"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportCAChDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChAsyncRequest exportCAChAsyncRequest; - - public exportCAChDataRequest() { - } - - public exportCAChDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChAsyncRequest exportCAChAsyncRequest) { - this.RequestHeader = RequestHeader; - this.exportCAChAsyncRequest = exportCAChAsyncRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportCAChDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportCAChDataResponse() { - } - - public exportCAChDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequest : BaseType { - - private object itemField; - - private bool inheritMissingValuesField; - - private bool inheritMissingValuesFieldSpecified; - - private string versionField; - - public importHouseUORequest() { - this.inheritMissingValuesField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouse", typeof(importHouseUORequestApartmentHouse), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouse", typeof(importHouseUORequestLivingHouse), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool InheritMissingValues { - get { - return this.inheritMissingValuesField; - } - set { - this.inheritMissingValuesField = value; - this.RaisePropertyChanged("InheritMissingValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InheritMissingValuesSpecified { - get { - return this.inheritMissingValuesFieldSpecified; - } - set { - this.inheritMissingValuesFieldSpecified = value; - this.RaisePropertyChanged("InheritMissingValuesSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouse : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private importHouseUORequestApartmentHouseNonResidentialPremiseToCreate[] nonResidentialPremiseToCreateField; - - private importHouseUORequestApartmentHouseNonResidentialPremiseToUpdate[] nonResidentialPremiseToUpdateField; - - private importHouseUORequestApartmentHouseEntranceToCreate[] entranceToCreateField; - - private importHouseUORequestApartmentHouseEntranceToUpdate[] entranceToUpdateField; - - private importHouseUORequestApartmentHouseResidentialPremises[] residentialPremisesField; - - private importHouseUORequestApartmentHouseLiftToCreate[] liftToCreateField; - - private importHouseUORequestApartmentHouseLiftToUpdate[] liftToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToCreate", typeof(importHouseUORequestApartmentHouseApartmentHouseToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToUpdate", typeof(importHouseUORequestApartmentHouseApartmentHouseToUpdate), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToCreate", Order=1)] - public importHouseUORequestApartmentHouseNonResidentialPremiseToCreate[] NonResidentialPremiseToCreate { - get { - return this.nonResidentialPremiseToCreateField; - } - set { - this.nonResidentialPremiseToCreateField = value; - this.RaisePropertyChanged("NonResidentialPremiseToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToUpdate", Order=2)] - public importHouseUORequestApartmentHouseNonResidentialPremiseToUpdate[] NonResidentialPremiseToUpdate { - get { - return this.nonResidentialPremiseToUpdateField; - } - set { - this.nonResidentialPremiseToUpdateField = value; - this.RaisePropertyChanged("NonResidentialPremiseToUpdate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceToCreate", Order=3)] - public importHouseUORequestApartmentHouseEntranceToCreate[] EntranceToCreate { - get { - return this.entranceToCreateField; - } - set { - this.entranceToCreateField = value; - this.RaisePropertyChanged("EntranceToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceToUpdate", Order=4)] - public importHouseUORequestApartmentHouseEntranceToUpdate[] EntranceToUpdate { - get { - return this.entranceToUpdateField; - } - set { - this.entranceToUpdateField = value; - this.RaisePropertyChanged("EntranceToUpdate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] - public importHouseUORequestApartmentHouseResidentialPremises[] ResidentialPremises { - get { - return this.residentialPremisesField; - } - set { - this.residentialPremisesField = value; - this.RaisePropertyChanged("ResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LiftToCreate", Order=6)] - public importHouseUORequestApartmentHouseLiftToCreate[] LiftToCreate { - get { - return this.liftToCreateField; - } - set { - this.liftToCreateField = value; - this.RaisePropertyChanged("LiftToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LiftToUpdate", Order=7)] - public importHouseUORequestApartmentHouseLiftToUpdate[] LiftToUpdate { - get { - return this.liftToUpdateField; - } - set { - this.liftToUpdateField = value; - this.RaisePropertyChanged("LiftToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseApartmentHouseToCreate : ApartmentHouseUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseApartmentHouseToUpdate : ApartmentHouseUpdateUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseNonResidentialPremiseToCreate : NonResidentialPremisesUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseNonResidentialPremiseToUpdate : NonResidentialPremisesUpdateUOType { - - private string transportGUIDField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseEntranceToCreate : EntranceUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseEntranceToUpdate : EntranceUpdateUOType { - - private string transportGUIDField; - - private string entranceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string EntranceGUID { - get { - return this.entranceGUIDField; - } - set { - this.entranceGUIDField = value; - this.RaisePropertyChanged("EntranceGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseResidentialPremises : object, System.ComponentModel.INotifyPropertyChanged { - - private GKN_EGRP_KeyType itemField; - - private importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToCreate[] livingRoomToCreateField; - - private importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] livingRoomToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToCreate", typeof(importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToUpdate", typeof(importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate), Order=0)] - public GKN_EGRP_KeyType Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] - public importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToCreate[] LivingRoomToCreate { - get { - return this.livingRoomToCreateField; - } - set { - this.livingRoomToCreateField = value; - this.RaisePropertyChanged("LivingRoomToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] - public importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] LivingRoomToUpdate { - get { - return this.livingRoomToUpdateField; - } - set { - this.livingRoomToUpdateField = value; - this.RaisePropertyChanged("LivingRoomToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToCreate : ResidentialPremisesUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate : ResidentialPremisesUpdateUOType { - - private string transportGUIDField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToCreate : RoomUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseResidentialPremisesLivingRoomToUpdate : RoomUpdateUOType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseLiftToCreate : LiftUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestApartmentHouseLiftToUpdate : LiftUpdateUOType { - - private string transportGUIDField; - - private string liftGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LiftGUID { - get { - return this.liftGUIDField; - } - set { - this.liftGUIDField = value; - this.RaisePropertyChanged("LiftGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouse : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingHouseToCreate", typeof(importHouseUORequestLivingHouseLivingHouseToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseToUpdate", typeof(importHouseUORequestLivingHouseLivingHouseToUpdate), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Blocks", typeof(importHouseUORequestLivingHouseBlocks), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", typeof(importHouseUORequestLivingHouseLivingRoomToCreate), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", typeof(importHouseUORequestLivingHouseLivingRoomToUpdate), Order=1)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseLivingHouseToCreate : LivingHouseUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseLivingHouseToUpdate : LivingHouseUpdateUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseBlocks : object, System.ComponentModel.INotifyPropertyChanged { - - private GKN_EGRP_KeyType itemField; - - private importHouseUORequestLivingHouseBlocksLivingRoomToCreate[] livingRoomToCreateField; - - private importHouseUORequestLivingHouseBlocksLivingRoomToUpdate[] livingRoomToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("BlockToCreate", typeof(importHouseUORequestLivingHouseBlocksBlockToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("BlockToUpdate", typeof(importHouseUORequestLivingHouseBlocksBlockToUpdate), Order=0)] - public GKN_EGRP_KeyType Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] - public importHouseUORequestLivingHouseBlocksLivingRoomToCreate[] LivingRoomToCreate { - get { - return this.livingRoomToCreateField; - } - set { - this.livingRoomToCreateField = value; - this.RaisePropertyChanged("LivingRoomToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] - public importHouseUORequestLivingHouseBlocksLivingRoomToUpdate[] LivingRoomToUpdate { - get { - return this.livingRoomToUpdateField; - } - set { - this.livingRoomToUpdateField = value; - this.RaisePropertyChanged("LivingRoomToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseBlocksBlockToCreate : BlockUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseBlocksBlockToUpdate : BlockUpdateUOType { - - private string transportGUIDField; - - private string blockGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string BlockGUID { - get { - return this.blockGUIDField; - } - set { - this.blockGUIDField = value; - this.RaisePropertyChanged("BlockGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseBlocksLivingRoomToCreate : RoomUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseBlocksLivingRoomToUpdate : RoomUpdateUOType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseLivingRoomToCreate : RoomUOType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseUORequestLivingHouseLivingRoomToUpdate : RoomUpdateUOType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importHouseUODataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUORequest importHouseUORequest; - - public importHouseUODataRequest() { - } - - public importHouseUODataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUORequest importHouseUORequest) { - this.RequestHeader = RequestHeader; - this.importHouseUORequest = importHouseUORequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importHouseUODataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importHouseUODataResponse() { - } - - public importHouseUODataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequest : BaseType { - - private object itemField; - - private bool inheritMissingValuesField; - - private bool inheritMissingValuesFieldSpecified; - - private string versionField; - - public importHouseOMSRequest() { - this.inheritMissingValuesField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouse", typeof(importHouseOMSRequestApartmentHouse), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouse", typeof(importHouseOMSRequestLivingHouse), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool InheritMissingValues { - get { - return this.inheritMissingValuesField; - } - set { - this.inheritMissingValuesField = value; - this.RaisePropertyChanged("InheritMissingValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InheritMissingValuesSpecified { - get { - return this.inheritMissingValuesFieldSpecified; - } - set { - this.inheritMissingValuesFieldSpecified = value; - this.RaisePropertyChanged("InheritMissingValuesSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouse : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private importHouseOMSRequestApartmentHouseNonResidentialPremiseToCreate[] nonResidentialPremiseToCreateField; - - private importHouseOMSRequestApartmentHouseNonResidentialPremiseToUpdate[] nonResidentialPremiseToUpdateField; - - private importHouseOMSRequestApartmentHouseEntranceToCreate[] entranceToCreateField; - - private importHouseOMSRequestApartmentHouseEntranceToUpdate[] entranceToUpdateField; - - private importHouseOMSRequestApartmentHouseResidentialPremises[] residentialPremisesField; - - private importHouseOMSRequestApartmentHouseLiftToCreate[] liftToCreateField; - - private importHouseOMSRequestApartmentHouseLiftToUpdate[] liftToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToCreate", typeof(importHouseOMSRequestApartmentHouseApartmentHouseToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToUpdate", typeof(importHouseOMSRequestApartmentHouseApartmentHouseToUpdate), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToCreate", Order=1)] - public importHouseOMSRequestApartmentHouseNonResidentialPremiseToCreate[] NonResidentialPremiseToCreate { - get { - return this.nonResidentialPremiseToCreateField; - } - set { - this.nonResidentialPremiseToCreateField = value; - this.RaisePropertyChanged("NonResidentialPremiseToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToUpdate", Order=2)] - public importHouseOMSRequestApartmentHouseNonResidentialPremiseToUpdate[] NonResidentialPremiseToUpdate { - get { - return this.nonResidentialPremiseToUpdateField; - } - set { - this.nonResidentialPremiseToUpdateField = value; - this.RaisePropertyChanged("NonResidentialPremiseToUpdate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceToCreate", Order=3)] - public importHouseOMSRequestApartmentHouseEntranceToCreate[] EntranceToCreate { - get { - return this.entranceToCreateField; - } - set { - this.entranceToCreateField = value; - this.RaisePropertyChanged("EntranceToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceToUpdate", Order=4)] - public importHouseOMSRequestApartmentHouseEntranceToUpdate[] EntranceToUpdate { - get { - return this.entranceToUpdateField; - } - set { - this.entranceToUpdateField = value; - this.RaisePropertyChanged("EntranceToUpdate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] - public importHouseOMSRequestApartmentHouseResidentialPremises[] ResidentialPremises { - get { - return this.residentialPremisesField; - } - set { - this.residentialPremisesField = value; - this.RaisePropertyChanged("ResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LiftToCreate", Order=6)] - public importHouseOMSRequestApartmentHouseLiftToCreate[] LiftToCreate { - get { - return this.liftToCreateField; - } - set { - this.liftToCreateField = value; - this.RaisePropertyChanged("LiftToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LiftToUpdate", Order=7)] - public importHouseOMSRequestApartmentHouseLiftToUpdate[] LiftToUpdate { - get { - return this.liftToUpdateField; - } - set { - this.liftToUpdateField = value; - this.RaisePropertyChanged("LiftToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseApartmentHouseToCreate : ApartmentHouseOMSType { - - private nsiRef houseManagementTypeField; - - private string transportGUIDField; - - private System.DateTime managementPeriodFromField; - - private bool managementPeriodFromFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ManagementPeriodFrom { - get { - return this.managementPeriodFromField; - } - set { - this.managementPeriodFromField = value; - this.RaisePropertyChanged("ManagementPeriodFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ManagementPeriodFromSpecified { - get { - return this.managementPeriodFromFieldSpecified; - } - set { - this.managementPeriodFromFieldSpecified = value; - this.RaisePropertyChanged("ManagementPeriodFromSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseApartmentHouseToUpdate : ApartmentHouseUpdateOMSType { - - private string transportGUIDField; - - private nsiRef houseManagementTypeField; - - private System.DateTime managementPeriodFromField; - - private bool managementPeriodFromFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ManagementPeriodFrom { - get { - return this.managementPeriodFromField; - } - set { - this.managementPeriodFromField = value; - this.RaisePropertyChanged("ManagementPeriodFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ManagementPeriodFromSpecified { - get { - return this.managementPeriodFromFieldSpecified; - } - set { - this.managementPeriodFromFieldSpecified = value; - this.RaisePropertyChanged("ManagementPeriodFromSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseNonResidentialPremiseToCreate : NonResidentialPremisesOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseNonResidentialPremiseToUpdate : NonResidentialPremisesUpdateOMSType { - - private string transportGUIDField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseEntranceToCreate : EntranceOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseEntranceToUpdate : EntranceUpdateOMSType { - - private string transportGUIDField; - - private string entranceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string EntranceGUID { - get { - return this.entranceGUIDField; - } - set { - this.entranceGUIDField = value; - this.RaisePropertyChanged("EntranceGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseResidentialPremises : object, System.ComponentModel.INotifyPropertyChanged { - - private GKN_EGRP_KeyType itemField; - - private importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] livingRoomToCreateField; - - private importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] livingRoomToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToCreate", typeof(importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToUpdate", typeof(importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate), Order=0)] - public GKN_EGRP_KeyType Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] - public importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] LivingRoomToCreate { - get { - return this.livingRoomToCreateField; - } - set { - this.livingRoomToCreateField = value; - this.RaisePropertyChanged("LivingRoomToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] - public importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] LivingRoomToUpdate { - get { - return this.livingRoomToUpdateField; - } - set { - this.livingRoomToUpdateField = value; - this.RaisePropertyChanged("LivingRoomToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate : ResidentialPremisesOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate : ResidentialPremisesUpdateOMSType { - - private string transportGUIDField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToCreate : RoomOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseResidentialPremisesLivingRoomToUpdate : RoomUpdateOMSType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseLiftToCreate : LiftOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestApartmentHouseLiftToUpdate : LiftUpdateOMSType { - - private string transportGUIDField; - - private string liftGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LiftGUID { - get { - return this.liftGUIDField; - } - set { - this.liftGUIDField = value; - this.RaisePropertyChanged("LiftGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouse : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingHouseToCreate", typeof(importHouseOMSRequestLivingHouseLivingHouseToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("LivingHouseToUpdate", typeof(importHouseOMSRequestLivingHouseLivingHouseToUpdate), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Blocks", typeof(importHouseOMSRequestLivingHouseBlocks), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", typeof(importHouseOMSRequestLivingHouseLivingRoomToCreate), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", typeof(importHouseOMSRequestLivingHouseLivingRoomToUpdate), Order=1)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseLivingHouseToCreate : LivingHouseOMSType { - - private string transportGUIDField; - - private nsiRef houseManagementTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseLivingHouseToUpdate : LivingHouseUpdateOMSType { - - private string transportGUIDField; - - private nsiRef houseManagementTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseBlocks : object, System.ComponentModel.INotifyPropertyChanged { - - private GKN_EGRP_KeyType itemField; - - private importHouseOMSRequestLivingHouseBlocksLivingRoomToCreate[] livingRoomToCreateField; - - private importHouseOMSRequestLivingHouseBlocksLivingRoomToUpdate[] livingRoomToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("BlockToCreate", typeof(importHouseOMSRequestLivingHouseBlocksBlockToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("BlockToUpdate", typeof(importHouseOMSRequestLivingHouseBlocksBlockToUpdate), Order=0)] - public GKN_EGRP_KeyType Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] - public importHouseOMSRequestLivingHouseBlocksLivingRoomToCreate[] LivingRoomToCreate { - get { - return this.livingRoomToCreateField; - } - set { - this.livingRoomToCreateField = value; - this.RaisePropertyChanged("LivingRoomToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] - public importHouseOMSRequestLivingHouseBlocksLivingRoomToUpdate[] LivingRoomToUpdate { - get { - return this.livingRoomToUpdateField; - } - set { - this.livingRoomToUpdateField = value; - this.RaisePropertyChanged("LivingRoomToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseBlocksBlockToCreate : BlockOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseBlocksBlockToUpdate : BlockUpdateOMSType { - - private string transportGUIDField; - - private string blockGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string BlockGUID { - get { - return this.blockGUIDField; - } - set { - this.blockGUIDField = value; - this.RaisePropertyChanged("BlockGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseBlocksLivingRoomToCreate : RoomOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseBlocksLivingRoomToUpdate : RoomUpdateOMSType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseLivingRoomToCreate : RoomOMSType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseOMSRequestLivingHouseLivingRoomToUpdate : RoomUpdateOMSType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importHouseOMSDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSRequest importHouseOMSRequest; - - public importHouseOMSDataRequest() { - } - - public importHouseOMSDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSRequest importHouseOMSRequest) { - this.RequestHeader = RequestHeader; - this.importHouseOMSRequest = importHouseOMSRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importHouseOMSDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importHouseOMSDataResponse() { - } - - public importHouseOMSDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequest : BaseType { - - private importHouseESPRequestApartmentHouse apartmentHouseField; - - private bool inheritMissingValuesField; - - private bool inheritMissingValuesFieldSpecified; - - private string versionField; - - public importHouseESPRequest() { - this.inheritMissingValuesField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public importHouseESPRequestApartmentHouse ApartmentHouse { - get { - return this.apartmentHouseField; - } - set { - this.apartmentHouseField = value; - this.RaisePropertyChanged("ApartmentHouse"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool InheritMissingValues { - get { - return this.inheritMissingValuesField; - } - set { - this.inheritMissingValuesField = value; - this.RaisePropertyChanged("InheritMissingValues"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool InheritMissingValuesSpecified { - get { - return this.inheritMissingValuesFieldSpecified; - } - set { - this.inheritMissingValuesFieldSpecified = value; - this.RaisePropertyChanged("InheritMissingValuesSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouse : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private importHouseESPRequestApartmentHouseNonResidentialPremiseToCreate[] nonResidentialPremiseToCreateField; - - private importHouseESPRequestApartmentHouseNonResidentialPremiseToUpdate[] nonResidentialPremiseToUpdateField; - - private importHouseESPRequestApartmentHouseEntranceToCreate[] entranceToCreateField; - - private importHouseESPRequestApartmentHouseEntranceToUpdate[] entranceToUpdateField; - - private importHouseESPRequestApartmentHouseResidentialPremises[] residentialPremisesField; - - private importHouseESPRequestApartmentHouseLiftToCreate[] liftToCreateField; - - private importHouseESPRequestApartmentHouseLiftToUpdate[] liftToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToCreate", typeof(importHouseESPRequestApartmentHouseApartmentHouseToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ApartmentHouseToUpdate", typeof(importHouseESPRequestApartmentHouseApartmentHouseToUpdate), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToCreate", Order=1)] - public importHouseESPRequestApartmentHouseNonResidentialPremiseToCreate[] NonResidentialPremiseToCreate { - get { - return this.nonResidentialPremiseToCreateField; - } - set { - this.nonResidentialPremiseToCreateField = value; - this.RaisePropertyChanged("NonResidentialPremiseToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NonResidentialPremiseToUpdate", Order=2)] - public importHouseESPRequestApartmentHouseNonResidentialPremiseToUpdate[] NonResidentialPremiseToUpdate { - get { - return this.nonResidentialPremiseToUpdateField; - } - set { - this.nonResidentialPremiseToUpdateField = value; - this.RaisePropertyChanged("NonResidentialPremiseToUpdate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceToCreate", Order=3)] - public importHouseESPRequestApartmentHouseEntranceToCreate[] EntranceToCreate { - get { - return this.entranceToCreateField; - } - set { - this.entranceToCreateField = value; - this.RaisePropertyChanged("EntranceToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("EntranceToUpdate", Order=4)] - public importHouseESPRequestApartmentHouseEntranceToUpdate[] EntranceToUpdate { - get { - return this.entranceToUpdateField; - } - set { - this.entranceToUpdateField = value; - this.RaisePropertyChanged("EntranceToUpdate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremises", Order=5)] - public importHouseESPRequestApartmentHouseResidentialPremises[] ResidentialPremises { - get { - return this.residentialPremisesField; - } - set { - this.residentialPremisesField = value; - this.RaisePropertyChanged("ResidentialPremises"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LiftToCreate", Order=6)] - public importHouseESPRequestApartmentHouseLiftToCreate[] LiftToCreate { - get { - return this.liftToCreateField; - } - set { - this.liftToCreateField = value; - this.RaisePropertyChanged("LiftToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LiftToUpdate", Order=7)] - public importHouseESPRequestApartmentHouseLiftToUpdate[] LiftToUpdate { - get { - return this.liftToUpdateField; - } - set { - this.liftToUpdateField = value; - this.RaisePropertyChanged("LiftToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseApartmentHouseToCreate : ApartmentHouseESPType { - - private string transportGUIDField; - - private nsiRef houseManagementTypeField; - - private System.DateTime managementPeriodFromField; - - private bool managementPeriodFromFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ManagementPeriodFrom { - get { - return this.managementPeriodFromField; - } - set { - this.managementPeriodFromField = value; - this.RaisePropertyChanged("ManagementPeriodFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ManagementPeriodFromSpecified { - get { - return this.managementPeriodFromFieldSpecified; - } - set { - this.managementPeriodFromFieldSpecified = value; - this.RaisePropertyChanged("ManagementPeriodFromSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseApartmentHouseToUpdate : ApartmentHouseUpdateESPType { - - private string transportGUIDField; - - private nsiRef houseManagementTypeField; - - private System.DateTime managementPeriodFromField; - - private bool managementPeriodFromFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef HouseManagementType { - get { - return this.houseManagementTypeField; - } - set { - this.houseManagementTypeField = value; - this.RaisePropertyChanged("HouseManagementType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ManagementPeriodFrom { - get { - return this.managementPeriodFromField; - } - set { - this.managementPeriodFromField = value; - this.RaisePropertyChanged("ManagementPeriodFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ManagementPeriodFromSpecified { - get { - return this.managementPeriodFromFieldSpecified; - } - set { - this.managementPeriodFromFieldSpecified = value; - this.RaisePropertyChanged("ManagementPeriodFromSpecified"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseNonResidentialPremiseToCreate : NonResidentialPremisesESPType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseNonResidentialPremiseToUpdate : NonResidentialPremisesUpdateESPType { - - private string transportGUIDField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseEntranceToCreate : EntranceESPType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseEntranceToUpdate : EntranceUpdateESPType { - - private string transportGUIDField; - - private string entranceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string EntranceGUID { - get { - return this.entranceGUIDField; - } - set { - this.entranceGUIDField = value; - this.RaisePropertyChanged("EntranceGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseResidentialPremises : object, System.ComponentModel.INotifyPropertyChanged { - - private GKN_EGRP_KeyType itemField; - - private importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] livingRoomToCreateField; - - private importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] livingRoomToUpdateField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToCreate", typeof(importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ResidentialPremisesToUpdate", typeof(importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate), Order=0)] - public GKN_EGRP_KeyType Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToCreate", Order=1)] - public importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToCreate[] LivingRoomToCreate { - get { - return this.livingRoomToCreateField; - } - set { - this.livingRoomToCreateField = value; - this.RaisePropertyChanged("LivingRoomToCreate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("LivingRoomToUpdate", Order=2)] - public importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToUpdate[] LivingRoomToUpdate { - get { - return this.livingRoomToUpdateField; - } - set { - this.livingRoomToUpdateField = value; - this.RaisePropertyChanged("LivingRoomToUpdate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToCreate : ResidentialPremisesESPType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseResidentialPremisesResidentialPremisesToUpdate : ResidentialPremisesUpdateESPType { - - private string transportGUIDField; - - private string premisesGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PremisesGUID { - get { - return this.premisesGUIDField; - } - set { - this.premisesGUIDField = value; - this.RaisePropertyChanged("PremisesGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToCreate : RoomESPType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseResidentialPremisesLivingRoomToUpdate : RoomUpdateESPType { - - private string transportGUIDField; - - private string livingRoomGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LivingRoomGUID { - get { - return this.livingRoomGUIDField; - } - set { - this.livingRoomGUIDField = value; - this.RaisePropertyChanged("LivingRoomGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseLiftToCreate : LiftESPType { - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importHouseESPRequestApartmentHouseLiftToUpdate : LiftUpdateESPType { - - private string transportGUIDField; - - private string liftGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string LiftGUID { - get { - return this.liftGUIDField; - } - set { - this.liftGUIDField = value; - this.RaisePropertyChanged("LiftGUID"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importHouseESPDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPRequest importHouseESPRequest; - - public importHouseESPDataRequest() { - } - - public importHouseESPDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPRequest importHouseESPRequest) { - this.RequestHeader = RequestHeader; - this.importHouseESPRequest = importHouseESPRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importHouseESPDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importHouseESPDataResponse() { - } - - public importHouseESPDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractRequest : BaseType { - - private importSupplyResourceContractRequestContract[] contractField; - - private string versionField; - - public importSupplyResourceContractRequest() { - this.versionField = "11.3.0.5"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] - public importSupplyResourceContractRequestContract[] Contract { - get { - return this.contractField; - } - set { - this.contractField = value; - this.RaisePropertyChanged("Contract"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractRequestContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string itemField; - - private ItemChoiceType32 itemElementNameField; - - private object item1Field; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType32 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AnnulmentContract", typeof(AnnulmentType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("RollOverContract", typeof(importSupplyResourceContractRequestContractRollOverContract), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("SupplyResourceContract", typeof(SupplyResourceContractType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("TerminateContract", typeof(importSupplyResourceContractRequestContractTerminateContract), Order=3)] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType32 { - - /// - ContractGUID, - - /// - ContractRootGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractRequestContractRollOverContract : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime rollOverDateField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime RollOverDate { - get { - return this.rollOverDateField; - } - set { - this.rollOverDateField = value; - this.RaisePropertyChanged("RollOverDate"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractRequestContractTerminateContract : TerminateType { - - private nsiRef reasonRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public nsiRef ReasonRef { - get { - return this.reasonRefField; - } - set { - this.reasonRefField = value; - this.RaisePropertyChanged("ReasonRef"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importSupplyResourceContractDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractRequest importSupplyResourceContractRequest; - - public importSupplyResourceContractDataRequest() { - } - - public importSupplyResourceContractDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractRequest importSupplyResourceContractRequest) { - this.RequestHeader = RequestHeader; - this.importSupplyResourceContractRequest = importSupplyResourceContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importSupplyResourceContractDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importSupplyResourceContractDataResponse() { - } - - public importSupplyResourceContractDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractRequest : BaseType { - - private object[] itemsField; - - private ItemsChoiceType32[] itemsElementNameField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractSubject", typeof(exportSupplyResourceContractRequestContractSubject), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ExportContractRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SigningDateEnd", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SigningDateStart", typeof(System.DateTime), DataType="date", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType32[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractRequestContractSubject : object, System.ComponentModel.INotifyPropertyChanged { - - private exportSupplyResourceContractRequestContractSubjectServiceType serviceTypeField; - - private nsiRef municipalResourceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportSupplyResourceContractRequestContractSubjectServiceType ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractRequestContractSubjectServiceType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType32 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - ContractRootGUID, - - /// - ContractSubject, - - /// - ExportContractRootGUID, - - /// - FIASHouseGuid, - - /// - SigningDateEnd, - - /// - SigningDateStart, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportSupplyResourceContractDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractRequest exportSupplyResourceContractRequest; - - public exportSupplyResourceContractDataRequest() { - } - - public exportSupplyResourceContractDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractRequest exportSupplyResourceContractRequest) { - this.RequestHeader = RequestHeader; - this.exportSupplyResourceContractRequest = exportSupplyResourceContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportSupplyResourceContractDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportSupplyResourceContractDataResponse() { - } - - public exportSupplyResourceContractDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importAccountIndividualServicesRequest : BaseType { - - private object[] itemsField; - - private string versionField; - - public importAccountIndividualServicesRequest() { - this.versionField = "11.0.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteIndividualService", typeof(importAccountIndividualServicesRequestDeleteIndividualService), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("IndividualService", typeof(importAccountIndividualServicesRequestIndividualService), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importAccountIndividualServicesRequestDeleteIndividualService : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string accountIndividualServiceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string AccountIndividualServiceGUID { - get { - return this.accountIndividualServiceGUIDField; - } - set { - this.accountIndividualServiceGUIDField = value; - this.RaisePropertyChanged("AccountIndividualServiceGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importAccountIndividualServicesRequestIndividualService : AccountIndividualServiceType { - - private string transportGUIDField; - - private string itemField; - - private ItemChoiceType33 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("AccountIndividualServiceGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType33 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType33 { - - /// - AccountGUID, - - /// - AccountIndividualServiceGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importAccountIndividualServicesRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest importAccountIndividualServicesRequest; - - public importAccountIndividualServicesRequest1() { - } - - public importAccountIndividualServicesRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest importAccountIndividualServicesRequest) { - this.RequestHeader = RequestHeader; - this.importAccountIndividualServicesRequest = importAccountIndividualServicesRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importAccountIndividualServicesResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importAccountIndividualServicesResponse() { - } - - public importAccountIndividualServicesResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportAccountIndividualServicesRequest : BaseType { - - private string[] itemsField; - - private ItemsChoiceType33[] itemsElementNameField; - - private string versionField; - - public exportAccountIndividualServicesRequest() { - this.versionField = "11.0.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccountGuid", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/account-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("AccountIndividualServiceGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType33[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType33 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/account-base/:AccountGuid")] - AccountGuid, - - /// - AccountIndividualServiceGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportAccountIndividualServicesRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest; - - public exportAccountIndividualServicesRequest1() { - } - - public exportAccountIndividualServicesRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest) { - this.RequestHeader = RequestHeader; - this.exportAccountIndividualServicesRequest = exportAccountIndividualServicesRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportAccountIndividualServicesResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportAccountIndividualServicesResponse() { - } - - public exportAccountIndividualServicesResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportSupplyResourceContractObjectAddressRequest : BaseType { - - private string[] itemsField; - - private ItemsChoiceType34[] itemsElementNameField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ExportObjectGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType34[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType34 { - - /// - ContractGUID, - - /// - ContractRootGUID, - - /// - ExportObjectGUID, - - /// - FIASHouseGuid, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportSupplyResourceContractObjectAddressDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest; - - public exportSupplyResourceContractObjectAddressDataRequest() { - } - - public exportSupplyResourceContractObjectAddressDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest) { - this.RequestHeader = RequestHeader; - this.exportSupplyResourceContractObjectAddressRequest = exportSupplyResourceContractObjectAddressRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportSupplyResourceContractObjectAddressDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportSupplyResourceContractObjectAddressDataResponse() { - } - - public exportSupplyResourceContractObjectAddressDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequest : BaseType { - - private string itemField; - - private ItemChoiceType34 itemElementNameField; - - private importSupplyResourceContractObjectAddressRequestObjectAddress[] objectAddressField; - - private string versionField; - - public importSupplyResourceContractObjectAddressRequest() { - this.versionField = "11.7.0.3"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType34 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ObjectAddress", Order=2)] - public importSupplyResourceContractObjectAddressRequestObjectAddress[] ObjectAddress { - get { - return this.objectAddressField; - } - set { - this.objectAddressField = value; - this.RaisePropertyChanged("ObjectAddress"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType34 { - - /// - ContractGUID, - - /// - ContractRootGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddress : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string objectGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ObjectGUID { - get { - return this.objectGUIDField; - } - set { - this.objectGUIDField = value; - this.RaisePropertyChanged("ObjectGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteObject", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("LoadObject", typeof(importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject : ObjectAddressType { - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair[] pairField; - - private bool noConnectionToWaterSupplyField; - - private bool noConnectionToWaterSupplyFieldSpecified; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQuality[] qualityField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectOtherQualityIndicator[] otherQualityIndicatorField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTemperatureChart[] temperatureChartField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPlannedVolume[] plannedVolumeField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectCountingResource countingResourceField; - - private bool countingResourceFieldSpecified; - - private bool meteringDeviceInformationField; - - private bool meteringDeviceInformationFieldSpecified; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTariff[] tariffField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectNorm[] normField; - - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObject() { - this.noConnectionToWaterSupplyField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Pair", Order=0)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair[] Pair { - get { - return this.pairField; - } - set { - this.pairField = value; - this.RaisePropertyChanged("Pair"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool NoConnectionToWaterSupply { - get { - return this.noConnectionToWaterSupplyField; - } - set { - this.noConnectionToWaterSupplyField = value; - this.RaisePropertyChanged("NoConnectionToWaterSupply"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool NoConnectionToWaterSupplySpecified { - get { - return this.noConnectionToWaterSupplyFieldSpecified; - } - set { - this.noConnectionToWaterSupplyFieldSpecified = value; - this.RaisePropertyChanged("NoConnectionToWaterSupplySpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Quality", Order=2)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQuality[] Quality { - get { - return this.qualityField; - } - set { - this.qualityField = value; - this.RaisePropertyChanged("Quality"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OtherQualityIndicator", Order=3)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectOtherQualityIndicator[] OtherQualityIndicator { - get { - return this.otherQualityIndicatorField; - } - set { - this.otherQualityIndicatorField = value; - this.RaisePropertyChanged("OtherQualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("TemperatureChart", Order=4)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTemperatureChart[] TemperatureChart { - get { - return this.temperatureChartField; - } - set { - this.temperatureChartField = value; - this.RaisePropertyChanged("TemperatureChart"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("PlannedVolume", Order=5)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPlannedVolume[] PlannedVolume { - get { - return this.plannedVolumeField; - } - set { - this.plannedVolumeField = value; - this.RaisePropertyChanged("PlannedVolume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectCountingResource CountingResource { - get { - return this.countingResourceField; - } - set { - this.countingResourceField = value; - this.RaisePropertyChanged("CountingResource"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool CountingResourceSpecified { - get { - return this.countingResourceFieldSpecified; - } - set { - this.countingResourceFieldSpecified = value; - this.RaisePropertyChanged("CountingResourceSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public bool MeteringDeviceInformation { - get { - return this.meteringDeviceInformationField; - } - set { - this.meteringDeviceInformationField = value; - this.RaisePropertyChanged("MeteringDeviceInformation"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool MeteringDeviceInformationSpecified { - get { - return this.meteringDeviceInformationFieldSpecified; - } - set { - this.meteringDeviceInformationFieldSpecified = value; - this.RaisePropertyChanged("MeteringDeviceInformationSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Tariff", Order=8)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTariff[] Tariff { - get { - return this.tariffField; - } - set { - this.tariffField = value; - this.RaisePropertyChanged("Tariff"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Norm", Order=9)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectNorm[] Norm { - get { - return this.normField; - } - set { - this.normField = value; - this.RaisePropertyChanged("Norm"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPair : ContractSubjectObjectAdressType { - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemType heatingSystemTypeField; - - private string transportGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemType HeatingSystemType { - get { - return this.heatingSystemTypeField; - } - set { - this.heatingSystemTypeField = value; - this.RaisePropertyChanged("HeatingSystemType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemType : object, System.ComponentModel.INotifyPropertyChanged { - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeOpenOrNot openOrNotField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeCentralizedOrNot centralizedOrNotField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeOpenOrNot OpenOrNot { - get { - return this.openOrNotField; - } - set { - this.openOrNotField = value; - this.RaisePropertyChanged("OpenOrNot"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeCentralizedOrNot CentralizedOrNot { - get { - return this.centralizedOrNotField; - } - set { - this.centralizedOrNotField = value; - this.RaisePropertyChanged("CentralizedOrNot"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeOpenOrNot { - - /// - Opened, - - /// - Closed, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPairHeatingSystemTypeCentralizedOrNot { - - /// - Centralized, - - /// - Decentralized, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQuality : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private nsiRef qualityIndicatorField; - - private importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQualityIndicatorValue indicatorValueField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef QualityIndicator { - get { - return this.qualityIndicatorField; - } - set { - this.qualityIndicatorField = value; - this.RaisePropertyChanged("QualityIndicator"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQualityIndicatorValue IndicatorValue { - get { - return this.indicatorValueField; - } - set { - this.indicatorValueField = value; - this.RaisePropertyChanged("IndicatorValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectQualityIndicatorValue : IndicatorValueType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectOtherQualityIndicator : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string indicatorNameField; - - private object[] itemsField; - - private ItemsChoiceType35[] itemsElementNameField; - - private string additionalInformationField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string IndicatorName { - get { - return this.indicatorNameField; - } - set { - this.indicatorNameField = value; - this.RaisePropertyChanged("IndicatorName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Correspond", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("EndRange", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Number", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("StartRange", typeof(decimal), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType35[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public string AdditionalInformation { - get { - return this.additionalInformationField; - } - set { - this.additionalInformationField = value; - this.RaisePropertyChanged("AdditionalInformation"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType35 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - Correspond, - - /// - EndRange, - - /// - Number, - - /// - StartRange, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTemperatureChart : object, System.ComponentModel.INotifyPropertyChanged { - - private int outsideTemperatureField; - - private decimal flowLineTemperatureField; - - private decimal oppositeLineTemperatureField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public int OutsideTemperature { - get { - return this.outsideTemperatureField; - } - set { - this.outsideTemperatureField = value; - this.RaisePropertyChanged("OutsideTemperature"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal FlowLineTemperature { - get { - return this.flowLineTemperatureField; - } - set { - this.flowLineTemperatureField = value; - this.RaisePropertyChanged("FlowLineTemperature"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public decimal OppositeLineTemperature { - get { - return this.oppositeLineTemperatureField; - } - set { - this.oppositeLineTemperatureField = value; - this.RaisePropertyChanged("OppositeLineTemperature"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectPlannedVolume : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private decimal volumeField; - - private string unitField; - - private string feedingModeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public decimal Volume { - get { - return this.volumeField; - } - set { - this.volumeField = value; - this.RaisePropertyChanged("Volume"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Unit { - get { - return this.unitField; - } - set { - this.unitField = value; - this.RaisePropertyChanged("Unit"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string FeedingMode { - get { - return this.feedingModeField; - } - set { - this.feedingModeField = value; - this.RaisePropertyChanged("FeedingMode"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectCountingResource { - - /// - R, - - /// - P, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectTariff : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string priceGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string PriceGUID { - get { - return this.priceGUIDField; - } - set { - this.priceGUIDField = value; - this.RaisePropertyChanged("PriceGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractObjectAddressRequestObjectAddressLoadObjectNorm : object, System.ComponentModel.INotifyPropertyChanged { - - private string pairKeyField; - - private string normGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string PairKey { - get { - return this.pairKeyField; - } - set { - this.pairKeyField = value; - this.RaisePropertyChanged("PairKey"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string NormGUID { - get { - return this.normGUIDField; - } - set { - this.normGUIDField = value; - this.RaisePropertyChanged("NormGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importSupplyResourceContractObjectAddressDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest; - - public importSupplyResourceContractObjectAddressDataRequest() { - } - - public importSupplyResourceContractObjectAddressDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest) { - this.RequestHeader = RequestHeader; - this.importSupplyResourceContractObjectAddressRequest = importSupplyResourceContractObjectAddressRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importSupplyResourceContractObjectAddressDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importSupplyResourceContractObjectAddressDataResponse() { - } - - public importSupplyResourceContractObjectAddressDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractProjectRequest : BaseType { - - private importSupplyResourceContractProjectRequestContract[] contractField; - - private string versionField; - - public importSupplyResourceContractProjectRequest() { - this.versionField = "11.7.0.3"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Contract", Order=0)] - public importSupplyResourceContractProjectRequestContract[] Contract { - get { - return this.contractField; - } - set { - this.contractField = value; - this.RaisePropertyChanged("Contract"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importSupplyResourceContractProjectRequestContract : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string itemField; - - private ItemChoiceType35 itemElementNameField; - - private object item1Field; - - private Item1ChoiceType10 item1ElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType35 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractProject", typeof(SupplyResourceContractProjectType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("DeleteContractProject", typeof(bool), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("PlacingContractProject", typeof(bool), Order=3)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public object Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType10 Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemChoiceType35 { - - /// - ContractGUID, - - /// - ContractRootGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum Item1ChoiceType10 { - - /// - ContractProject, - - /// - DeleteContractProject, - - /// - PlacingContractProject, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importSupplyResourceContractProjectDataRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest; - - public importSupplyResourceContractProjectDataRequest() { - } - - public importSupplyResourceContractProjectDataRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest) { - this.RequestHeader = RequestHeader; - this.importSupplyResourceContractProjectRequest = importSupplyResourceContractProjectRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importSupplyResourceContractProjectDataResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importSupplyResourceContractProjectDataResponse() { - } - - public importSupplyResourceContractProjectDataResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISRequestHeader : HeaderType { - - private ISCreator[] iSCreatorField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=0)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportRolloverStatusCAChRequest : BaseType { - - private System.DateTime dateToField; - - private System.DateTime dateFromField; - - private string[] orgPPAGUIDField; - - private string versionField; - - public exportRolloverStatusCAChRequest() { - this.versionField = "11.12.0.7"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime DateTo { - get { - return this.dateToField; - } - set { - this.dateToField = value; - this.RaisePropertyChanged("DateTo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime DateFrom { - get { - return this.dateFromField; - } - set { - this.dateFromField = value; - this.RaisePropertyChanged("DateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] - public string[] orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportRolloverStatusCAChRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest; - - public exportRolloverStatusCAChRequest1() { - } - - public exportRolloverStatusCAChRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportRolloverStatusCAChRequest = exportRolloverStatusCAChRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportRolloverStatusCAChResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportRolloverStatusCAChResponse() { - } - - public exportRolloverStatusCAChResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractRequest : BaseType { - - private string nextPageContractRootGUIDField; - - private string nextPageObjectGUIDField; - - private object[] itemsField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string NextPageContractRootGUID { - get { - return this.nextPageContractRootGUIDField; - } - set { - this.nextPageContractRootGUIDField = value; - this.RaisePropertyChanged("NextPageContractRootGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string NextPageObjectGUID { - get { - return this.nextPageObjectGUIDField; - } - set { - this.nextPageObjectGUIDField = value; - this.RaisePropertyChanged("NextPageObjectGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Criteria", typeof(exportBriefSupplyResourceContractRequestCriteria), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Organization", typeof(RegOrgType), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractRequestCriteria : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private object[] itemsField; - - private ItemsChoiceType36[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractSubject", typeof(exportBriefSupplyResourceContractRequestCriteriaContractSubject), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("SigningDateEnd", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlElementAttribute("SigningDateStart", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType36[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractRequestCriteriaContractSubject : object, System.ComponentModel.INotifyPropertyChanged { - - private exportBriefSupplyResourceContractRequestCriteriaContractSubjectServiceType serviceTypeField; - - private nsiRef municipalResourceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportBriefSupplyResourceContractRequestCriteriaContractSubjectServiceType ServiceType { - get { - return this.serviceTypeField; - } - set { - this.serviceTypeField = value; - this.RaisePropertyChanged("ServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef MunicipalResource { - get { - return this.municipalResourceField; - } - set { - this.municipalResourceField = value; - this.RaisePropertyChanged("MunicipalResource"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSupplyResourceContractRequestCriteriaContractSubjectServiceType : nsiRef { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType36 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - ContractRootGUID, - - /// - ContractSubject, - - /// - SigningDateEnd, - - /// - SigningDateStart, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefSupplyResourceContractRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest; - - public exportBriefSupplyResourceContractRequest1() { - } - - public exportBriefSupplyResourceContractRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest) { - this.RequestHeader = RequestHeader; - this.exportBriefSupplyResourceContractRequest = exportBriefSupplyResourceContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefSupplyResourceContractResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportBriefSupplyResourceContractResponse() { - } - - public exportBriefSupplyResourceContractResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSocialHireContractRequest : BaseType { - - private exportBriefSocialHireContractRequestCriteria[] criteriaField; - - private string versionField; - - public exportBriefSocialHireContractRequest() { - this.versionField = "11.14.0.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Criteria", Order=0)] - public exportBriefSocialHireContractRequestCriteria[] Criteria { - get { - return this.criteriaField; - } - set { - this.criteriaField = value; - this.RaisePropertyChanged("Criteria"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefSocialHireContractRequestCriteria : object, System.ComponentModel.INotifyPropertyChanged { - - private string fIASHouseGuidField; - - private object[] itemsField; - - private ItemsChoiceType37[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ContractGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractNumber", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ContractRootGUID", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("SigningDateEnd", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlElementAttribute("SigningDateStart", typeof(System.DateTime), DataType="date", Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Type", typeof(exportBriefSocialHireContractRequestCriteriaType), Order=1)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=2)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType37[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public enum exportBriefSocialHireContractRequestCriteriaType { - - /// - D, - - /// - M, - - /// - S, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType37 { - - /// - ContractGUID, - - /// - ContractNumber, - - /// - ContractRootGUID, - - /// - SigningDateEnd, - - /// - SigningDateStart, - - /// - Type, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefSocialHireContractRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest; - - public exportBriefSocialHireContractRequest1() { - } - - public exportBriefSocialHireContractRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest) { - this.RequestHeader = RequestHeader; - this.exportBriefSocialHireContractRequest = exportBriefSocialHireContractRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefSocialHireContractResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportBriefSocialHireContractResponse() { - } - - public exportBriefSocialHireContractResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class demolishHouseRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Name="demolishHouseRequest", Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.DemolishHouseRequestType demolishHouseRequest1; - - public demolishHouseRequest() { - } - - public demolishHouseRequest(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.DemolishHouseRequestType demolishHouseRequest1) { - this.RequestHeader = RequestHeader; - this.demolishHouseRequest1 = demolishHouseRequest1; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class demolishHouseResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public demolishHouseResponse() { - } - - public demolishHouseResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefBasicHouseRequest : BaseType { - - private ExportBriefBasicHouseRequestType[] requestItemField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("RequestItem", Order=0)] - public ExportBriefBasicHouseRequestType[] RequestItem { - get { - return this.requestItemField; - } - set { - this.requestItemField = value; - this.RaisePropertyChanged("RequestItem"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefBasicHouseRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest exportBriefBasicHouseRequest; - - public exportBriefBasicHouseRequest1() { - } - - public exportBriefBasicHouseRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest exportBriefBasicHouseRequest) { - this.RequestHeader = RequestHeader; - this.exportBriefBasicHouseRequest = exportBriefBasicHouseRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefBasicHouseResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportBriefBasicHouseResponse() { - } - - public exportBriefBasicHouseResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefLivingHouseRequest : BaseType { - - private ExportBriefLivingHouseRequestType[] requestItemField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("RequestItem", Order=0)] - public ExportBriefLivingHouseRequestType[] RequestItem { - get { - return this.requestItemField; - } - set { - this.requestItemField = value; - this.RaisePropertyChanged("RequestItem"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefLivingHouseRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest exportBriefLivingHouseRequest; - - public exportBriefLivingHouseRequest1() { - } - - public exportBriefLivingHouseRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest exportBriefLivingHouseRequest) { - this.RequestHeader = RequestHeader; - this.exportBriefLivingHouseRequest = exportBriefLivingHouseRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefLivingHouseResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportBriefLivingHouseResponse() { - } - - public exportBriefLivingHouseResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportBriefApartmentHouseRequest : BaseType { - - private string houseGuidField; - - private string versionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string HouseGuid { - get { - return this.houseGuidField; - } - set { - this.houseGuidField = value; - this.RaisePropertyChanged("HouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefApartmentHouseRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest; - - public exportBriefApartmentHouseRequest1() { - } - - public exportBriefApartmentHouseRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest) { - this.RequestHeader = RequestHeader; - this.exportBriefApartmentHouseRequest = exportBriefApartmentHouseRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportBriefApartmentHouseResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportBriefApartmentHouseResponse() { - } - - public exportBriefApartmentHouseResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importExternalVotingProtocolRequest : BaseType { - - private string transportGUIDField; - - private string messageGUIDField; - - private ExternalVotingProtocolType externalVotingProtocolField; - - private string versionField; - - public importExternalVotingProtocolRequest() { - this.versionField = "13.1.8.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ExternalVotingProtocolType ExternalVotingProtocol { - get { - return this.externalVotingProtocolField; - } - set { - this.externalVotingProtocolField = value; - this.RaisePropertyChanged("ExternalVotingProtocol"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importExternalVotingProtocolRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest importExternalVotingProtocolRequest; - - public importExternalVotingProtocolRequest1() { - } - - public importExternalVotingProtocolRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest importExternalVotingProtocolRequest) { - this.RequestHeader = RequestHeader; - this.importExternalVotingProtocolRequest = importExternalVotingProtocolRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importExternalVotingProtocolResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importExternalVotingProtocolResponse() { - } - - public importExternalVotingProtocolResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importVotingMessageRequest : BaseType { - - private string transportGUIDField; - - private string messageGUIDField; - - private object itemField; - - private string versionField; - - public importVotingMessageRequest() { - this.versionField = "15.4.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(AnnulmentProtocolType), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Refuse", typeof(bool), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("VotingMessage", typeof(MessageType), Order=2)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importVotingMessageRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest importVotingMessageRequest; - - public importVotingMessageRequest1() { - } - - public importVotingMessageRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest importVotingMessageRequest) { - this.RequestHeader = RequestHeader; - this.importVotingMessageRequest = importVotingMessageRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importVotingMessageResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importVotingMessageResponse() { - } - - public importVotingMessageResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportVotingMessageRequest : BaseType { - - private string[] itemsField; - - private ItemsChoiceType38[] itemsElementNameField; - - private string versionField; - - public exportVotingMessageRequest() { - this.versionField = "15.4.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("FIASHouseGuid", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType38[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType38 { - - /// - FIASHouseGuid, - - /// - MessageGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportVotingMessageRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest exportVotingMessageRequest; - - public exportVotingMessageRequest1() { - } - - public exportVotingMessageRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest exportVotingMessageRequest) { - this.RequestHeader = RequestHeader; - this.exportVotingMessageRequest = exportVotingMessageRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportVotingMessageResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportVotingMessageResponse() { - } - - public exportVotingMessageResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerRefusalRequest : BaseType { - - private importOwnerRefusalRequestOwnerRefusal[] ownerRefusalField; - - private string versionField; - - public importOwnerRefusalRequest() { - this.versionField = "13.1.8.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OwnerRefusal", Order=0)] - public importOwnerRefusalRequestOwnerRefusal[] OwnerRefusal { - get { - return this.ownerRefusalField; - } - set { - this.ownerRefusalField = value; - this.RaisePropertyChanged("OwnerRefusal"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerRefusalRequestOwnerRefusal : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Annulment", typeof(importOwnerRefusalRequestOwnerRefusalAnnulment), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Edit", typeof(importOwnerRefusalRequestOwnerRefusalEdit), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("Publish", typeof(importOwnerRefusalRequestOwnerRefusalPublish), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerRefusalRequestOwnerRefusalAnnulment : object, System.ComponentModel.INotifyPropertyChanged { - - private string ownerRefusalGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string OwnerRefusalGUID { - get { - return this.ownerRefusalGUIDField; - } - set { - this.ownerRefusalGUIDField = value; - this.RaisePropertyChanged("OwnerRefusalGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerRefusalRequestOwnerRefusalEdit : object, System.ComponentModel.INotifyPropertyChanged { - - private string ownerRefusalGUIDField; - - private OwnerRefusalType ownerRefusalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string OwnerRefusalGUID { - get { - return this.ownerRefusalGUIDField; - } - set { - this.ownerRefusalGUIDField = value; - this.RaisePropertyChanged("OwnerRefusalGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public OwnerRefusalType OwnerRefusal { - get { - return this.ownerRefusalField; - } - set { - this.ownerRefusalField = value; - this.RaisePropertyChanged("OwnerRefusal"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class importOwnerRefusalRequestOwnerRefusalPublish : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private OwnerRefusalType ownerRefusalField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public OwnerRefusalType OwnerRefusal { - get { - return this.ownerRefusalField; - } - set { - this.ownerRefusalField = value; - this.RaisePropertyChanged("OwnerRefusal"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importOwnerRefusalRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest importOwnerRefusalRequest; - - public importOwnerRefusalRequest1() { - } - - public importOwnerRefusalRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest importOwnerRefusalRequest) { - this.RequestHeader = RequestHeader; - this.importOwnerRefusalRequest = importOwnerRefusalRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importOwnerRefusalResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public importOwnerRefusalResponse() { - } - - public importOwnerRefusalResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/")] - public partial class exportOwnerRefusalRequest : BaseType { - - private string[] itemsField; - - private ItemsChoiceType39[] itemsElementNameField; - - private string versionField; - - public exportOwnerRefusalRequest() { - this.versionField = "13.1.8.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("MessageGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("OwnerRefusalGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType39[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", IncludeInSchema=false)] - public enum ItemsChoiceType39 { - - /// - MessageGUID, - - /// - OwnerRefusalGUID, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportOwnerRefusalRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/house-management/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest exportOwnerRefusalRequest; - - public exportOwnerRefusalRequest1() { - } - - public exportOwnerRefusalRequest1(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest exportOwnerRefusalRequest) { - this.RequestHeader = RequestHeader; - this.exportOwnerRefusalRequest = exportOwnerRefusalRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportOwnerRefusalResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest; - - public exportOwnerRefusalResponse() { - } - - public exportOwnerRefusalResponse(Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface HouseManagementPortsTypeAsyncChannel : Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class HouseManagementPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync { - - public HouseManagementPortsTypeAsyncClient() { - } - - public HouseManagementPortsTypeAsyncClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public HouseManagementPortsTypeAsyncClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public HouseManagementPortsTypeAsyncClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public HouseManagementPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1 request) { - return base.Channel.importMeteringDeviceData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest importMeteringDeviceDataRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importMeteringDeviceDataRequest = importMeteringDeviceDataRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importMeteringDeviceData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1 request) { - return base.Channel.importMeteringDeviceDataAsync(request); - } - - public System.Threading.Tasks.Task importMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest importMeteringDeviceDataRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importMeteringDeviceDataRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importMeteringDeviceDataRequest = importMeteringDeviceDataRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importMeteringDeviceDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1 request) { - return base.Channel.exportMeteringDeviceData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportMeteringDeviceDataRequest = exportMeteringDeviceDataRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportMeteringDeviceData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1 request) { - return base.Channel.exportMeteringDeviceDataAsync(request); - } - - public System.Threading.Tasks.Task exportMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest exportMeteringDeviceDataRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportMeteringDeviceDataRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportMeteringDeviceDataRequest = exportMeteringDeviceDataRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportMeteringDeviceDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportODSPMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1 request) { - return base.Channel.exportODSPMeteringDeviceData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportODSPMeteringDeviceData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportODSPMeteringDeviceDataRequest = exportODSPMeteringDeviceDataRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportODSPMeteringDeviceData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportODSPMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1 request) { - return base.Channel.exportODSPMeteringDeviceDataAsync(request); - } - - public System.Threading.Tasks.Task exportODSPMeteringDeviceDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest exportODSPMeteringDeviceDataRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportODSPMeteringDeviceDataRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportODSPMeteringDeviceDataRequest = exportODSPMeteringDeviceDataRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportODSPMeteringDeviceDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.getState(Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getState(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResult getStateResult) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).getState(inValue); - getStateResult = retVal.getStateResult; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.getStateAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getStateAsync(request); - } - - public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest getStateRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).getStateAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest request) { - return base.Channel.importContractData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractRequest importContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importContractRequest = importContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importContractData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest request) { - return base.Channel.importContractDataAsync(request); - } - - public System.Threading.Tasks.Task importContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractRequest importContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importContractDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importContractRequest = importContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importContractDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importCharterData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest request) { - return base.Channel.importCharterData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importCharterData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterRequest importCharterRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importCharterRequest = importCharterRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importCharterData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importCharterDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest request) { - return base.Channel.importCharterDataAsync(request); - } - - public System.Threading.Tasks.Task importCharterDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterRequest importCharterRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importCharterDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importCharterRequest = importCharterRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importCharterDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportStatusCAChData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest request) { - return base.Channel.exportStatusCAChData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportStatusCAChData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChRequest exportStatusCAChRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportStatusCAChRequest = exportStatusCAChRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportStatusCAChData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportStatusCAChDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest request) { - return base.Channel.exportStatusCAChDataAsync(request); - } - - public System.Threading.Tasks.Task exportStatusCAChDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChRequest exportStatusCAChRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusCAChDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportStatusCAChRequest = exportStatusCAChRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportStatusCAChDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportHouseData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest request) { - return base.Channel.exportHouseData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportHouseData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseRequest exportHouseRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportHouseRequest = exportHouseRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportHouseData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportHouseDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest request) { - return base.Channel.exportHouseDataAsync(request); - } - - public System.Threading.Tasks.Task exportHouseDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseRequest exportHouseRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportHouseDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportHouseRequest = exportHouseRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportHouseDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importAccountData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest request) { - return base.Channel.importAccountData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importAccountData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountRequest importAccountRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importAccountRequest = importAccountRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importAccountData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importAccountDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest request) { - return base.Channel.importAccountDataAsync(request); - } - - public System.Threading.Tasks.Task importAccountDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountRequest importAccountRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importAccountRequest = importAccountRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importAccountDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportAccountData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest request) { - return base.Channel.exportAccountData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportAccountData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountRequest exportAccountRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportAccountRequest = exportAccountRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportAccountData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportAccountDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest request) { - return base.Channel.exportAccountDataAsync(request); - } - - public System.Threading.Tasks.Task exportAccountDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountRequest exportAccountRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportAccountRequest = exportAccountRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportAccountDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importPublicPropertyContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1 request) { - return base.Channel.importPublicPropertyContract(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importPublicPropertyContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest importPublicPropertyContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importPublicPropertyContractRequest = importPublicPropertyContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importPublicPropertyContract(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1 request) { - return base.Channel.importPublicPropertyContractAsync(request); - } - - public System.Threading.Tasks.Task importPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest importPublicPropertyContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importPublicPropertyContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importPublicPropertyContractRequest = importPublicPropertyContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importPublicPropertyContractAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportStatusPublicPropertyContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1 request) { - return base.Channel.exportStatusPublicPropertyContract(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportStatusPublicPropertyContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportStatusPublicPropertyContractRequest = exportStatusPublicPropertyContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportStatusPublicPropertyContract(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportStatusPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1 request) { - return base.Channel.exportStatusPublicPropertyContractAsync(request); - } - - public System.Threading.Tasks.Task exportStatusPublicPropertyContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest exportStatusPublicPropertyContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportStatusPublicPropertyContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportStatusPublicPropertyContractRequest = exportStatusPublicPropertyContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportStatusPublicPropertyContractAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importNotificationData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest request) { - return base.Channel.importNotificationData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importNotificationData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationRequest importNotificationRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importNotificationRequest = importNotificationRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importNotificationData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importNotificationDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest request) { - return base.Channel.importNotificationDataAsync(request); - } - - public System.Threading.Tasks.Task importNotificationDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationRequest importNotificationRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importNotificationDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importNotificationRequest = importNotificationRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importNotificationDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1 request) { - return base.Channel.importVotingProtocol(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest importVotingProtocolRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importVotingProtocolRequest = importVotingProtocolRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importVotingProtocol(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1 request) { - return base.Channel.importVotingProtocolAsync(request); - } - - public System.Threading.Tasks.Task importVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest importVotingProtocolRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingProtocolRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importVotingProtocolRequest = importVotingProtocolRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importVotingProtocolAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1 request) { - return base.Channel.exportVotingProtocol(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest exportVotingProtocolRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportVotingProtocolRequest = exportVotingProtocolRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportVotingProtocol(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1 request) { - return base.Channel.exportVotingProtocolAsync(request); - } - - public System.Threading.Tasks.Task exportVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest exportVotingProtocolRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingProtocolRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportVotingProtocolRequest = exportVotingProtocolRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportVotingProtocolAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importOwnerDecision(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1 request) { - return base.Channel.importOwnerDecision(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importOwnerDecision(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest importOwnerDecisionRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importOwnerDecisionRequest = importOwnerDecisionRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importOwnerDecision(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1 request) { - return base.Channel.importOwnerDecisionAsync(request); - } - - public System.Threading.Tasks.Task importOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest importOwnerDecisionRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerDecisionRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importOwnerDecisionRequest = importOwnerDecisionRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importOwnerDecisionAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportOwnerDecision(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1 request) { - return base.Channel.exportOwnerDecision(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportOwnerDecision(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest exportOwnerDecisionRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportOwnerDecisionRequest = exportOwnerDecisionRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportOwnerDecision(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1 request) { - return base.Channel.exportOwnerDecisionAsync(request); - } - - public System.Threading.Tasks.Task exportOwnerDecisionAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest exportOwnerDecisionRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerDecisionRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportOwnerDecisionRequest = exportOwnerDecisionRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportOwnerDecisionAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportCAChData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest request) { - return base.Channel.exportCAChData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportCAChData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChAsyncRequest exportCAChAsyncRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportCAChAsyncRequest = exportCAChAsyncRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportCAChData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportCAChDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest request) { - return base.Channel.exportCAChDataAsync(request); - } - - public System.Threading.Tasks.Task exportCAChDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChAsyncRequest exportCAChAsyncRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportCAChDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportCAChAsyncRequest = exportCAChAsyncRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportCAChDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importHouseUOData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest request) { - return base.Channel.importHouseUOData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importHouseUOData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUORequest importHouseUORequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importHouseUORequest = importHouseUORequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importHouseUOData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importHouseUODataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest request) { - return base.Channel.importHouseUODataAsync(request); - } - - public System.Threading.Tasks.Task importHouseUODataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUORequest importHouseUORequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseUODataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importHouseUORequest = importHouseUORequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importHouseUODataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importHouseOMSData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest request) { - return base.Channel.importHouseOMSData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importHouseOMSData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSRequest importHouseOMSRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importHouseOMSRequest = importHouseOMSRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importHouseOMSData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importHouseOMSDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest request) { - return base.Channel.importHouseOMSDataAsync(request); - } - - public System.Threading.Tasks.Task importHouseOMSDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSRequest importHouseOMSRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseOMSDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importHouseOMSRequest = importHouseOMSRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importHouseOMSDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importHouseESPData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest request) { - return base.Channel.importHouseESPData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importHouseESPData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPRequest importHouseESPRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importHouseESPRequest = importHouseESPRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importHouseESPData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importHouseESPDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest request) { - return base.Channel.importHouseESPDataAsync(request); - } - - public System.Threading.Tasks.Task importHouseESPDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPRequest importHouseESPRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importHouseESPDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importHouseESPRequest = importHouseESPRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importHouseESPDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importSupplyResourceContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest request) { - return base.Channel.importSupplyResourceContractData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importSupplyResourceContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractRequest importSupplyResourceContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importSupplyResourceContractRequest = importSupplyResourceContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest request) { - return base.Channel.importSupplyResourceContractDataAsync(request); - } - - public System.Threading.Tasks.Task importSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractRequest importSupplyResourceContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importSupplyResourceContractRequest = importSupplyResourceContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportSupplyResourceContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest request) { - return base.Channel.exportSupplyResourceContractData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportSupplyResourceContractData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractRequest exportSupplyResourceContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportSupplyResourceContractRequest = exportSupplyResourceContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportSupplyResourceContractData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest request) { - return base.Channel.exportSupplyResourceContractDataAsync(request); - } - - public System.Threading.Tasks.Task exportSupplyResourceContractDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractRequest exportSupplyResourceContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportSupplyResourceContractRequest = exportSupplyResourceContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportSupplyResourceContractDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importAccountIndividualServices(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1 request) { - return base.Channel.importAccountIndividualServices(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importAccountIndividualServices(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest importAccountIndividualServicesRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importAccountIndividualServicesRequest = importAccountIndividualServicesRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importAccountIndividualServices(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1 request) { - return base.Channel.importAccountIndividualServicesAsync(request); - } - - public System.Threading.Tasks.Task importAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest importAccountIndividualServicesRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importAccountIndividualServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importAccountIndividualServicesRequest = importAccountIndividualServicesRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importAccountIndividualServicesAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportAccountIndividualServices(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1 request) { - return base.Channel.exportAccountIndividualServices(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportAccountIndividualServices(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportAccountIndividualServicesRequest = exportAccountIndividualServicesRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportAccountIndividualServices(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1 request) { - return base.Channel.exportAccountIndividualServicesAsync(request); - } - - public System.Threading.Tasks.Task exportAccountIndividualServicesAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest exportAccountIndividualServicesRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportAccountIndividualServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportAccountIndividualServicesRequest = exportAccountIndividualServicesRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportAccountIndividualServicesAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportSupplyResourceContractObjectAddressData(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest request) { - return base.Channel.exportSupplyResourceContractObjectAddressData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportSupplyResourceContractObjectAddressData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportSupplyResourceContractObjectAddressRequest = exportSupplyResourceContractObjectAddressRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportSupplyResourceContractObjectAddressData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest request) { - return base.Channel.exportSupplyResourceContractObjectAddressDataAsync(request); - } - - public System.Threading.Tasks.Task exportSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressRequest exportSupplyResourceContractObjectAddressRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportSupplyResourceContractObjectAddressDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportSupplyResourceContractObjectAddressRequest = exportSupplyResourceContractObjectAddressRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportSupplyResourceContractObjectAddressDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importSupplyResourceContractObjectAddressData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest request) { - return base.Channel.importSupplyResourceContractObjectAddressData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importSupplyResourceContractObjectAddressData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importSupplyResourceContractObjectAddressRequest = importSupplyResourceContractObjectAddressRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractObjectAddressData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest request) { - return base.Channel.importSupplyResourceContractObjectAddressDataAsync(request); - } - - public System.Threading.Tasks.Task importSupplyResourceContractObjectAddressDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressRequest importSupplyResourceContractObjectAddressRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractObjectAddressDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importSupplyResourceContractObjectAddressRequest = importSupplyResourceContractObjectAddressRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractObjectAddressDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importSupplyResourceContractProjectData(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest request) { - return base.Channel.importSupplyResourceContractProjectData(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importSupplyResourceContractProjectData(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importSupplyResourceContractProjectRequest = importSupplyResourceContractProjectRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractProjectData(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importSupplyResourceContractProjectDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest request) { - return base.Channel.importSupplyResourceContractProjectDataAsync(request); - } - - public System.Threading.Tasks.Task importSupplyResourceContractProjectDataAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectRequest importSupplyResourceContractProjectRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importSupplyResourceContractProjectDataRequest(); - inValue.RequestHeader = RequestHeader; - inValue.importSupplyResourceContractProjectRequest = importSupplyResourceContractProjectRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importSupplyResourceContractProjectDataAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportRolloverStatusCACh(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1 request) { - return base.Channel.exportRolloverStatusCACh(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportRolloverStatusCACh(Hcs.Service.Async.HouseManagement.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportRolloverStatusCAChRequest = exportRolloverStatusCAChRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportRolloverStatusCACh(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportRolloverStatusCAChAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1 request) { - return base.Channel.exportRolloverStatusCAChAsync(request); - } - - public System.Threading.Tasks.Task exportRolloverStatusCAChAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest exportRolloverStatusCAChRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportRolloverStatusCAChRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportRolloverStatusCAChRequest = exportRolloverStatusCAChRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportRolloverStatusCAChAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefSupplyResourceContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1 request) { - return base.Channel.exportBriefSupplyResourceContract(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportBriefSupplyResourceContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefSupplyResourceContractRequest = exportBriefSupplyResourceContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefSupplyResourceContract(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefSupplyResourceContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1 request) { - return base.Channel.exportBriefSupplyResourceContractAsync(request); - } - - public System.Threading.Tasks.Task exportBriefSupplyResourceContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest exportBriefSupplyResourceContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSupplyResourceContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefSupplyResourceContractRequest = exportBriefSupplyResourceContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefSupplyResourceContractAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefSocialHireContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1 request) { - return base.Channel.exportBriefSocialHireContract(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportBriefSocialHireContract(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefSocialHireContractRequest = exportBriefSocialHireContractRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefSocialHireContract(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefSocialHireContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1 request) { - return base.Channel.exportBriefSocialHireContractAsync(request); - } - - public System.Threading.Tasks.Task exportBriefSocialHireContractAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest exportBriefSocialHireContractRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefSocialHireContractRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefSocialHireContractRequest = exportBriefSocialHireContractRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefSocialHireContractAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.demolishHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest request) { - return base.Channel.demolishHouse(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader demolishHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.DemolishHouseRequestType demolishHouseRequest1, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest(); - inValue.RequestHeader = RequestHeader; - inValue.demolishHouseRequest1 = demolishHouseRequest1; - Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).demolishHouse(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.demolishHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest request) { - return base.Channel.demolishHouseAsync(request); - } - - public System.Threading.Tasks.Task demolishHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.DemolishHouseRequestType demolishHouseRequest1) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.demolishHouseRequest(); - inValue.RequestHeader = RequestHeader; - inValue.demolishHouseRequest1 = demolishHouseRequest1; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).demolishHouseAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefBasicHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1 request) { - return base.Channel.exportBriefBasicHouse(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportBriefBasicHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest exportBriefBasicHouseRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefBasicHouseRequest = exportBriefBasicHouseRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefBasicHouse(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefBasicHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1 request) { - return base.Channel.exportBriefBasicHouseAsync(request); - } - - public System.Threading.Tasks.Task exportBriefBasicHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest exportBriefBasicHouseRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefBasicHouseRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefBasicHouseRequest = exportBriefBasicHouseRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefBasicHouseAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefLivingHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1 request) { - return base.Channel.exportBriefLivingHouse(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportBriefLivingHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest exportBriefLivingHouseRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefLivingHouseRequest = exportBriefLivingHouseRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefLivingHouse(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefLivingHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1 request) { - return base.Channel.exportBriefLivingHouseAsync(request); - } - - public System.Threading.Tasks.Task exportBriefLivingHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest exportBriefLivingHouseRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefLivingHouseRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefLivingHouseRequest = exportBriefLivingHouseRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefLivingHouseAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefApartmentHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1 request) { - return base.Channel.exportBriefApartmentHouse(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportBriefApartmentHouse(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefApartmentHouseRequest = exportBriefApartmentHouseRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefApartmentHouse(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportBriefApartmentHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1 request) { - return base.Channel.exportBriefApartmentHouseAsync(request); - } - - public System.Threading.Tasks.Task exportBriefApartmentHouseAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest exportBriefApartmentHouseRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportBriefApartmentHouseRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportBriefApartmentHouseRequest = exportBriefApartmentHouseRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportBriefApartmentHouseAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importExternalVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1 request) { - return base.Channel.importExternalVotingProtocol(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importExternalVotingProtocol(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest importExternalVotingProtocolRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importExternalVotingProtocolRequest = importExternalVotingProtocolRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importExternalVotingProtocol(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importExternalVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1 request) { - return base.Channel.importExternalVotingProtocolAsync(request); - } - - public System.Threading.Tasks.Task importExternalVotingProtocolAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest importExternalVotingProtocolRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importExternalVotingProtocolRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importExternalVotingProtocolRequest = importExternalVotingProtocolRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importExternalVotingProtocolAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importVotingMessage(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1 request) { - return base.Channel.importVotingMessage(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importVotingMessage(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest importVotingMessageRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importVotingMessageRequest = importVotingMessageRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importVotingMessage(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importVotingMessageAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1 request) { - return base.Channel.importVotingMessageAsync(request); - } - - public System.Threading.Tasks.Task importVotingMessageAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest importVotingMessageRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importVotingMessageRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importVotingMessageRequest = importVotingMessageRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importVotingMessageAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportVotingMessage(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1 request) { - return base.Channel.exportVotingMessage(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportVotingMessage(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest exportVotingMessageRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportVotingMessageRequest = exportVotingMessageRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportVotingMessage(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportVotingMessageAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1 request) { - return base.Channel.exportVotingMessageAsync(request); - } - - public System.Threading.Tasks.Task exportVotingMessageAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest exportVotingMessageRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportVotingMessageRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportVotingMessageRequest = exportVotingMessageRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportVotingMessageAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importOwnerRefusal(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1 request) { - return base.Channel.importOwnerRefusal(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader importOwnerRefusal(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest importOwnerRefusalRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importOwnerRefusalRequest = importOwnerRefusalRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importOwnerRefusal(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.importOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1 request) { - return base.Channel.importOwnerRefusalAsync(request); - } - - public System.Threading.Tasks.Task importOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest importOwnerRefusalRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.importOwnerRefusalRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importOwnerRefusalRequest = importOwnerRefusalRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).importOwnerRefusalAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportOwnerRefusal(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1 request) { - return base.Channel.exportOwnerRefusal(request); - } - - public Hcs.Service.Async.HouseManagement.v15_7_0_1.ResultHeader exportOwnerRefusal(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest exportOwnerRefusalRequest, out Hcs.Service.Async.HouseManagement.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportOwnerRefusalRequest = exportOwnerRefusalRequest; - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalResponse retVal = ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportOwnerRefusal(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync.exportOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1 request) { - return base.Channel.exportOwnerRefusalAsync(request); - } - - public System.Threading.Tasks.Task exportOwnerRefusalAsync(Hcs.Service.Async.HouseManagement.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest exportOwnerRefusalRequest) { - Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1 inValue = new Hcs.Service.Async.HouseManagement.v15_7_0_1.exportOwnerRefusalRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportOwnerRefusalRequest = exportOwnerRefusalRequest; - return ((Hcs.Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync)(this)).exportOwnerRefusalAsync(inValue); - } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Reference.svcmap deleted file mode 100644 index ffa6329..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/Reference.svcmap +++ /dev/null @@ -1,42 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/configuration.svcinfo deleted file mode 100644 index b29019f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/configuration.svcinfo +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/configuration91.svcinfo deleted file mode 100644 index 9faf82e..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/configuration91.svcinfo +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - HouseManagementBindingAsync - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - HouseManagementBindingAsync1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - https://api.dom.gosuslugi.ru/ext-bus-home-management-service/services/HomeManagementAsync - - - - - - basicHttpBinding - - - HouseManagementBindingAsync - - - Service.Async.HouseManagement.v15_7_0_1.HouseManagementPortsTypeAsync - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - HouseManagementPortAsync - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-account-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-account-base.xsd deleted file mode 100644 index 4dd1ae1..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-account-base.xsd +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - Идентификатор лицевого счета - - - - - Номер лицевого счета/Иной идентификатор плательщика - - - - - - - - - - - - Основание для обязательств по оплате - - - - - Номер договора - - - - - Дата заключения договора - - - - - Срок окончания действия договора - - - - - - - Единый лицевой счет - - - - - - - - - - Расчетный счет - - - - - - - - - - Счет - - - - - - - - Идентификатор жилищно-коммунальной услуги - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-base.xsd deleted file mode 100644 index f5688dd..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-base.xsd +++ /dev/null @@ -1,862 +0,0 @@ - - - - - - Строка не более 2000 символов. - - - - - - - - Строка не более 1500 символов. - - - - - - - - Строка не более 300 символов. - - - - - - - - Скалярный тип. Строка не более 255 символов. - - - - - - - - - Скалярный тип. Строка не более 100 символов. - - - - - - - - Скалярный тип. Строка не более 250 символов. - - - - - - - - Скалярный тип. Строка не более 500 символов. - - - - - - - - Строка не более 60 символов. - - - - - - - - Текстовое поле 2000 - - - - - - - - Непустая строка - - - - - - - - - Базовый тип бизнес-сообщения с подписью - - - - - - - - - Заголовок запроса - - - - - - - - - Идентификатор поставщика данных - - - - - Идентификатор зарегистрированной организации - - - - - Информация о физическом лице - - - - - - Идентификатор физического лица, зарегистрированного в ГИС ЖКХ - - - - - - СНИЛС - - - - - - - - - - Документ, удостоверяющий личность - - - - - - Вид документа, удостоверяющего личность (НСИ №95) - - - - - - Код записи справочника - - - - - - - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - - Серия документа - - - - - - - - - - - Номер документа - - - - - - - - - - - - - - - - - - - Используется подпись Оператора ИС - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164). Только для запросов размещения информации. - - - - - - - - - - Заголовок запроса - - - - - - - - - - - - - - Заголовок ответа - - - - - - - - - - Базовый тип ответа на запрос создания, редактирования, удаления - - - - - - Транспортный идентификатор, определенный постащиком информации - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - Дата модификации - - - - - Уникальный номер - - - - - - - - - - Базовый тип заголовка - - - - - Дата отправки пакета - - - - - Идентификатор сообщения - - - - - - - Вложение - - - - - - Идентификатор сохраненного вложения - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex. - -Элемент обязателен в запросах импорта - - - - - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex - - - - - - - - - - - - Базовый тип, описывающий вложение с открепленными (detached) подписями. В сервисах ГИС ЖКХ, использущих тип SignedAttachmentType, может быть наложено ограничение на максимальное количесво элементов в блоке Signature (см. контроль INT002039). - - - - - Вложение - - - - - Открепленная (detached) подпись - - - - - - - Элемент Fault (для параметра Fault в операции) - - - - Базовый тип для fault-ошибки - - - - - - - - - - - Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости - - - - - - Базовый тип ошибки контроля или бизнес-процесса - - - - - Код ошибки - - - - - Описание ошибки - - - - - StackTrace в случае возникновения исключения - - - - - - - Версия элемента, начиная с которой поддерживается совместимость - - - - - Возврат квитанции приема сообщения - - - - - - Квитанция - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - Идентификатор сообщения, присвоенный поставщиком - - - - - - - - - - - Запрос статуса отправленного сообщения - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - Запрос списка обработанных сообщений - - - - - - Массив идентификаторов сообщений, присвоенных ГИС ЖКХ - - - - - - - - Ответ на запрос списка обработанных сообщений - - - - - - - - Список идентификаторов сообщений, присвоенный ГИС ЖКХ - - - - - - - - - - Базовый тип ответа на запрос статуса - - - - - - - Статус обработки - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - - Результат выполнения C_UD - - - - - Идентификатор создаваемой/изменяемой сущности - - - - - Транспортный идентификатор - - - - - - Операция выполнена успешно - - - - Уникальный реестровый номер - - - - - Дата модификации - - - - - - Описание ошибки - - - - - - - - - - - - - Статус обработки сообщения в асинхронном обмене (1- получено; 2 - в обработке; 3- обработано) - - - - - - - - - - Транспортный идентификатор - - - - - GUID-тип. - - - - - - - - Дата модификации объекта - - - - - Тип, описывающий год - - - - - - - - Тип, описывающий месяц - - - - - - - - - Месяц - - - - - Год - - - - - - - - - - - Определенный месяц определенного года - - - - - - - - - Временной период (обе даты обязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Открытый временной период (даты необязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Тип объема - - - - - - - - - - Ссылка на субъект РФ (ФИАС) - - - - - Код региона (ФИАС) - - - - - - - - - - Полное наименование - - - - - - - - - - - - Ссылка на ОКТМО - - - - - Код по ОКТМО - - - - - - - - - - - Полное наименование - - - - - - - - - - - - - - - - - Код ОКЕИ - - - - - Идентификатор зарегистрированной организации - - - - - Базовый тип документа ОЧ - - - - - Наименование документа - - - - - - - - - - - Номер документа - - - - - - - - - - - Дата принятия документа органом власти - - - - - Вложение - - - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164) - - - - - - Наименование ИС - - - - - Наименование Оператора ИС - - - - - - - - Код по ОКТМО - - - - - - - - - Код по ОКТМО - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-bills-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-bills-base.xsd deleted file mode 100644 index 7144802..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-bills-base.xsd +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - Сумма - - - - - - - - - - Неотрицательная сумма - - - - - - - - - - Сумма - - - - - - - - - Неотрицательная маленькая сумма - - - - - - - - - - - Маленькая сумма - - - - - - - - - - Неотрицательная сумма - - - - - - - - - - - Сумма в копейках - - - - - - Номер платежного документа, по которому внесена плата, присвоенный такому документу исполнителем в целях осуществления расчетов по внесению платы - - - - - - - - - - - - Идентификатор платежного документа - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-house-management-service-async.wsdl b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-house-management-service-async.wsdl deleted file mode 100644 index 902e562..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-house-management-service-async.wsdl +++ /dev/null @@ -1,1075 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Передать данные ПУ - - - - - - Получить перечень ПУ - - - - - - Получить перечень ПУ по ЛС для ОДСП - - - - - - - - - - - Cоздание/редактирование, удаление, пролонгация, расторжение ДУ - - - - - - Cоздание/редактирование, удаление, пролонгация, расторжение устава - - - - - - Экспорт статусов договоров управления, уставов, доп. соглашений - - - - - - ВИ_ИРАО_ДОМ_ЭКСП. Экспорт данных дома. - - - - - - ВИ_ИЛС_СЗЛС. передать данные лицевых счетов - - - - - - ВИ_ИЛС_РЛС. получить перечень лицевых счетов - - - - - - Импорт ДОИ (Договор на пользование общим имуществом) - - - - - - Экспорт списка ДОИ - - - - - - ВИ_ИО_И_1. Импорт новостей для информирования граждан - - - - - - Импорт протокола ОСС - - - - - - Экспорт протокола ОСС - - - - - - Импорт решения собственника по вопросам голосования - - - - - - Экспорт решений собственников по вопросам голосования - - - - - - Экспорт договоров управления, уставов, доп. соглашений - - - - - - Импорт данных дома для полномочия УО - - - - - - Импорт данных дома для полномочия ОМС - - - - - - Импорт данных дома для полномочия ЕСП - - - - - - Импорт договора ресурсоснабжения с РСО - - - - - - Экспорт договоров ресурсоснабжения - - - - - - Импорт индивидуальных услуг лицевого счета - - - - - - Экспорт индивидуальных услуг лицевого счета - - - - - - Экспорт объектов жилищного фонда из договоров ресурсоснабжения - - - - - - Импорт информации об объектах жилищного фонда в договор ресурсоснабжения - - - - - - Импорт проекта договора ресурсоснабжения - - - - - - Экспорт статусов автопролонгации договоров управления, уставов - - - - - - Экспорт сокращенного состава информации о договоре ресурсоснабжения - - - - - - Экспорт краткой информации о договоре найма - - - - - - Операция сноса дома - - - - - - Экспорт краткой базовой информации о доме - - - - - - Экспорт краткой информации о жилом доме - - - - - - Экспорт краткой информации о многоквартирном доме - - - - - - Импорт итогов голосования, проведенного с использованием системы, отличной от ГИС ЖКХ - - - - - - Импорт сообщения о проведении ОСС - - - - - - Экспорт сообщения о проведении ОСС - - - - - - Импорт письменных отказов собственников - - - - - - Экспорт письменных отказов собственников - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Сервис управления объектами РАО - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-house-management-types.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-house-management-types.xsd deleted file mode 100644 index 7e3fba0..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-house-management-types.xsd +++ /dev/null @@ -1,19740 +0,0 @@ - - - - - - - - - - - - - - ???????????? ???????????? ????????. ?? ?????????? ???? ???????????? ?????????????????????? ???????????? ?????????????????? ???????????? ???????????????????????????????? ????????. ImportResult ???????????????? ?????????????????? ?????????????????? ???????????? ???????? (?? GUID ???????????????????? FIASHouseGuid ?????????????? ????????????, UniqueNumber ???????????????? ???????????????????? ?????????? ????????), ?????????????????? (UniqueNumber ???????????????? ???????????????????? ?????????? ??????????????????), ???????????? (UniqueNumber ???????????????? ???????????????????? ?????????? ??????????????). ???????????????? ???????????? 11.0.10.1, 13.2.3.2 - - - - - - - - - ?????????????????????????????? ?????? - - - - - - - ???????????????????? ???????????????????????????????? ???????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????????????????????????? ???????? - - - - - - - - - - - - - - - ?????????????? ?????????????????? - - - - ???????????????????? ???????????????? ?????????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????????? ?????????????????? - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - - ???????????????? ?? ?????????? ?????????????????? - - - - - ???????????????????? ???????????? ???????????????? - - - - - - - - - - - - - - ?????????????????? ???????????????? - - - - - - - - - ?????????????????????????? ???????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - ???????????????????? ???????????? ?????????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????? ?????????????????? - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - - ?????????????? ?? ???????????????? ?????????????????????????? ?????????????????? - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - - - - - ???????????????????? ???????????? ?????????? - - - - - - - - - - - - - - ?????????????????? ?????????? - - - - - - - - - ?????????????????????????? ?????????? - - - - - - - - - - - - - - - ?????????? ?????? - - - - - - - ???????????????????? ???????????? ???????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????? ???????? - - - - - - - - - - - - - - - - ?????????????? (?????? ?????????????? ????) - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ???????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - ?????????? (?????? ???? ?????????????????????????? ??????????????????) - - - - - - - ???????????????? ?????????? - - - - - - - - - - - - - - ???????????????????? ?????????? - - - - - - - - - ?????????????????????????? ?????????? ???????????? ???????? - - - - - - - - - - - ?????????????? ?? ?????????? - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ???????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ???????????? ???????????? ????????. ?? ?????????? ???? ???????????? ?????????????????????? ???????????? ?????????????????? ???????????? ???????????????????????????????? ????????. ImportResult ???????????????? ?????????????????? ?????????????????? ???????????? ???????? (?? GUID ???????????????????? FIASHouseGuid ?????????????? ????????????, UniqueNumber ???????????????? ???????????????????? ?????????? ????????), ?????????????????? (UniqueNumber ???????????????? ???????????????????? ?????????? ??????????????????), ???????????? (UniqueNumber ???????????????? ???????????????????? ?????????? ??????????????). ???????????????? ???????????? 11.5.0.2, 13.2.3.2, 15.6.0.1 - - - - - - - - - ?????????????????????????????? ?????? - - - - - - - ???????????????????? ???????????????????????????????? ???????? - - - - - - - - C?????????? ???????????????????? ?????????? (?????? 25). ?????????????????? ???????????????????? ???????????????? ???????????? ?????? ???????????????????? ???????????????????? ???? ???????????????????? ?????? (?????????????????????? ???????????? ?? ???????? ??/?????? ???? ???????????????? ?????????????? ????????????????????/??????????): -- ???? ????????????; -- ???????????????????????????????? ????????????????????; -- ????????????, ???? ???? ????????????????????. -?? ???????? ?????????????? ???????????????? ???????????????? ????????????????????????. - - - - - - ???????? ???????????? ?????????????? ????????????????????. ?????????????????????? ???????????? ?????? ???????????? 15.6.0.1 ?? ???????? - - - - - - - - - - ?????????????????? ???????????? ???????????????????????????????? ???????? - - - - - - - - - C?????????? ???????????????????? ?????????? (?????? 25). ?????????????????? ?????????????????? ???????????????? ???????????? ?????? ???????????????????? ???????????????????? ???? ???????????????????? ?????? (?????????????????????? ???????????? ?? ???????? ??/?????? ???? ???????????????? ?????????????? ????????????????????/??????????): -- ???? ????????????; -- ???????????????????????????????? ????????????????????; -- ????????????, ???? ???? ????????????????????. -?? ???????? ?????????????? ???????????????? ???????????????? ????????????????????????. - - - - - ???????? ???????????? ?????????????? ????????????????????. ?????????????????????? ???????????? ?????? ???????????? 15.6.0.1 ?? ???????? - - - - - - - - - - - ?????????????? ?????????????????? - - - - ???????????????????? ???????????????? ?????????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????????? ?????????????????? - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - - ?????????????? - - - - - ???????????????????? ???????????? ???????????????? - - - - - - - - - - - - - - ?????????????????? ???????????????? - - - - - - - - - ?????????????????????????? ???????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - ???????????????????? ???????????? ?????????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????? ?????????????????? - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - - ?????????????? ?? ???????????????? ?????????????????????????? ?????????????????? - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - - - - - ???????????????????? ???????????? ?????????? - - - - - - - - - - - - - - ?????????????????? ?????????? - - - - - - - - - ?????????????????????????? ?????????? - - - - - - - - - - - - - - - ?????????? ?????? - - - - - - - ???????????????????? ???????????? ???????? - - - - - - - - - ???? ?????????????????? ?????? ???? - - - - - - - - - - ?????????????????? ???????????? ???????????? ???????? - - - - - - - - - ???? ?????????????????? ?????? ???? - - - - - - - - - - - - ?????????????? (?????? ?????????????? ????) - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ???????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - ?????????? (?????? ???? ?????????????????????????? ??????????????????) - - - - - - - ???????????????? ?????????? - - - - - - - - - - - - - - ???????????????????? ?????????? - - - - - - - - - ?????????????????????????? ?????????? ???????????? ???????? - - - - - - - - - - - ?????????????? ?? ?????????? - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ???????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ???????????? ???????????? ????????. ?? ?????????? ???? ???????????? ?????????????????????? ???????????? ?????????????????? ???????????? ???????????????????????????????? ????????. ImportResult ???????????????? ?????????????????? ?????????????????? ???????????? ???????? (?? GUID ???????????????????? FIASHouseGuid ?????????????? ????????????, UniqueNumber ???????????????? ???????????????????? ?????????? ????????), ?????????????????? (UniqueNumber ???????????????? ???????????????????? ?????????? ??????????????????), ???????????? (UniqueNumber ???????????????? ???????????????????? ?????????? ??????????????). ???????????????? ???????????? 11.6.0.2, 13.2.3.2, 15.6.0.1 - - - - - - - - ?????????????????????????????? ?????? - - - - - - - ???????????????????? ???????????????????????????????? ???????? - - - - - - - - - ?????????????????? ?????????????????? ???????????????? ???????????? ?????? ???????????????????? ???????????????????? ???? ???????????????????? ?????? (?????????????????????? ???????????? ?? ???????? ??/?????? ???? ???????????????? ?????????????? ????????????????????/??????????): -- ???? ???????????? -- ???????????????????????????????? ???????????????????? -- ????????????, ???? ???? ????????????????????. - - - - - - ???????? ???????????? ?????????????? ???????????????????? - - - - - - - - - - - ?????????????????? ???????????? ???????????????????????????????? ???????? - - - - - - - - - ?????????????????? ?????????????????? ???????????????? ???????????? ?????? ???????????????????? ???????????????????? ???? ???????????????????? ?????? (?????????????????????? ???????????? ?? ???????? ??/?????? ???? ???????????????? ?????????????? ????????????????????/??????????): -- ???? ???????????? -- ???????????????????????????????? ???????????????????? -- ????????????, ???? ???? ????????????????????. - - - - - - ???????? ???????????? ?????????????? ???????????????????? - - - - - - - - - - - - ?????????????? ?????????????????? - - - - ???????????????????? ???????????????? ?????????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????????? ?????????????????? - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - - ???????????????? ?? ?????????? ?????????????????? - - - - - ???????????????????? ???????????? ???????????????? - - - - - - - - - - - - - - ?????????????????? ???????????????? - - - - - - - - - ?????????????????????????? ???????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - ???????????????????? ???????????? ?????????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? ???????????? ?????????????????? - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - - ?????????????? ?? ???????????????? ?????????????????????????? ?????????????????? - - - - ???????????????????? ?????????????? - - - - - - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - - - - - ???????????????????? ???????????? ?????????? - - - - - - - - - - - - - - ?????????????????? ?????????? - - - - - - - - - ?????????????????????????? ?????????? - - - - - - - - - - - - - - - - - - - - - - - - - - ???????????? ???? ?????????????? ???????????????????? ?? ????????. - -???????????????? ????????????: 11.1.0.1, 12.2.0.1, 13.2.3.2, 15.6.0.1 - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - - - - - ?????????? ???? ?????????????? ???????????????????? ?? ????????. - - - - - ???????????????????? ?????????? ???????? - - - - - ???????? ?????????????????????? ???????????? ???????? - - - - - ?????????????????????????? ???????? ?? ?????????????? ???????????????? ?????????????????? ??????????. ?????????????? ?????????????????????? ?????? ???????????? 15.6.0.1 - - - - - - ?????????????????????????????? ?????? - - - - - - - - ?????????????? - - - - - - - - ???????? ?????????????????????? ???????????? ???????????????? - - - - - ?????????????????????????? ???????????????? - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - ???????????????????? ?????????? ?????????????????? - - - - - ???????? ?????????????????????? ???????????? ?????????????????? - - - - - ?????????????? ?? ???????????????? ?????????????????????????? ?????????????????? - - - - - - - - ???????????????????? ?????????? ?????????????? - - - - - ???????? ?????????????????????? ???????????? ?????????????? - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - ?????????? - - - - - - - - ???????? ?????????????????????? ???????????? ?????????? - - - - - ?????????????????????????? ?????????? - - - - - - - - - - ?????????????? ?????????????????? - - - - - - - - ???????????????????? ?????????? ?????????????????? - - - - - ???????? ?????????????????????? ???????????? ?????????????????? - - - - - ?????????????????????????? ?????????????????? - - - - - - - - - - C?????????? ???????????????????? ?????????? (?????? 25). - - - - - - - - - - ?????????? ?????? - - - - - - - - - ?????????????? (?????? ???????????????? ???????????? ????????) - - - - - - - - ???????????????????? ?????????? ?????????????? - - - - - ???????? ?????????????????????? ???????????? ?????????????? - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - ?????????? (?????? ???????????? ???????? ?????????????????????????? ??????????????????) - - - - - - - - ???????????????????? ?????????? ?????????? - - - - - ???????? ?????????????????????? ???????????? ?????????? - - - - - ?????????????????????????? ?????????? ???????????? ???????? - - - - - ?????????????? ?? ?????????? - - - - - - - - ???????????????????? ?????????? ?????????????? - - - - - ???????? ?????????????????????? ???????????? ?????????????? - - - - - ?????????????????????????? ?????????????? - - - - - - - - - - - - - - - - ???????????????????? ???????????? ???????????????? ?? ???????? - - - - - - - - - - - - - ???????? ????????. ?? ?????????? ???? ???????????? ?????????????????????? ???????????? ?????????????????? ???????????? ????????. ImportResult ???????????????? ?????????????????? ?????????????????? ???????????? ???????? (?? GUID ???????????????????? FIASHouseGuid ?????????????? ????????????, UniqueNumber ???????????????? ???????????????????? ?????????? ????????). - - - - - - - - - ??????, ?????????????????????? ???????????? ???? ???????? ???????? - - - - - - - - - - - - - ???????????????????? ?? ?????????? ???????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????? ?????????? - - - - - ?????????????????? ??????????. ?????????????????????? ?????? ??????????, ???? ???????????????????? ???????????????????? - - - - - - - - ?????????????? ?????????? - - - - - ???????????????? - - - - - ???????????????? - - - - - - - ???????????? ???? ?????????????? ?????????????? ?????????????? ???????????????????? ?? ????????. ???????????????? ???????????? 12.2.1.2, 13.2.3.2 - - - - - - - - ?????????????? ???????????????????? ??????????????. ???????? ?????????????? - ???????? ???????????????? ???????????? ???????? - - - - - - - - - - - - - - - ???????????? ???? ?????????????? ?????????????? ???????????????????? ?? ?????????? ????????. ???????????????? ???????????? 12.2.1.2, 13.2.3.2 - - - - - - - - ?????????????? ???????????????????? ??????????????. ???????? ?????????????? - ???????? ???????????????? ???????????? ???????? - - - - - - - - - - - - - - - ???????????? ???? ?????????????? ?????????????? ???????????????????? ?? ?????????????????????????????? ????????. ???????????????? ???????????? 12.2.1.2, 13.2.3.2 - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? ?????? ?? ?????? ?????? - - - - - - - - - - - ?????? ????????????, ?????????????????????? ???????????? ???? ?????????????? ?????????????? ?????????????? ???????????????????? ???? ?????????? ???????? - - - - - - ???????????????? ???????????? - - - - - - - ???????????????? ???????????? ???????? - - - - - ???????????????????? ?????????? ???????? - - - - - ???????????????????? ?????????? ?????????????????? - - - - - ???????????????????? ?????????? ?????????????? - - - - - ???????????????????? ?????????? ?????????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - ?????????????????? ?????????????? ?????????????? ?????????????? ???????????????????? ???? ?????????? ????????. - - - - - ???????????????????????? ?????????????????????????? - - - - - - ?????????????? ???????????????????? ?? ???????? - - - - - ???????????????? ???????????? - - - - - - - - ?????? ????????????, ?????????????????????? ???????????? ???? ?????????????? ?????????????? ???????????????????? ???? ?????????? ?????????? ???????? - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? ?????? ?? ?????? ?????? - - - - - - - ?????????????????? ?????????????? ?????????????? ???????????????????? ?? ?????????? ????????. - - - - - ???????????????????????? ?????????????????????????? - - - - - - ?????????????? ???????????????????? ?? ???????? - - - - - ???????????????? ???????????? - - - - - - - - ???????????? ?????????????? ???????????????????? ?? ???????? - - - - - ???????????????????? ?? ???????????????????????? ???????? - - - - - ?????????????? ???????????????????????????? ???????? ?? ?????????????? ???????????????? ???????????????? ?????? ?????? - - - - - - - ?????????????? ???????????????????? ?? ?????????????? ?????????????????????????????? ???????? ?? ?????????????? ???????????????? ???????????????? ?????? ?????? - - - - - ???????????????????? ?????????? ???????? - - - - - ?????????????????? (?????? 24) - - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????????????????? ?????????????????????? ?????????????????????? - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????? ?????????? - - - - - ?????????????????? ?????????? (????????????????) - - - - - ?????????????? ?????????????????????? ?????????????????? - ?????? ???????? ???????????????? ?????????????????? ?????????????????????????? ?????? ???????????????????? ???????????????????? ?? ?????????? - - - - - ???????????? ?????????????????? - - - - - - - ?????????????? ???????????????????? ?? ???????????????????????? ???????? - - - - - ???????????????????? ?????????????????????????? ???????????? ????????, ?????????????????????? ?????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????????????????????????? ???????????????? ???????????? - - - - - - - - - - - Guid ???????????? ?????????????????????????? ?????????????? (??????????) - - - - - ?????????? ???????? - - - - - - - - - - - ?????????? ?????????????? - - - - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ?????????????? ????????????????: -0 ??? ???? ????????????????????; -1 ??? ????????????????; -2 ??? ??????; -3 ??? ????????????????????????; -4 - ??????????????; -5 - ????????????; -6 - ??????????; -7 - ????????????; -8 - ??????????????????; -9 - ????????????; -10 - ???????????? ???????????????????????????? ??????????????????????????. - - - - - - - - - - - - - - - - - - - - - - ?????????????? ????????????????: -0 ??? ???? ????????????????????; -1 ??? ????????????????; -2 ??? ????????????????????; -3 ??? ??????????. - - - - - - - - - - - - - - - ?????????????? ???????????????????? ?? ?????????? ???????? - - - - - ???????????????????? ?????????????????????????? ???????????? ????????, ?????????????????????? ?????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????????????? ?????????? ???????? - - - - - ???????? ?????????????????????? ???????????? ???????? - - - - - ?????????? ?????? ?????????????????????????? ?????????????????? - - - - - ?????????????????? ?????????? ?????????? ?? ???????????????????? ?????????????? - - - - - - ?????????? (?????? ???????????? ???????? ?????????????????????????? ??????????????????) - - - - - ?????????????? (?????? ???????????????? ???????????? ????????) - - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????? ?????????? - - - - - ?????????????????? ?????????? (????????????????) - - - - - ?????????????? ?????????????????????? ?????????????????? - ?????? ???????? ???????????????? ?????????????????? ?????????????????????????? ?????? ???????????????????? ???????????????????? ?? ?????????? - - - - - ???????????? ?????????????????? - - - - - - - ?????????????? ???????????????????? ?? ?????????????????????????????? ???????? - - - - - ???????????????????? ?????????????????????????? ???????????? ????????, ?????????????????????? ?????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????????????? ?????????? ???????? - - - - - ???????? ?????????????????????? ???????????? ???????? - - - - - ?????????????? - - - - - ?????????? ?????????????????? - - - - - ?????????????? ?????????????????? - - - - - C?????????? ???????????????????? ?????????? (?????? 25). - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????? ?????????? - - - - - ?????????????????? ?????????? (????????????????) - - - - - ?????????????? ?????????????????????? ?????????????????? - ?????? ???????? ???????????????? ?????????????????? ?????????????????????????? ?????? ???????????????????? ???????????????????? ?? ?????????? - - - - - ???????????? ?????????????????? - - - - - - - ?????????????? ???????????????????? ?? ?????????? ?? ?????????? ???????? ?????????????????????????? ?????????????????? - - - - - ?????????????????????????? ?????????? - - - - - ???????????????????? ?????????? ?????????? - - - - - ?????????? ?????????? - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - ?????????????? ?? ???????????????? ?????????????????????????? ?????????????????? - - - - - - - ?????????????? ???????????????????? ?? ???????????????? - - - - - ?????????????????????????? ???????????????? - - - - - ?????????? ???????????????? -(?????????? ???????? ???? ???????????????? ?????? ???????????????????????? ??????????) - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? ???????????????????? ?? ?????????????? ?????????????????? - - - - - ?????????????????????????? ?????????????????? - - - - - ???????????????????? ?????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - ?????????????? ???????????????????? ?? ?????????? ?????????????????? - - - - - ?????????????????????????? ?????????????????? - - - - - ???????????????????? ?????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ?????????????? ?? ???????????????? ?????????????????????????? ?????????????????? - - - - - - - ?????????????? ???????????????????? ?? ?????????????? - - - - - ?????????????????????????? ?????????????? - - - - - ???????????????????? ?????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ???????????? ?????????????? ????????????. ?? ImportResult/CRUDResult/UniqueNumber ???????????????????? ???????????????????? ?????????? ??????????, ?????????????????????? ???? ?? ?????? ?????? - - - - - - - - ???????????????? ???? - - - - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? (?????? ???????????????????? ???????????? ????) - - - - - ?????????????????????????? ?????????????????? ???? (?????????????????? ????????????????????????????????, ?????????????????? ?????????????????????? ??????????, ?????????????????? ???? ?????????????????? ?? ??????) - - - - - - - - - - - - - - - - - - - ???????????????? ???????????????????????? ???????????????????????????? ???? ?? ???????????? ?????????????? - - - - - - - - ?????????????? ?????????????? ???????????? - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????????????????? ???? ?? ?????? ?????? (?????? ???????????????????? ???????????? ????) - - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ?????????????? ???????????? - - - - - - - ?????????????????? ???? - - - - - - - - - - - - - - - - - - - - - - ???????????????? ?????????????? ?????????????????????????? ?? ?????????????????? ?????????????? ???????????????????????? ?????????? ???????????????????????? ?????????????? - - - - - - ?????????????????????????? ?????????????????? ?????????????? ?????????????????????????? ?? ?????????????????? ?????????????? ???????????????????????? ?????????? ???????????????????????? ?????????????? - - - - - - - - ?????????????? ?????? ?? ?????????????????? ?????????????? ???????????????????????? ?????????? ???????????????????????? ?????????????? - - - - - - ?????????????????????????? ?????????????? ?????? ?? ?????????????????? ?????????????? ???????????????????????? ?????????? ???????????????????????? ?????????????? - - - - - - - - - - - - - ?????????? ???????????????? ??????????/???????? ???????????????????????????? ?????????????????????? - - - - - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? (?????? ???????????????????? ???????????? ????) - - - - - - - - - - - ???????????? ???????????????????????????? ?????????? ???? - - - - - - - - ????????????????/???????????????????? ???????????????????????????? ???????????? ???? -AccountGUID - ?????? ???????????????? ???????????????????????????? ???????????? ???? -IndividualServiceGUID - ?????? ???????????????????? ???????????????????????????? ???????????? ???? - - - - - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? (?????? ???????????????????? ???????????? ????) - - - - - - - - - - - - ???????????????? ???????????????????????????? ???????????? - - - - - - - - - - - - - - - - - - - - - ?????????????? ???????????????????????????? ?????????? ???????????????? ?????????? - - - - - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ???????????????????????????? ?????????? ???????????????? ?????????? - - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? (?????? ???????????????????? ???????????? ????) - - - - - ???????????? ?????????????? ?? ?????????????? ????????????? - - - - - - - - - ???????????????? ???????????? ???????????????? ?????????? -(???????????????? ???? ?????? ???????????????????? ???????????? ?? ???? (?? ?????? ?????????? ???????????? ????, ?????????????????? ????)) - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????? ?????????? - - - - - - - - ???????????? ???? ?????? ???????????????????? ?? ?????? ?????? - - - - - ?????????????????? ?????????????????????????? ?? ?????? ?????? ???? (?? ?????? ?????????? ???????????? ????, ?????????????????? ????) - - - - - - ?????????????????????????? ???????????? ???? (?????? ???????????????????? ????????????) - - - - - - ???????????????????? ?????????????????????????? ???? ???? ???????????? ???????????????? ??????????????????. ???????????????????? ???????????????? ?????? ???????????????????? ???????????????? ???? ???? - - - - - ???????????????????? ?????????????????????????? ???? ?????????? ???????????? ???????????????? ?????????????????? - - - - ???????????????? ???????????????????????? ???? - - - - - - - - ?????????????? ???? ?? ?????????????? ?????????????????????? ?? ?????? ?????? ????. ???????????????? ???????????????? ????????????, ???????? ?????? ???????????????? ???? ???????????????????? ?????????????? "?????????? ??????????????(????) ???????????????????????? ?? ?????????????? ???????????????????? ???????????????? ??????????". ???????????????????? ?????????????????? ???????????????????? ?????????????????? ?????????????????? ???? - - - - - - ?????????????????????????? ???????????? ????, ?????????????????????? ?? ?????? ??????, ?? ?????????????? ?????????????????? ???????????????????? ?????????? ???????????????? ???? - - - - - - - - ?????????????????? ???? ?????? ???????????? ???? ???????????? ???? - - - - - - ?????????????? ??????????????????. ???????????? ???? ?????? "?????????????? ?????????????????? ?????????????? ??????????" (???????????????????? ?????????? 21). - - - - - - - - ?????????????????? ???? ?? ?????????????? ???? ???????????? ???? - - - - - - ???????? ?????????????? - - - - - - ???????????? ?? ???????????? ???????????????? ?????????????? - - - - - ???????????? ?? ???????????? ???????????????????? ?????????????? - ?????????????????????? ?????????????? ???????????? ???? ???? ?????????? (?????? 224). - - - - - - ?????????????????? ???? ?????? ?????? ???????????? - - - - ?????????????????? ???? ???? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ?????????????????? ???? ???? (?????????????????????????? ??????????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ???????????? ???? ????. ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ???????????? ?????????????????????? ???? - - - - - - ???????????????? ???? ???????????????????????? (?????????????????????????? ???????????? ???? ?? ?????? ??????) - - - - - - - - - - - - - - - - - - - - - - - - - - ?????????????? ????. ?????????????????? ???????????? 11.1.0.2, 14.8.0.1 - - - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???? - - - - - - ?????????????????? ????, ?????????????????????? ?? ?????????????????????????? ?????? ???? ???????? ???????????????? ?????????????????? ???????????? ?????????????? ?????????????????????? (???????????????? ?????????????????????? ???????????? ?????? ????????) (???????? ?????????????? ???? ????????????????????, ???? ?????????? ?????????????????? ?????? ????????, ?????????????????? ?????????????? ?????????????????????? ?????? ??????????????????) - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????? ?????????????????????? - - - - - - ?????? ?????????????? ?????????? (?????? 27) - - - - - ???????????????????????? ???????????? (?????? 2) - - - - - - ???????? ?????????????????? ???????? - - - - - ???????? ?????????????????? ?????? - - - - - ?????????????????? ???????????????????????????? - - - - - ???????? ?????????? ?? ???????????????????????? ???????? - - - - - ???????? ?????????? ?? ???????????????????????? ?????? - - - - - - - ???????????????? ?? ???????????????? ?????? ?????? ?? ???? ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ???? - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? - - - - - ???????????? ???????????????? -???????????????????? ????????????????: -Active-???????????????? -Archival-???????????????? - - - - - - - - - - - ?????????????????????????? ???????????? ???? - - - - - ?????????? ???????????? - - - - - ???????????? ???????????? - - - - - ???????? ?????????????????????? - - - - - ??????????????????????, ?? ?????????????? ???????????? ?????????? ?????????????????? ???? ?????????? ?????????????????????????? ?????? ???? ???????? ???????????????? ?????????????????? - - - - - - - - - - ?????????? ?????????????? ?????????? ?? ?????? ?????? - - - - - - - - - ???????????? ???????????????? ???? ???? ???????????????? ?????????? ?????? ?????????????????? ?????? - - - - - - - - ?????????? ???? - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ???? ???? ???????????????? ?????????? ?????? ?????????????????? ?????? - - - - - ?????????????????????????? ???? ?? ?????? ?????? - - - - - ?????????????????? (????????????????) ?????????? ???? - - - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????? ?????????????????????? - - - - - ???????? ??????????????????????/???????????????????? ?? ???????????????? ?????? - - - - - - ?????????????????? ???????????????????? ?????????????????? ?? ?????????????????????? ?????????????????????????? ?????? ????, ?????????????????????? ????????????????????????????. ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ???????????????? ?? ???????????????????????? ?????????????? ?? ?????????????????? ???????????????????? ?????????????????? ???? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - - - - ???????????? ???????????????? ?? ???? - - - - - - - - - - - - - - - ???????????????? ???? - - - - - - - - - ???????????? ???????????????????? - - - - - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - - - - - - - - - - - ???????????????? ?????????????????? ?? ???????????? ???? - - - - - - - - ?????????????????????? ???????????? ???? ???????????????? ???????????????? ?????? ?????? ?????? ?????????????????????????? ???????????????????? ???????????????? ???? ?????????????????????? ???????????????? ?? ???????????????? ????????????????/???????????????? ???????????????????? ?? ???????????????? ???????????????????? ?????? - - - - - ?????????????????????? ???????????? - - - - - - - - ???????????????????? - - - - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - - - - - - ?????????????????? - - - - - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - - - - - - ?????????????????????????? - - - - - - - - - - - - - - - ?????????????????? (true) ?????? ?????????????????? (false) ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ????????????. ???????? ?????????????? ???? ??????????????, ?????????????????????? ???????????????? ???????????????????? ?????????????????? "?????????????????? ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ?????? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????? ???????? ???????????? ???? ???????? ??????????????????". ?????????? ???????? ?????????????? ???????????? ???????? ???????? ???????? ???? ???????? ???????????? ???????????????????? ?? ?????????????? "??????????????????". - - - - - - - - - - ?????????????????????? ????, ?? ?????????????????? ???????????????? ???????? ???????????????? ???????????? ???? ?????????????????? ?????????????????????? ???????????????? ?? ???? - - - - - - - - - - - - - - ?????????????????????? ???? - - - - - - - - - - ???????????????????????????? ???? ????????. ???????? ???? ??????????????, ???? ?????????????? ???????????????????????????? ???? ????????, ???????????? ???????? ?????????????????? ???????????????? - ???????? ???????????????????? ?? ????????. - - - - - - - - - - ?????????????????????? ???? - - - - - - - - - ???????????? ???? ?????? "54 ?????????????? ?????????????????????? ??????????????" (???????????????????? ?????????? 54) - - - - - ?????????????????? - - - - - - - - - - - ?????????????????????????? ???? - - - - - - - - - - - - - - - ???????????????????? ???????????????? ?? ?????????????? ?????????? - - - - - - - - - - - - - - ?????????????????????????? ???????????????? ?? ?????????????? ?????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ???????????? ???????????????? ???????????? - - - - - - - - - - - - ???????????????? ???????????? - - - - - - - - ???????????? ????????????????????. ???????? ?????????? ???????????????? ???????????????????? ?????????????? ???????? ?????????????????? ???????????????????????????? ???????????????? ?????????? ???????????????????? ?????????????????? ?????????????????? "5000" - - - - - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ???????????????????????? ???? ???????????????? ???????????????????? - - - - - - - - - - - - - - - ???????????????? ?????????????????? ?? ???????????? ???????????? - - - - - - - - ???????????? ????????????????????. ???????? ?????????? ???????????????? ???????????????????? ?????????????? ???????? ?????????????????? ???????????????????????????? ???????????????? ?????????? ???????????????????? ?????????????????? ?????????????????? "5000" - - - - - - - - ???????????????????? - - - - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ???????????????????????? ???? ???????????????? ???????????????????? - - - - - - - - - - ?????????????????? - - - - - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ???????????????????????? ???? ???????????????? ???????????????????? - - - - - - - - - - ?????????????????????????? - - - - - - - - - - - - - - - - - - - - ?????????????????? ?????????? ???????????????? ?????????? - - - - - - - - - ???????????????????????????? ???? ????????. ???????? ???? ??????????????, ???? ???????? ?????????????????? ???????????????????? ???????????? ???????????? ?? ???????? ?????????? ?????????????????????????? ???? 1 ??????. - - - - - - - - - - ?????????????????????? ???????????????? ???????????? - - - - - - - - ?????????????? ?????????????????????? ???????????????? ???????????? - - - - - - - - - - - - - - - - ?????????????????????????? ???????????? - - - - - - - - - - - - - - ???????????????????? ???????????????? ?? ?????????????? ?????????? - - - - - - - - - - - - - - ?????????????????????????? ???????????????? ?? ?????????????? ?????????? - - - - - - - - - - - - - - - - - - - - - ?????????????? ????/?????????????? - - - - - - - - - - - - - - - - - ???????????????????????????? ???????????????? ?????????????? ???? ?????????????????????? ???????????????? - - - - - - ?????????????????? ???????????? ?? ?????????????????? ?????????????????????? ?? ???????????????? ???????????????????? ???? ???????????????????? ?????? - - - - - ?????????????????? ???????????? ?? ?????????????????? ???????????????????????????????? ???????? - - - - - - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ????/?????????????? - - - - - - - - - ???????????? ????: - Project - ???????????? - ApprovalProcess - ???? ?????????????????????? - Approved - ?????????????????? - Rejected- ???????????????? - Terminated - ????????????????????/???????????? - Reviewed - ???????????????????? - Annul - ???????????????? ???????????????????????? - - - - - - - - - - - - -?????????????????? ??????????????????: - Running - ?????????????????????? - NotRunning - ???? ?????????????????????? - Expired - ?????????? ???????? ???????????????? - - - - - - - - - - - - ?????????????????????? ???????????? - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????? ???????????????????????? ??????????????: - Project - ???????????? - ApprovalProcess - ???? ?????????????????????? - Approved - ?????????????????? - Rejected- ???????????????? - Terminated - ???????????????????? - Reviewed - ???????????????????? - Locked - ???????????????????????? - - - - - - ?????????????? ?????????????????????? ?? ???????????????? ???????????????????? ???? ???????????????????? ?????? - - - - - ?????????????? ???????????????????????????????? ???????? - - - - - - - - ?????????? ???????????? - - - - - - - ?????????????? ?????????????? ?????????????????????? ????/?????????????? - - - - - - - - ?????????????????? ???????????????? ?? ?????????????????????? ???? ?????????????????? ???????? - - - - - ?????????????????? ???????????????? ?? ?????????????????????? ???? ?????????????????? ???????? - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ????/?????????????? - - - - - - - - - ???????????????????????????????? ????/?????????? - - - - - - - - - - ???????????? ????: - Project - ???????????? - ApprovalProcess - ???? ?????????????????????? - Approved - ?????????????????? - Rejected- ???????????????? - Terminated - ????????????????????/???????????? - Reviewed - ???????????????????? - Annul - ???????????????? ???????????????????????? - - - - - ?????????????????????????? ???????????????????? ???????????? ???????????????? - - - - - - - - - - ?????????????????????????? ???????????????????? ???????????? ???????????? ?? ?????? ?????? - - - - - - - -?????????????????? ??????????????????: - Running - ?????????????????????? - NotRunning - ???? ?????????????????????? - Expired - ?????????? ???????? ???????????????? - - - - - - - - - - - - ?????????????????????? ???????????? - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????? ???????????????????????? ??????????????: - Project - ???????????? - ApprovalProcess - ???? ?????????????????????? - Approved - ?????????????????? - Rejected- ???????????????? - Terminated - ???????????????????? - Reviewed - ???????????????????? - Locked - ???????????????????????? - - - - - - ?????????????? ?????????????????????? ?? ???????????????? ???????????????????? ???? ???????????????????? ?????? - - - - - ?????????????? ???????????????????????????????? ???????? - - - - - ?????????????????????????? ???????????????????? ???????????? ?????????????? ???????????????????? ?? ?????? ?????? - - - - - - - - ?????????? ???????????? - - - - - true, ???????? ????/?????????? ?????? ??????????????????????????, false ???????? ???? ?????? - - - - - ???????????????? ?????????????? ?????????????????????? - - - - - - - - - - - - - - ?????????????? ????/??????????????. - -?????????????????? ???????????? ?????????????? ????????????????: 10.0.1.1, 13.0.0.1 ?? 13.1.2.1 - - - - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ????/?????????????? - - - - - ???? - - - - - - - - ???????????????????? ?? ?????????????????????? ???? - - - - - - - - ???????????? ???? ?????? "54 ?????????????? ?????????????????????? ??????????????" (???????????????????? ?????????? 54) - - - - - - - - - - ???????????? ???? ?? ?????? ??????: -Project - ???????????? -ApprovalProcess - ???? ?????????????????????? -Approved - ?????????????????? -Rejected - ???????????????? -Reviewed - ???????????????????? -Terminated - ????????????????????/???????????? -Annul - ???????????????? ???????????????????????? - - - - - - - ???????????? ???????????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????? ???????????????????? ?? ?????? ?????? - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????? ???? ???????????????????? ?????????????? ???????????????????? ???? ???? - - - - - - ?????????????????? - - - - - ???????? ???????????????????? - - - - - - - - ???????????? ?? ?????? ?????? -???????????????????? ????????????????: -Project-???????????? -ApprovalProcess-???? ?????????????????????? -Rejected-???????????????? -Approved-?????????????????? -Locked-???????????????????????? - - - - - - - - - - ???????????????? ?? ?????????????? ?????????? - - - - - - - - - ???????????? ????????????: -(P)laced - ???????????????????? ?????????????????? -(A)nnulled - ???????????????????? ???????????????????????? - - - - - - - - - - - - - - - - - - - - - - ?????????? - - - - - - - - ???????????????????? ?? ?????????????????????? ???????????????? ???????????? - - - - - - - - ?????????????? ?????????????????????? ???????????????? ???????????? - - - - - - - - - - - - - - - ???????????? ???????????? ?? ?????? ??????: - Project - ???????????? - Reviewed - ???????????????????? - ApprovalProcess - ???? ?????????????????????? - Approved - ?????????????????? - Terminated - ????????????????????/???????????? - Rejected - ???????????????? - Annul - ?????????????????????? - - - - - - - - ???????????? ???????????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????? ???????????????????? ?? ?????? ?????? - - - - - ?????????????????? - - - - - ???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 1) - - - - - - - - ?????????????????? - - - - - - - - - - ???????????????? ???? ???????????????????? ?????????????? ???????????????????? ???? ???????????? - - - - - - ?????????????????? - - - - - ???????? ???????????????????? - - - - - - - - ???????????? ?? ?????? ?????? -???????????????????? ????????????????: -Project-???????????? -ApprovalProcess-???? ?????????????????????? -Rejected-???????????????? -Approved-?????????????????? -Locked-???????????????????????? - - - - - ???????????????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ???????????????????????? ???? ???????????????? ???????????????????? - - - - - - - - - - ???????????????? ?? ?????????????? ?????????? - - - - - - - - - ???????????? ????????????: -(P)laced - ???????????????????? ?????????????????? -(A)nnulment - ???????????????????? ???????????????????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ?????????????????????????? ???? ?? ?????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????? ???????????????????? ???? - - - - - ?????????????????? ?????? ???????????????? ???????????? ?????????????? ???????????? ????/????????????. ???????? ?????????????? ???? ????????????, ???????????????? ???????????????? ?????? ???????????? ?????????????????? - - - - - - - - ???????????? ???????????? (?????????????? ???? ?????????????????????? ?????????? ???????????????????? ) - - - - - - - - - - - - - ?????????????????????????? ???????????? ???????????? ?? ?????? ?????? - - - - - - - ????????????????\?????????????????? ???????????? - - - - - - - - ???????????? ???????????????? ?????????? ???? ???????????????? ?? ???????????????????????????? ?? ?????????????????????? ?????????? ???????????? ?????????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - ???????????? ?????????????? - - - - - ?????????????????? ?????????????? - - - - - - ???????? - - - - - - - - - - - - - - - - - - ?????????????????????????? ???????? - - - - - - - - - ???????????????????? ???????????????? ?? ???????????????? ?????????? - - - - - - - - ?????????????????????????? ???????????? ???????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ?? ???????????????? ?????????? ?? ?????? ?????? - - - - - - ???????????? - - - - - - - - - - - ?????????????????? ???? ???????????? - - - - - ???????????? ?????????????????????????? (-)/?????????????????? (+) ???? ???????????? - - - - - ???????????????? ???? ???????????? - - - - - - - - ?????????????????????????? ???????????????? ?? ???????????????? ?????????? - - - - - - - - - ?????????????????????????? ???????????? ???????????????? ?? ???????????????? ?????????? ?? ?????? ?????? - - - - - - - - - - ???????????????? ???????????????? ?? ???????????????? ?????????? - - - - - - - ?????????????????????????? ???????????? ???????????????? ?? ???????????????? ?????????? ?? ?????? ?????? - - - - - - - - - - - - - - - - - - ?????????????? ???????????? - - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? - - - - - ???????? ???????????? ???????????????? ???????????????? - - - - - ???????? ?????????????????? ???????????????? ???????????????? - - - - - - - ???????????????? ?????????????????????????? ???????????? (???? ???????????????? ???? ???????????? ?? ????????????) - - - - - ?????????????????????????? ???????????? ???????????? - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ???????????? - - - - - ?????? - - - - - - - - - ?????????????????? ???????????????? - - - - - - ?????????? ???????????? - - - - - ???????????? ???????????? - - - - - ???????????? ???????????????? ?????????? ???? ???????????????? ?? ???????????????????????????? ?? ?????????????????????? ?????????? ???????????? ?????????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - ???????????? ?????????????? - - - - - ?????????????????? ?????????????? - - - - - - ???????? - - - - - - - - - - - - - ???????????????? ?? ???????????????? ?????????? ?? ?????????????????????????? ???? ?????????? ?????????? - - - - - - ?????????????????????????? ???????????? ???????????????? ?? ???????????????? ?????????? ?? ?????? ?????? - - - - - ???????????? - - - - - - - - - - - ?????????????????? ???? ???????????? - - - - - - - - - - - ???????????? ?????????????????????????? (-)/?????????????????? (+) ???? ???????????? - - - - - - - - - - - ???????????????? ???? ???????????? - - - - - - - - - - - - - - ?????????????? ???????????????? ???? ?????????????????????????? ????????????? - - - - - - - - - - - - ???????????? ???????????????? ???????????????????????????????? - - - - - - - - ?????????????? ???????????????????????????????? - - - - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? ???????????????????? ?????????????? ?????????????????????????? ?????????????????? ???????????? ???????????????? - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - - ????????????????/?????????????????? - - - - ???????????????? ???????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????????????????? ?????????????? ?? ???????????? ???????????????? - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? - - - - - - - ???????????? ???? ???????????????????????? ?????????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ?????? - - - - - - - - - - - - - - - - - - - ???????????????? ???????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ?? ???????????????????????????????????? ???????? ???????????? - - - - - - - - ???????????? ???? ?????? ?? ???????????? - - - - - - - ???????????? ???? ?????? ?? ???????????????????? ?????????????????????? - - - - - - - ???????????????? ???????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ?? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - - - - ?????????????????????? - - - - - - - - ???????????? ???? ?????? "54 ?????????????? ?????????????????????? ????????????????" (???????????????????? ?????????? 54) - - - - - - - - - - ?????????????????????? - - - - - - ???????? ?????????????????? ?????????????????????? - - - - - - - - ?????????????????????????? - - - - - - - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ?????????????????? ???????????????????????????? ???????????????? ?? ???????????? ?????????????? - - - - - - - - ???????????? ?????????????? ???????????????? ???????????????????????????????? - - - - - - - - ?????????????? ???????????????????????????????? - - - - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? ???????????????????? ?????????????? ?????????????????????????? ?????????????????? ???????????? ???????????????? - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - - ????????????????/?????????????????? ?????????????? ???????????????? ???????????????????????????????? - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? - - - - - - - ???????????? ???? ???????????????????????? ?????????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????????????????? ?????????????? ?? ???????????? ???????????????? - - - - - - - - - ???????????????? ?????????????? ???????????????? ????????????????????????????????. ?? ?????????????????????? ?????????????????? ???????????????????????????????? ?????????????????? ?????????????????? ???????????? ???????????????? ?? ?????????????? "????????????" - - - - - ???????????????????? ?????????????? ???????????????? ???????????????????????????????? - - - - - - - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ?????????????????? ???????????????????????????? ???????????????? ?? ???????????? ?????????????? - - - - - - - - ???????????? ???? ?????????????? ?????????????????? ????????????????????????????????. - -?????????????????? ???????????? ?????????????? ????????????????: 11.11.0.2 ?? 13.1.1.1 - - - - - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - ???????????????? ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? ?????? ?????????????????? ???????????????? ?????????????????? 1000 ?????????????????? ?????? ?????????????????? ???????????????? ???? ?????????????????????? - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? "??" - - - - - ???????? ???????????????????? "????" - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????? ???????????????? - - - - - - ?????????????? ???????????????? -???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - - - ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 239) - - - - - - - - - - - - - - - ???????????? ???????????????? ?????????????????? ?????????? ?? ?????????????? ???????????????????????????????? - - - - - - - - - ???????????????????? ?????????????? ?????????????????????????? ?????????????????? ???????????? ???????????????? - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? - - - - - - - ????????????????????/?????????????????? ???????????????????? ???? ?????? - - - - - - - - ???????????????????????? ???????????? ?? ???????????????????????? ????????????, ???????????????????????? ?? ???????????? ?????????????????? ?????????? - - - - - - - - ?????? ?????????????? ???????????????????????????? (?????????????????????? ?????? ???????????????????????? ???????????????? "???????????????? ??????????????" ?? "?????????????? ????????") - - - - - - ????????????????/???????????????? - - - - - - - - - - - ????????????????????????????????/???????????????????????????????????? - - - - - - - - - - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ?????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????". ?????????? ???????? ????????????, ???????????? ???????? ???????????????????? ???????????????? ???????????????????????? ???????????????? ?????????????? ?? ?????????????? ???????????????? ?????????????????? ?????????? ?? ?? ?????????? ???????????????????????? ?? ???????????? ?????????????????? ?????????? ???????????????????????? ?????????? ???????????? "???????????????? ??????????????????????????" ??/?????? "?????????????? ??????????????????????????" - - - - - ???????????????????? ???????????????? (???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ?????????????????????? ?????? ????????????????????, ???????? ???????????????????? ???????????????? ?????????????? ?? ?????????????? ?????? ?????? ???????? ???? ?? ???? "?????????????? ??????????????????????????" ?? "???????????????? ????????" ?????????????????????? ???????????????????? ????????????????????, ???????????????????????? ?????? ???? "?????????????? ????????" ?? ?????????????????????? ?????????????????????? ???????????????? ???????????????????????? ???????????????? ?????? ???????? ???? ?? ???? "?????????????? ??????????????????????????" ?? "???????????????? ??????????????" ???????????????????? ?? ?????????????????????? ???????????????? ???? ?????????????????????? ???????????? ?? ?????? ????????????, ???????? ?????? ???????????????? (???????? ???????????????????? ?????????????? ?? ?????????????? ????????????????) ?????? ?????? ?? ???????????????? (???????? ???????????????????? ?????????????? ?? ?????????????? ??????) ?????????? ?????????????? ???????? ???? ?? ???? "?????????????? ??????????????????????????" ?? "???????????????? ????????" - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????? ????????????????. ???????????? ???? ?????? "???????????????????? ???????????????? ???????????????????????? ????????????????" (???????????????????? ?????????? 276) - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????? ???????????????????? ???????????????? ?????????????????????????? ?????????????? (???? ???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ?????????? ???????? ?????????????? ????????????, ???????? ???????????????????? ???????????????? ?????????????? ?? ?????????????? ?????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????????? ???????????????????? - - - - - - - ?????????????????????????? ???????????????? ???????????????????? ???????????????? - - - - ?????????? - - - - - ???????????????? - - - - ???????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - ???????????????? ?????????????????????????? - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????????????????? ?? ?????????????????????????? ??????????????. ???????????????? ?????? ????????????????????, ???????? ?? ???????????? ?????? ???????? ???? ?????? ?????????????????????? ???????????? "???????????????? ??????????????". - - - - - - ?????????????????????? ?????????????????? ?????????????? - - - - - ?????????????????????? ?????????????????????????? ?? ???????????????? ???????????????????????? - - - - - - - - - - - ?????????????????????? ?????????????????????????? ?? ???????????????? ???????????????????????? - - - - - - - - - - - - - - ???????????????? ?????????? ?? ?????????? ???????????? ???? ??????. ?????????? ???????? ?????????????????? ???????????? ???????? ???????????????? ?????????? ?? ?????????? ???????????? ?????????????? ?? ?????????????? ?????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????? ?????????? - - - - - ?????????????? ??????????????????. -?????????????????????? ?????? ???236 "?????????? ???????? ???????????????????????? ????????????, ?????????????????????????????? ?????????????? ?? ???????????? ?????????????????? ???????????? ????????????" - - - - - ?????????? ???????????? - - - - - - - - - - - - - ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. ??????????????????????, ???????? ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? ?? ?????????????? ?????? - - - - - - - - - - - ???????????????????? ???????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ???? ???????????????????? ???????????????????????? ?????????????????????????????????? ??????????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?? tns:CountingResource ??????????????"??????" . ?? ?????????????????? ?????????????? ???? ??????????????????????. - - - - - ???????????????????? ?? ?????????????????????? ???????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ?????????????????????????? ???????????????????????????????????? ???????? ???????????? - - - - - - - - ???????????????????? ?? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ?????????????????????????? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - - - - - - - ???????????????? ???????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????????????????? ?????????????? ?? ???????????? ?????? - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? - - - - - - - ???????????? ???? ???????????????????????? ?????????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ?? ???????????????????????????????????? ???????? ???????????? - - - - - - - - - ???????????????? ?????? ???? ???????????????? ???????????????????????????????? - - - - - - - - - - - - - - ???????????????? ???????????????????????? ?????????????????????????? ???????????????????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????????????????????????? ?????????????? ?????????????????? ?????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ???????????? ?????????????? - - - - - - - ???????????????? ???????????????????????? ?????????????????? ???????????????????????????? ???????????????? ?? ???????????? ?????????????? - - - - - - - - ???????????? ???? ?????????????? ???????????????? ?????????????????? ?????????? ???? ???????????????? ????????????????????????????????. - -?????????????????? ???????????? ?????????????? ????????????????: 11.6.0.1 ?? 13.1.1.1 - - - - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? ?????? ?????????????????? ???????????????? ?????????????????? 1000 ?????? ?????? ?????????????????? ???????????????? ???? ?????????????????????? - - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - - - - - - - ???????????? ???? ?????????????? ???????????????????????? ?????????????? ???????????????????? ?? ???????????????? ????????????????????????????????. - -?????????????????? ???????????? ?????????????? ????????????????: 11.14.0.1 ?? 13.1.1.1 - - - - - - - - - ???????????????? ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? ?????? ?????????????????? ???????????????? ?????????????????? ???????????????? ?? ????????????????????. ?????? ?????????????????? ???????????????? ???? ?????????????????????? - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? ?????? ?????????????????? ???????????????? ?????????????????? ???????????????? ?? ?????? ???????????? ???????????????? ?? ??????????????????????????????, ?????????????????? ?? NextPageContractRootGUID. ?????? ?????????????????? ???????????????? ???? ?????????????????????? - - - - - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? "??" - - - - - ???????? ???????????????????? "????" - - - - - ?????????????? ???????????????? - - - - - - ?????????????? ???????????????? -???????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - - - ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 239) - - - - - - - - - - - - - ??????????????????????, ?????????????????????? ?????????????? - - - - - - - - - - - - ?????????????????? ???????????????? ?????????????????? ???????????????????????????????? - - - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????????????? ???????????????? - - - - - - ???? ?????????????? ?? ???????? - - - - - ?????????????????????? - - - - - ?????????? ???????? ???????????????? - - - - - - - - ?????????? ???????????? ???????????????? - - - - - - - - ???????????? ???????????? ???????????????? - - - - - - ???????????????? - - - - - ???????????????????? - - - - - ???????????? - - - - - ???????????????????? ???????????????????????? - - - - - - - - ???????????????????? ?? ?????????????????????? - - - - - - - - ???????????? ???? ?????? "54 ?????????????? ?????????????????????? ????????????????" (???????????????????? ?????????? 54) - - - - - - - - - - ?????????????????????????? - - - - - - - - - ?????????????? ???????????????????????????????? - - - - - - ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? (?????????????????????? ??????????) ??/?????? ???? ???????????????? ?? ?????????????????? ?????????????? ?????????????????? ?? ?????????????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????? ???????????????????????????????? ?? ???????????????????? ?? ???????????????? - - - - - - - - ?????????????? ???????????????? ?????????????????? ??/?????? ?????????????????????? ?????????????????????? ???? ???????????????? ???????????????? (?? ?????????????????????? ??????????) ??/?????? ???????????????? ?? ?????????????????? ?????????????? ?????????????????? ?? ?????????????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????? ???????????????????????????????? ?? ???????????????????? ?? ???????????????? - - - - - - - - - - ?????????????? ???????????????? ???? ???????????????????????????? ???????? - - - - - - ?????????????????????????? ???????????????????????????? ?????????????? ???? ???????? ?????? ?????? ?????????????????????? ???????? ?????????????????? ????????????????. - - - - - ???????? ?????????????????? ????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?????????????? ???????????????? ?? AutomaticRollOverOneYear - - - - - - - ???????????? ???????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ??????????. ???????????????????? ?????? ????????????????????, ???????? ?? ???????? VolumeDepends = true ?????? ???????? ???????? MeteringDeviceInformation = ??true?? - - - - - - ???????????? ?????????????? - - - - - - ???????? ???????????? - - - - - - - - - - - ???????????????????? ???????????? - - - - - - - - ?????????? ?????????????? - - - - - - ???????? ??????????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - ?????????????????? ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ????????????. -???????????????????? ???????????????? ???????????? ????????: ?? ???????????????????? ?????????????????????? ?????????????????????? ?????????????????? ???????????????????? ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ?????? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????? ???????? ?????????????? ?????? ?? ???????????????????? ?????????????????????? ?????????????????????? ?????????????????? ???????????????????? ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ?????? ?????????? (????????????????????) ???????????????? ?????????? ???????????? ?? ??????????, ?????????????????????????? ?? ????????????????, ?????? ?? ?????????? ???????? ????????????, ???????? ?? ???????????????? ???????????????????? ?????????????? ???????????????????? ???????????????? ?????????????????? ???????????????? ?????????? ?? ?????????? ???????? ?????????????? ?? ???????????????? Period - - - - - -???????????? ???? ?????? "?????????????????? ???????????????????? ????????????????" (???????????????????? ?????????? 58). - - - - - ???????????? ?????????????? ???????????????? - - - - ?????????????? ???????????? - - - - - ?????????????????????? ?????? ???????????????????????? ???????????? (????????????????) ?????????????????? ?? ?????? - - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - - - - ?????????????????????? ?????? ???????????????????????? ???????????? ???????? (????????????????????????) - - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - - - - ?????????????????????? ?????????????????????? - - - - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????????????????????? ???????? - - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - - - - ?????????????????????? ?????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - - - - - ?????????????? ?? ???????????????? ?????????????????? ???????????? ?? ???????????? ???????????? ???????????????? ???????????????? - - - - - ?????? ?????????????? ?????????????????? ???????????? ?? ???????????? ????????????: -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. ?????????????????????? ?????? ?????????????? ?? ???????????????? ?????????????????? ???????????? ?? ???????????? ???????????????? ????????????????. - - - - - - - - - - - ?????????????? ???????????????? - - - - - - - - - - - - - - ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. ??????????????????????, ???????? ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? ?? ?????????????? ???????????????? - - - - - - - - - - - ???????????????????? ???????????????? ???????????????????????? ???????????????? ?? ?????????????????????????? ???????????? ??????????????: -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ???????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????". ?????????? ???????? ????????????, ???????????? ???????? ???????????????????? ???????????????? ???????????????????????? ???????????????? ?????????????? ?? ?????????????? ???????????????? ?? ?????????????? ???????????????? ???????????????? ???????????????????????? ???????????? "???????????????? ??????????????????????????" ??/?????? "?????????????? ??????????????????????????" - - - - - ???????????? ???? ?????????????? ?????????????????? ??????????. ?????? ?????????????? ???????????????? ???????????? ???????? ???????????????? ?????? ?????????????? ???????? ?????????? ?????????????? ?????????????????? ?????????? - - - - - - - - - ???????????????????????? ???????????? ?? ???????????????????????? ????????????, ???????????????????????? ?? ???????????? ?????????????????? ?????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????? ???????????? ???????????????? ?????????????? - - - - - ???????? ?????????????????? ???????????????? ??????????????. ???????????????? ????????????????????????, ???????? ?????????????? ???????????????? ?? AutomaticRollOverOneYear - - - - - ?????? ?????????????? ???????????????????????????? (?????????????????????? ?????? ???????????????????????? ???????????????? "???????????????? ??????????????" ?? "?????????????? ????????") - - - - - - ????????????????/???????????????? - - - - - - - - - - - ????????????????????????????????/???????????????????????????????????? - - - - - - - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ?????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????". ?????????? ???????? ????????????, ???????????? ???????? ???????????????????? ???????????????? ???????????????????????? ???????????????? ?????????????? ?? ?????????????? ???????????????? ?????????????????? ?????????? ?? ?? ?????????? ???????????????????????? ?? ???????????? ?????????????????? ?????????? ???????????????????????? ?????????? ???????????? "???????????????? ??????????????????????????" ??/?????? "?????????????? ??????????????????????????" - - - - - ???????????????? ?????????? ?? ?????????? ???????????? ???? ??????. ?????????? ???????? ?????????????????? ???????????? ???????? ???????????????? ?????????? ?? ?????????? ???????????? ?????????????? ?? ?????????????? ?????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????? ?????????? - - - - - ?????????????? ??????????????????. -?????????????????????? ?????? ???236 "?????????? ???????? ???????????????????????? ????????????, ?????????????????????????????? ?????????????? ?? ???????????? ?????????????????? ???????????? ????????????" - - - - - ?????????? ???????????? - - - - - - - - - - - - - ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. ??????????????????????, ???????? ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? ?? ?????????????? ?????? - - - - - - - - - - - ???????????????????? ???????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ???? ???????????????????? ???????????????????????? ?????????????????????????????????? ??????????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?? tns:CountingResource ??????????????"??????" . ?? ?????????????????? ?????????????? ???? ??????????????????????. - - - - - - - - - - - - - - ???????????????????? ???????????????? (???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ???????? ???????????????????? ?????????????????????? ?? ?????????????? ????????????????, ???? ???????????? ???? ?????? ???? ??????????????????????. ???????? ???????????????????? ?????????????????????? ?? ?????????????? ??????, ???? ???????????? ???? ?????? ??????????????????????. - - - - - - ???????????? ???? ??????, ?????????????????????? ??????????????????????, ???????? ???????????????????? ???????????????? ?????????????? ?? ?????????????? ?????? - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????? ????????????????. ???????????? ???? ?????? "???????????????????? ???????????????? ???????????????????????? ????????????????" (???????????????????? ?????????? 276) - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????? ???????????????????? ???????????????? ?????????????????????????? ?????????????? (???? ???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ???????? ???????????????????? ?????????????????????? ?? ?????????????? ????????????????, ???? ???????????? ???? ?????? ???? ??????????????????????. ???????? ???????????????????? ?????????????????????? ?? ?????????????? ??????, ???? ???????????? ???? ?????? ??????????????????????. - - - - - - ???????????? ???? ??????, ?????????????????????? ??????????????????????, ???????? ???????????????????? ???????????????? ?????????????? ?? ?????????????? ?????? - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????????? ???????????????????? - - - - - - - ?????????????????????????? ???????????????? ???????????????????? ???????????????? - - - - ?????????? - - - - - ???????????????? - - - - ???????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - ???????????????? ?????????????????????????? - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????????????????? ?? ?????????????????????????? ??????????????. ???????? ???????????????????? ???????????????? ?????????????????????? ?? ?????????????? ????????????????, ???? ???????????? ???? ?????? ?? ???????????? ???????????????? ???? ?????????????????????? ?? ?????????????? ?????????? ?????????????????????? ???????????? ???????? ???????????????? ???????????????? ???????? ???? ?????? ?????????????????????? ???????????? "???????????????? ??????????????". ???????? ???????????????????? ???????????????? ?????????????????????? ?? ?????????????? ??????, ???? ???????????? ???? ?????? ?????????????????????? ?? ?????????????? ?????????????????????? ???????????? ???????? ?? ???????????? ?????? ?????????????????????? ???????????? "???????????????? ??????????????". - - - - - - ???????????? ???? ??????, ?????????????????????? ??????????????????????, ???????? ???????????????????? ???????????????? ?????????????? ?? ?????????????? ?????? - - - - - ?????????????????????? ?????????????????? ?????????????? - - - - - ?????????????????????? ?????????????????????????? ?? ???????????????? ???????????????????????? - - - - - - - - - - - ?????????????????????? ?????????????????????????? ?? ???????????????? ???????????????????????? - - - - - - - - - - - - - - ???????????????????? ?? ???????????? ???????????? - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ????????????????????, ???? ??????????????. ???????????????? ????????????????????????, ???????? ???????????? ?????????????? ???????????????? ???????????????????? ???? "?????????????????????? ??????????????????????" ?????? ???????? ?????????????????? ???????? tns:MeteringDeviceInformation ???? ??????????????????????, ???????? OneTimePayment = true - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????? ??????????, ???? ??????????????. ???????????????? ????????????????????????, ???????? ???????????? ?????????????? ???????????????? ???????????????????? ???? "?????????????????????? ??????????????????????" ?? ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ?????????? ?? ?? ???????? OneTimePayment = false. ???? ??????????????????????, ???????? OneTimePayment = true - - - - - - ???????? ???????????????? ?????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ????????????????, ???? ??????????????. ???????????????? ????????????????????????, ???????? ???????????? ???????????????? ???????????????? ???????????????? ???????????????????????? ????????????????????????, ?????????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????????????????? = ?????????? ?? ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ??????????. - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ???????????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - - ???????????????????? ???????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ???? ???????????????????? ???????????????????????? ?????????????????????????????????? ??????????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?? tns:CountingResource ??????????????"??????" . ?? ?????????????????? ?????????????? ???? ??????????????????????. - - - - - ?????????? ???????????????? ??????????????(????) ???????????????????????? ???? ?????????????????? ?????????????? ??????????. ???????? ???? ??????????????????????, ???????? ???????????? ?????????????? ???????????????? = ?????????????????????? ?????????????????????? ?????? ?? ???????? OneTimePayment = true - - - - - ???????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ?????? ???????????????? ?????????????????? ???????????????? ?????? ?????????????????? ?????????????? ???????????? ?????? ????????????????????????. ???????????????? ?????? ????????????????????, ???????????? ???????? ???????????? ?????????????? ???????????????? ?????????????? ???? ?????????????????????? ??????????????????????. - - - - - ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. -??????????????????????, ???????? ???????????? ???????????????? ???????????????? ???????????????? ?????????????????????? ???????????????????????? ?????????? - - - - - - - - - - - ???????????????????? ?? ?????????????????????? ???????????? - - - - - - - ???????????? ???? ?????? - - - - - ?????????? ?????????????????????? ?????? ???????? ?????? ???????????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ?????????????????????????? ???????????????????????????????????? ???????? ???????????? - - - - - - - - ???????????????????? ?? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - - ???????????? ???? ?????? - - - - - ???????????????? ?????????????????????? ?????? ???????? ?????? ???????????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ?????????????????????????? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - - - - - - - - - ???????????????????????????? ?????????????? ???????????????????????????????? - - - - - - ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? (?????????????????????? ??????????) ??/?????? ???? ???????????????? ?? ?????????????????? ?????????????? ?????????????????? ?? ?????????????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????? ???????????????????????????????? ?? ???????????????????? ?? ???????????????? - - - - - - - - ?????????????? ???????????????? ?????????????????? ??/?????? ?????????????????????? ?????????????????????? ???? ???????????????? ???????????????? (?? ?????????????????????? ??????????) ??/?????? ???????????????? ?? ?????????????????? ?????????????? ?????????????????? ?? ?????????????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????? ???????????????????????????????? ?? ???????????????????? ?? ???????????????? - - - - - - - - - - ?????????????? ???????????????? ???? ???????????????????????????? ???????? - - - - - - ?????????????????????????? ???????????????????????????? ?????????????? ???? ???????? ?????? ?????? ?????????????????????? ???????? ?????????????????? ????????????????. - - - - - ???????? ?????????????????? ???????????????? - - - - - - - ?????????? ???????????????? ??????????????(????) ???????????????????????? ???? ?????????????????? ?????????????? ??????????. - - - - - ???????????? ???????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ??????????. - - - - - - ???????????? ?????????????? - - - - - - ???????? ???????????? - - - - - ???????????????????? ???????????? - - - - - - - - ?????????? ?????????????? - - - - - - ???????? ??????????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - ???????????????????? ???????????? - - - - - - - - - - - ?????????????????? ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ???????????? - - - - - -???????????? ???? ?????? "?????????????????? ???????????????????? ????????????????" (???????????????????? ?????????? 58). - - - - - ???????????? ?????????????? ???????????????? - - - - ?????????????? ???????????? - - - - - ?????????????????????? ?????? ???????????????????????? ???????????? (????????????????) ?????????????????? ?? ?????? - - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - - - - ?????????????????????? ?????? ???????????????????????? ???????????? ???????? (????????????????????????) - - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - - - - ?????????????????????? ?????????????????????? - - - - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????????????????????? ???????? - - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - - - - ?????????????????????? ?????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - - - - - ?????????????? ?? ???????????????? ?????????????????? ???????????? ?? ???????????? ???????????? ???????????????? ???????????????? - - - - - ?????? ?????????????? ?????????????????? ???????????? ?? ???????????? ????????????: -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. - - - - - - - - - - - ?????????????? ???????????????? - - - - - - ?????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - - - ???????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 239) - - - - - - - - - - ???????? ???????????? ???????????????? ?????????????? - - - - - ???????? ?????????????????? ???????????????? ?????????????? - - - - - - - - - ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. - - - - - - - - - - - ???????????????????? ???????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ???? ???????????????????? ???????????????????????? ?????????????????????????????????? ??????????????????????. - - - - - ???????????????????? ???????????????? ???????????????????????? ???????????????? ?? ?????????????????????????? ???????????? ??????????????: -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ???????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????" - - - - - ???????????????????? ???????????????? (???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ???????????????????? ??????????????????????, ???????? ???????????????????? ?????????????? ?? ?????????????? ????????????????. - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????? ????????????????. ???????????? ???? ?????? "???????????????????? ???????????????? ???????????????????????? ????????????????" (???????????????????? ?????????? 276) - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - ?????????? - - - - - - ???????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - ???????????????? ?????????????????????????? - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????? ???????????????????? ???????????????? ?????????????????????????? ?????????????? (???? ???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ???????????????????? ??????????????????????, ???????? ???????????????????? ?????????????? ?? ?????????????? ????????????????. - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????????? ???????????????????? - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????????????? ?????????? ?? ?????????? ???????????? ???? ??????. ???????????????????? ??????????????????????, ???????? ???????????????? ?????????? ?? ?????????? ???????????? ?????????????? ?? ?????????????? ????????????????. - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????? ?????????? - - - - - ?????????????? ??????????????????. -?????????????????????? ?????? ???236 "?????????? ???????? ???????????????????????? ????????????, ?????????????????????????????? ?????????????? ?? ???????????? ?????????????????? ???????????? ????????????" - - - - - ?????????? ???????????? - - - - - - - - ???????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ?????? ???????????????? ?????????????????? ???????????????? ?????? ?????????????????? ?????????????? ???????????? ?????? ????????????????????????. - - - - - ???????????????????? ?? ???????????? ???????????? - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ????????????????????, ???? ??????????????. - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????? ??????????, ???? ??????????????. - - - - - - ???????? ???????????????? ?????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ????????????????, ???? ??????????????. - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ???????????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - - - - ?????????????? ???????????????? ?????????????????? ?????????? ???? ???????????????? ???????????????????????????????? - - - - - - - ???????????????????? ?? ???? ?? ???? ???? ?????? - - - - - - - - ?????? ?????????????? ???????????????????????????? (?????????????????????? ?????? ???????????????????????? ???????????????? "???????????????? ??????????????" ?? "?????????????? ????????") - - - - - - ????????????????/???????????????? - - - - - - - - - - - ????????????????????????????????/???????????????????????????????????? - - - - - - - - - - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ?????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????" - - - - - ???????????????????? ???????????????? (???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????????? ?? ???? ?? ???? ???? ?????? - - - - - ???????????????????? ????????????????. ???????????? ???? ?????? "???????????????????? ???????????????? ???????????????????????? ????????????????" (???????????????????? ?????????? 276) - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????? ???????????????????? ???????????????? ?????????????????????????? ?????????????? (???? ???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????????? ?? ???? ?? ???? ???? ?????? - - - - - ???????????????????????? ???????????????????? - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????????????? ?????????? ?? ?????????? ???????????? ???? ??????. - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????????? ?? ???? ?? ???? ???? ?????? - - - - - ???????????????? ?????????? - - - - - ?????????????? ??????????????????. -?????????????????????? ?????? ???236 "?????????? ???????? ???????????????????????? ????????????, ?????????????????????????????? ?????????????? ?? ???????????? ?????????????????? ???????????? ????????????" - - - - - ?????????? ???????????? - - - - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????? ???????????? ???????????????? - - - - - - - - ???????????? ???????????? ???????????????? - - - - - - ???????????????? - - - - - ???????????????????? - - - - - ???????????? - - - - - ???????????????????? ???????????????????????? - - - - - - - - ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. ??????????????????????, ???????? ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? ?? ?????????????? ?????? - - - - - - - - - - - ???????????????????? ???????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ???? ???????????????????? ???????????????????????? ?????????????????????????????????? ??????????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?? tns:CountingResource ??????????????"??????" . ?? ?????????????????? ?????????????? ???? ??????????????????????. - - - - - - - - - ?????????????? ???????????????????????????????? (????????????) - - - - - - ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? (?????????????????????? ??????????) ??/?????? ???? ???????????????? ?? ?????????????????? ?????????????? ?????????????????? ?? ?????????????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????? ???????????????????????????????? ?? ???????????????????? ?? ???????????????? - - - - - - - - ?????????????? ???????????????? ?????????????????? ??/?????? ?????????????????????? ?????????????????????? ???? ???????????????? ???????????????? (?? ?????????????????????? ??????????) ??/?????? ???????????????? ?? ?????????????????? ?????????????? ?????????????????? ?? ?????????????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????? ???????????????????????????????? ?? ???????????????????? ?? ???????????????? - - - - - - - - - - ?????????????? ???????????????? ???? ???????????????????????????? ???????? - - - - - - ?????????????????????????? ???????????????????????????? ?????????????? ???? ???????? ?????? ?????? ?????????????????????? ???????? ?????????????????? ????????????????. - - - - - ???????? ?????????????????? ????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?????????????? ???????????????? ?? AutomaticRollOverOneYear - - - - - - - ???????????? ???????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ??????????. ?????????? ???????? ???????????? ????????????, ???????? ???????? VolumeDepends = true -??????- ???????? MeteringDeviceInformation = ??true?? - - - - - - ???????????? ?????????????? - - - - - - ???????? ???????????? - - - - - - - - - - - ???????????????????? ???????????? - - - - - - - - ?????????? ?????????????? - - - - - - ???????? ??????????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - ?????????????????? ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ????????????. -???????????????????? ???????????????? ???????????? ????????: ?? ???????????????????? ?????????????????????? ?????????????????????? ?????????????????? ???????????????????? ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ?????? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????? ???????? ?????????????? ?????? ?? ???????????????????? ?????????????????????? ?????????????????????? ?????????????????? ???????????????????? ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ?????? ?????????? (????????????????????) ???????????????? ?????????? ???????????? ?? ??????????, ?????????????????????????? ?? ????????????????, ?????? ?? ?????????? ???????? ????????????, ???????? ?? ???????????????? ???????????????????? ?????????????? ???????????????????? ???????????????? ?????????????????? ???????????????? ?????????? ?? ?????????? ???????? ?????????????? ?? ???????????????? Period - - - - - -???????????? ???? ?????? "?????????????????? ???????????????????? ????????????????" (???????????????????? ?????????? 58). - - - - - ???????????? ?????????????? ???????????????? - - - - ?????????????? ???????????? - - - - - ?????????????????????? ?????? ???????????????????????? ???????????? (????????????????) ?????????????????? ?? ?????? - - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - - - - ?????????????????????? ?????? ???????????????????????? ???????????? ???????? (????????????????????????) - - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - - - - ?????????????????????? ?????????????????????? - - - - - - - - - - ?????????????????????? ?????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????????????????????? ???????? - - - - - - ???? ?????????????????? ???????????????????????? ?????? ???????????????????????? - - - - - ?????????????????????? (?????????????????????? ???????? ?????? ???????????????????????????? ??????????????????????????????) - - - - - ???????????????????? ???????? - - - - - - - - - ?????????????? ?? ???????????????? ?????????????????? ???????????? ?? ???????????? ???????????? ???????????????? ???????????????? - - - - - ?????? ?????????????? ?????????????????? ???????????? ?? ???????????? ????????????: -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. ?????????????????????? ?????? ?????????????? ?? ???????????????? ?????????????????? ???????????? ?? ???????????? ???????????????? ????????????????. - - - - - - - - - - - ?????????????? ???????????????? - - - - - - - - - - - - - - ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. -??????????????????????, ???????? ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? ?? ?????????????? ???????????????? - - - - - - - - - - - ???????????????????? ???????????????? ???????????????????????? ???????????????? ?? ?????????????????????????? ???????????? ??????????????: -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ???????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????". ?????????? ???????? ????????????, ???????????? ???????? ???????????????????? ???????????????? ???????????????????????? ???????????????? ?????????????? ?? ?????????????? ???????????????? ?? ?????????????? ???????????????? ???????????????? ???????????????????????? ???????????? "???????????????? ??????????????????????????" ??/?????? "?????????????? ??????????????????????????" - - - - - ???????????????????? ???????????????? (???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). ?????????????????????? ?????? ????????????????????, ???????? ???????????????????? ???????????????? ?????????????????????? ?? ?????????????? ????????????????. ?????? ???????? ???? ?? ???? "?????????????? ??????????????????????????" ?? "???????????????? ????????" ?????????????????????? ???????????????????? ????????????????????, ???????????????????????? ?????? ???? "?????????????? ????????" ?? ?????????????????????? ?????????????????????? ???????????????? ???????????????????????? ???????????????? ?????? ???????? ???? ?? ???? "?????????????? ??????????????????????????" ?? "???????????????? ??????????????" ???????????????????? ?? ?????????????????????? ???????????????? ???? ?????????????????????? ???????????? ?? ?????? ????????????, ???????? ?????? ???????????????? (???????? ???????????????????? ?????????????? ?? ?????????????? ????????????????) ?????? ?????? ?? ???????????????? (???????? ???????????????????? ?????????????? ?? ?????????????? ??????) ?????????? ?????????????? ???????? ???? ?? ???? "?????????????? ??????????????????????????" ?? "???????????????? ????????" - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????? ????????????????. ???????????? ???? ?????? "???????????????????? ???????????????? ???????????????????????? ????????????????" (???????????????????? ?????????? 276) - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????? ???????????????????? ???????????????? ?????????????????????????? ?????????????? (???? ???????????????????????? ?? ?????????????????????? ?????????????????????? ????????????????). - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ???????????????????????? ???????????????????? - - - - - - - ?????????????????????????? ???????????????? ???????????????????? ???????????????? - - - - ?????????? - - - - - ???????????????? - - - - ???????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - ???????????????? ?????????????????????????? - - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ???????????????????? ?? ?????????????????????????? ??????????????. ???????????????? ?????? ???????????????????? ????????????, ???????? ?? ???????????????? ???????????????? ???????? ???? ?????? ?????????????????????? ???????????? "???????????????? ??????????????". - - - - - - ?????????????????????? ?????????????????? ?????????????? - - - - - ?????????????????????? ?????????????????????????? ?? ???????????????? ???????????????????????? - - - - - - - - - - - ?????????????????????? ?????????????????????????? ?? ???????????????? ???????????????????????? - - - - - - - - - - - - - - ???????????????????? ?? ???????????? ???????????? - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ????????????????????, ???? ??????????????. ???????????????? ????????????????????????, ???????? ???????????? ?????????????? ???????????????? ???????????????????? ???? "?????????????????????? ??????????????????????" ?????? ???????? ?????????????????? ???????? tns:MeteringDeviceInformation ???? ??????????????????????, ???????? OneTimePayment = true - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????? ??????????, ???? ??????????????. ???????????????? ????????????????????????, ???????? ???????????? ?????????????? ???????????????? ???????????????????? ???? "?????????????????????? ??????????????????????" ?? ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ?????????? ?? ?? ???????? OneTimePayment = false. ???? ??????????????????????, ???????? OneTimePayment = true - - - - - - ???????? ???????????????? ?????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ????????????????, ???? ??????????????. ???????????????? ????????????????????????, ???????? ???????????? ???????????????? ???????????????? ???????????????? ???????????????????????? ????????????????????????, ?????????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????????????????? = ?????????? ?? ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ??????????. - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ???????????????? (??????????), ???? ??????????????. ???????? ?????????? ?????????????? ???????????????? "?????????????????? ???????? ????????????", ???? ???????? ?????????????????????? ?????????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - - ???????????????????? ???????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ???? ???????????????????? ???????????????????????? ?????????????????????????????????? ??????????????????????. ?????????????????????? ?????? ????????????????????, ???????? ?? tns:CountingResource ??????????????"??????" . ?? ?????????????????? ?????????????? ???? ??????????????????????. - - - - - ?????????? ???????????????? ??????????????(????) ???????????????????????? ???? ?????????????????? ?????????????? ??????????. ???????? ???? ??????????????????????, ???????? ???????????? ?????????????? ???????????????? = ?????????????????????? ?????????????????????? ?????? ?? ???????? OneTimePayment = true. - - - - - ???????????? ?????????????????????????????? ?????????? ???????????????????????????? ?????????????????????? ?????? ???????????????? ?????????????????? ???????????????? ?????? ?????????????????? ?????????????? ???????????? ?????? ????????????????????????. ???????????????? ?????? ????????????????????, ???????????? ???????? ???????????? ?????????????? ???????????????? ?????????????? ???? ?????????????????????? ??????????????????????. - - - - - ?????????????? ???????????????????? ???????????????????? ?? ?????????????????????? ???? ???????????????????????? ???????????? ?????????????? -D - ?? ?????????????? ????????????????. -O - ?? ?????????????? ???????????????? ?????????????????? ??????????. -??????????????????????, ???????? ???????????? ???????????????? ???????????????? ???????????????? ?????????????????????? ???????????????????????? ?????????? - - - - - - - - - - - ???????????? ?? ?????????????? ??/?????? ???????????????????? ?????????????????????? ???????????????????????? ??????????, ?????????????????????? ?????? ???????? ???????????????? ?????????????????? ?????????? ???????????????? ?? ???????????????? ????. ?????????????????????? ?????? ?????????????? ???????? ???? ???????????? ???????????? ???????????? / ?????????????????? ?? ???????????????? ???? - - - - - - ?????????????? ????, ?? ?????????????? ?????????????????????? ???????????? ??/?????? ?????????????????? ?????????????????????? ???? (?? ???????????????????? ???????????? ???????????? ???????? ???????????????????????????? ?????????????? ?????? ?? ???????? ???????????????? ????) - - - - - ???????????????????? ?? ?????????????????????? ???????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ?????????????????????????? ???????????????????????????????????? ???????? ???????????? - - - - - - - - ???????????????????? ?? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - ???????????? ???? ???????? ???? ???????????????????????? ???????????? ?? ?????????????? ???? ???????????????? ???????????????? - - - - - ?????????????????????????? ?????????????????? ?????????????????????? ???????????????????????? ???????????? - - - - - - - - - - ???????????????? ???????????????????????? ???????? ???? ?????????????????????????????? ?????????????? ?? ???????????????????????????????????? ???????? ???????????? ?? ???????????? ???????????? ???????????????? ???? - - - - - - - - ???????????????? ???????????????????????? ???????? ???? ?????????????????????????? ?????????????? ?? ?????????????????? ?????????????????????? ?? ???????????? ???????????? ???????????????? ???? - - - - - - - - - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ?????????? ???????????? ???????????????? - - - - - - - - ???????????? ???????????? ???????????????? - - - - - - ???????????????? - - - - - ???????????????????? - - - - - ???????????? - - - - - ???????????????????? ???????????????????????? - - - - - - - - ?????????????????? ???????????????? - - - - - - ???? ?????????????? ?? ???????? - - - - - ?????????????????????? - - - - - ?????????? ???????? ???????????????? - - - - - - - - - ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - - - - ?????????????? ???????????????? ?????????????????? ??/?????? ?????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ?????????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - - - - - - ???????????? ?????????????? ???????????????? (??????) - - - - - - - - - - ???????????? ?????????????? ???????????????? - - - - - - ?????????????????????? ?????????????????????? - - - - - - - - - - ?????????????? ???????????? - - - - - ?????????????? ???????????????? ?? ???????????????????????????? - - - - - - - - - ?????????????? ???????????????? - - - - - - ?????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - - - ???????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 239) - - - - - - - - - - ???????? ???????????? ???????????????? ?????????????? - - - - - ???????? ?????????????????? ???????????????? ?????????????? - - - - - - - - - ???????????????????????? ???????? ?????????????? ????????????????????????: -R(SO)- ??????. -P(roprietor)-?????????????????????? ???????????????????????? ??????????. - - - - - - - - - - - ???????????????????? ?? ???????????? ???????????? - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ????????????????????, ???? ??????????????. - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? (??????????), ???? ??????????????. ???????? ???????????? "?????????????????? ???????? ????????????", ???? ?? ???????? ?????????????????????? ???????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????? ??????????, ???? ??????????????. - - - - - - ???????? ???????????????? ?????????? (??????????), ???? ??????????????. ???????? ???????????? "?????????????????? ???????? ????????????", ???? ?? ???????? ?????????????????????? ???????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ????????????????, ???? ??????????????. - - - - - - ???????? ???????????????????????????? ???????????????????? ?? ?????????????????????? ???????????????? (??????????), ???? ??????????????. ???????? ???????????? "?????????????????? ???????? ????????????", ???? ?? ???????? ?????????????????????? ???????????????? "-1". - - - - - - - - - - - - ?????? ??????????: -C (urrrent) - ???????????????? ???????????????????? ????????????. -N (ext) - ???????????????????? ???????????? ???? ??????????????????. - - - - - - - - - - - - - - - ???????????? ?????????? ?????????????? ?????????????????? ???? ????. - - - - - - ???????????? ?????????????? - - - - - - ???????? ???????????? - - - - - - - - - - ???????????????????? ???????????? - - - - - - - - ?????????? ?????????????? - - - - - - ???????? ??????????????????. ???????? "?????????????????? ???????? ????????????", ???? ?? ???????? ?????????????????????? ???????????????? "-1". - - - - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ???????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????". ?????????? ???????? ????????????, ???????????? ???????? ???????????????????? ???????????????? ???????????????????????? ???????????????? ?????????????? ?? ?????????????? ???????????????? ?? ?????????????? ???????????????? ???????????????? ???????????????????????? ???????????? "???????????????? ??????????????????????????" ??/?????? "?????????????? ??????????????????????????" - - - - - ???????????????????? ?? ?????????????????????? - - - - - - - - ???????????? ???? ?????? "54 ?????????????? ?????????????????????? ????????????????" (???????????????????? ?????????? 54) - - - - - - - - - - ???????????????????? ???? ?????????????????????????? - - - - - ???????????? ?????????????????? ?????????? ?? ???????????????? ???????????????????????????????? - - - - - - - ?????????????? ???????????????? - - - - - ?????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - - - ???????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 239) - - - - - - - - - - ???????? ???????????? ???????????????? ?????????????? - - - - - ???????? ?????????????????? ???????????????? ??????????????. ???? ??????????????????????, ???????? ??????????????, ?????? ?????????????? ???????????????? ???? ???????????????????????????? ???????? (IndefiniteTerm = true) - - - - - ???????????????? ?????????? ?? ?????????? ???????????? ???? ?????? - - - - - - ???????????????? ?????????? - - - - - ?????????????? ??????????????????. -?????????????????????? ?????? ???236 "?????????? ???????? ???????????????????????? ????????????, ?????????????????????????????? ?????????????? ?? ???????????? ?????????????????? ???????????? ????????????" - - - - - ?????????? ???????????? - - - - - - - - - - - - - - - ?????????????? ???????????????? ?????????????????? ?????????? ???? ???????????????? ???????????????????????????????? - - - - - ?????? ????????: MKD - ?????????????????????????????? ?????? ZHD - ?????????? ?????? ZHDBlockZastroyki - ?????????? ?????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? (??????????????????) / ?????????? ?????????? - - - - - ?????????? ?????????????? - - - - - ?????????????????????????? ?????????????????? - - - - - ?????????????????????????? ?????????? ???????????? ???????? - - - - - ?????????????????????????? ?????????????? - - - - - ???????????????????? ?? ???? ?? ???? ???? ?????? - - - - - - - - - - - - - - ?????????????? "???????????????????? ?????????????????????????? ?????????? ?????????????? ?????????????????? ?????????? ?? ???????????????????????????????? ?????????????? ??????????????????????????" - - - - - - - ???????????? ?????????????? ?????? ???????????????????????????? ??????????????. ???????????????? ???????????? 11.6.0.2, 13.2.2.0 - - - - - - - - - - - - - ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - - - ????????????????, ???????????????????????????? ?????????????? - - - - - - - ???????? - - - - - - - - - - - ????????. ?????????????????????? ???? ?????????????????????? ???364 "???????? ?????????????????? ??????????????????" - - - - - - ?????????????? ???????????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - - - - - - ???????????????? - - - - ?????? ???????? (?? ??????????????????) - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????????????? ?????????????????? ?? ?????? - - - - - - ?????????????????????????? ?????????????????? ?????????????????????????? - - - - - - ?????????????? ???????? - - - - - - ?????????? ?????????????????????????? - - - - - - - - - - - - ???????????????? ?????????????? ?? ???????????? ???????????? ?????????????????? ?????????????????????? - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - - ???????????????? ???????????????? ???? ???????????????? ???????????? ???????????????????????? ?????????? - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - - - - - - ?????????????????????????? ??????????????????????-?????????????????? ???????????????????????? ?????????? - - - - - ?????????????????????????? ??????????????????????-???????????? ???????????????????????????????? ?????????????? - - - - - - ???????????? ???????????????????????? - - - - ???? ???????????????????? - - - - - - ?? ???????????? "??" - - - - - ?? ???????????? "????" - - - - - - - ?????????????????? ?????????????? - - - - - ?????????????????? ?????????????? ?????????????????? - - - - - ?????????????? "?????? ???????????????????? ?? ?????????????????? ????????????????????" - - - - - ???????????????????? ?????? ??????????????, ?????????????????????? ?? ?????????????????? ???????????????????? - - - - - - ??????????????, ?????? ?????????? ?????????????? ???? ?????????? 500 ???????????????? - - - - - ?????????????? ?????????????????????? ???????????????????? ?????????????????? ?? ?????????? - - - - - ???????????? ?????? ???????????????? ???? ???????????????????? ?????????????????????????? ?????????????? ???? ???????????????????????? web-???????????????? - - - - - - - - - - - - - - - - - ?????????????????? ?????????????? ?????????????????? - - - - - ???????????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - ?????????????? ???????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - ???????????? ?????????????????? ?????? (???????????????? ???????????? ???????????????? ??????????????????????????) - - - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????? ?? ?????? ?????? - - - - - - - ???????????????? ?????? - - - - - - - - ???????????????????? ???????????????? - - - - - - - - - - - - - - - - - - ???????????????????? ???????????????? ?????? - - - - - ???????????????? ?????????????????? ?????????????????? - - - - - ?????????????? ???????????????? ?????? - - - - - ???????????????????????? ?????????????????????? ?? ?????? ?????????????????? ???????????????????? - - - - - - - - - - - - - - - - ???????????? ???????????? ??????????????????????, ???????????????????????? ?? ???????????????????????????? ??????????????, ???????????????? ???? ?????? ?????? - - - - - - - - - - ?????????????????????????? ?????????????????? ?? ???????????????????? ???????????? ???????????????? ?? ?????? ?????? - - - - - - ???????????????????? ?????????? ??????????????????????, ???????????????????????? ?? ???????????????????????????? ??????????????, ???????????????? ???? ?????? ?????? - - - - - - - - - - - - - - - ?????????????? ???????????????????? ?????? - - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????? ???????????? ?????????????????? ?????? -???????????????????? ????????????????: --Created-???????????? --Posted-???????????????? --Edited-???? ?????????????????? --Annuled-?????????????????????? --PostedFromAnotherSystem-???????????????? ???? ?????????????????????? ?? ???????????? ?????????????? - - - - - - - - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? - - - - - ???????????????? ?????????????????????????? ?????????????????? ?????????????????????? - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ???????????????????? ?????? - - - - - - - ???????????? ?????????????????? ?????? -???????????????????? ????????????????: --Created-???????????? --Posted-???????????????? --Edited-???? ?????????????????? --Annuled-?????????????????????? --PostedFromAnotherSystem-???????????????? ???? ?????????????????????? ?? ???????????? ?????????????? - - - - - - - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? - - - - - ???????????????? ?????????????????????????? ?????????????????? ?????????????????????? - - - - - ???????????? ???????????? ?????????????????? ?????? -???????????????????? ????????????????: --Created-???????????? --Posted-???????????????? --Edited-???? ?????????????????? --Annuled-?????????????????????? --PostedFromAnotherSystem-???????????????? ???? ?????????????????????? ?? ???????????? ?????????????? - - - - - - - - - - - - - - ?????????? ???????????? ?????????????????? - - - - - ???????? ?? ?????????? ???????????????????? ?????????????????? ???????????? ?????????????????? - - - - - ???????? ?? ?????????? ???????????????????? ???????????? ?????????????????? - - - - - - - - - ???????????? ?????????????????? ?? ?????????????????????? ?????? - - - - - - - - - - ?????????????????????????? ?????????????????? ?? ???????????????????? ?????? ?? ?????? ?????? - - - - - - - ???????????????????? ?????? ???????????????? ?????????????????? ?? ???????????????????? ?????? - - - - - ???????????????? ?????????????????????? ???? ?????????????? ???????????????????? 50% ?????????????? - -???????????????? ???????????????? ???????????? ?????? ?????????????????????? ?? ?????????? "?????????????? ?????????????????????? ?? ???????????????????????????? ??????????????" - - - - - ???????????????????????? ?????????????????????? ?? ?????? ?????????????????? ???????????????????? - - - - - - - - - - - - - - - - ?????????????? ?????????????????? ?? ???????????????????? ?????? - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????????? ?????????????????????????? ?????????????????? ?? ???????????????????? ?????????????????????? - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ?????????????????? ?? ???????????????????? ?????? - - - - - - - ?????????????????????????? ?????????????????? ?? ???????????????????? ?????????????????????? - - - - - ???????????? ?????????????????? ?? ???????????????????? ?????? -???????????????????? ????????????????: -- Posted - ?????????????????? -- Goes - ?????????????????????? ???????? -- Finished - ?????????????????????? ?????????????????? -- MeetingCancelled - ???????????????? ???? ???????????????????? -- Cancelled - ?????????????????????? - - - - - ???????? ?? ?????????? ???????????????????? ???????????? ?????????????????? - - - - - ???????? ?? ?????????? ???????????????????? ?????????????????? ???????????? ?????????????????? - - - - - - - - - ???????????? ?????????????? ???????????????????????? ???? ???????????????? ?????????????????????? - - - - - - - - ?????????????? ???????????????????????? ???? ???????????????? ?????????????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????? ?? ?????? ?????? - - - - - ?????????????????????????? ?????????????????? ?? ???????????????????? ?????? ?? ?????? ?????? - - - - - - ???????????????? ?????????????????????????? ?????????????? ???????????????????????? ???? ???????????????? ?????????????????????? - - - - - - ????????????????/?????????????????? ?????????????? - - - - - ???????????????????????? ?????????????? - - - - - - - - - - - - - - - - - - - - - - - ?????????????? ?????????????? ?????????????????????????? ???? ???????????????? ?????????????????????? -???????????????? ???????????? 13.0.0.2 ?? 13.1.8.1 - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? - - - - - ???????????????? ?????????????????????????? ?????????????????? ?????????????????????? - - - - - ???????????????? ?????????????????????????? ?????????????? ???????????????????????? ???? ???????????????? ?????????????????????? - - - - - ?????????????????????????? ?????????????????? ?? ???????????????????? ?????? - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ?????????????? ???????????????????????? ???? ?????????????? ?????????????????????? - - - - - ???????????????? ?????????????????????????? ?????????????? ???????????????????????? ???? ???????????????? ?????????????????????? - - - - - - ???????????????????????????? ???????????????? ?? ?????????????????????????? - - - - - - ???????????? ???????????????? - - - - - ?????????????????????? ?????????? ?????????????? ???????????????????????? - - - - - ?????????????? ???????????????????????? - - - - - - - ???????????? ???????????????????? ?????????????? ?????????????????????????? - - - - - - - - ???????????????????? ???????????? ?????????????????????????? - - - - - - - - - - ???????????????????? ???????????????????? ?????????? ???????????????????????? - - - - - - ???????????????? ?????????????????????????? ?????????????????? ?? ???????????????????? ???????????? ???????????????? ?????????????????????????? - - - - - ???????????????????? ?????????? ???????????????????????? - - - - - - - - ???????????? ?????????????????? ?? ?????????? ?????????????????????? ???????????????????? ?????????? ???????????????????????? - - - - - - ???????????????? ?????????????????????????? ?????????????????????? ???????????? ???????????????????????? ?? ?????? ?????? - - - - - ???????????????????? ?????????? ???????????????????????? - - - - - - - - ???????????????????????? ???????????????????? ?????????? ???????????????????????? - - - - - - ???????????????? ?????????????????????????? ?????????????????????? ???????????? ???????????????????????? ?? ?????? ?????? - - - - - - - - - - - - - - - - - - - - - - ?????????????? ???????????????????? ?????????????? ?????????????????????????? - - - - - - - - ???????????????? ???????????????????????????? ?????????????????? ?? ???????????????????? ???????????? ????????????????, ???????????????????? ???????????? ???? ?????????????? ???????????? ???????? ???????????????????????????? - - - - - ???????????????? ???????????????????????????? ?????????????? ?????????????????????????? - - - - - - - - - - - ???????????? ???? ?????????????? ?????????????? ???????????????????? ?? ???????????????? ?????????? - - - - - - - - ?????????? ???? - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - ?????????????????????????? ???????????????? ?????????????????????? ???????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ?????????????????????? ???????????? ?? ?????? ?????? - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? "??" - - - - - ???????? ???????????????????? "????" - - - - - ??????: -(D)WELLING_APARTMENT - ?????????????? ?????????????????????? ?????????? ???????????? ?????????????????? -STATE_(M)UNICIPAL_FUND - ?????????????? ?????????? ???????????? ?????????????????? ???????????????????????????????? ?????? ???????????????????????????? ?????????????????? ?????????? -(S)OCIAL_FUND - ?????????????? ?????????? ???????????? ?????????????????? ?????????????????? ?????????? ?????????????????????? ?????????????????????????? - - - - - - - - - - - - - - - - - - - - - - - - - ?????????? ???? ???????????? ???????????????? ?????????????? ???????????????????? ?? ???????????????? ?????????? - - - - - ?????????????????????????? ???????????????? ?????????????????????? ???????????? ?? ?????? ?????? - - - - - ?????????????????????????? ???????????? ???????????????? ?????????????????????? ???????????? ?? ?????? ?????? - - - - - ?????????????????? ????????????????. ?????????????????????? ?????? ???????????????? ?? ?????????????? "??????????????????" - - - - - - ???? ?????????????? ?? ???????? - - - - - ?????????????????????? - - - - - ?????????? ???????? ???????????????? - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????????????????? ?? ?????????????????????? - - - - - - - - ???????????? ???? ?????? "54 ?????????????? ?????????????????????? ????????????????" (???????????????????? ?????????? 54) - - - - - - - - - - ?????????????????????????? - - - - - ??????: -(D)WELLING_APARTMENT - ?????????????? ?????????????????????? ?????????? ???????????? ?????????????????? -STATE_(M)UNICIPAL_FUND - ?????????????? ?????????? ???????????? ?????????????????? ???????????????????????????????? ?????? ???????????????????????????? ?????????????????? ?????????? -(S)OCIAL_FUND - ?????????????? ?????????? ???????????? ?????????????????? ?????????????????? ?????????? ?????????????????????? ?????????????????????????? - - - - - - - - - - - - - - ???????????? ???? ?????????????? ?????????????????? ?????????? - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? (??????????????????) - - - - - ?????????? ?????????????? (?????????????????????? ?? ???????????? ???????????????? ?????????????????????????? ??????????????????) - - - - - - - - ?????????????????????????? ???????????????????????????????????? ?????????????????????? ?????????????????????? ?????????????? (???????????? ?????????????? ????????????????) - - - - - - - ?????? ?????????????? ???????????????????? ???? ?? ?????? ?????? - - - - - - - ???????????????? ???????????? - - - - - - - - - ?????? ?????????????? ???????????????????? ???????????? ?? ?????? ?????? - - - - - - - ???????????????? ???????????? - - - - - - - - - ?????????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - - - - - - - ?????????????????????? ?????????? ???? ?????????????? ?????????????? ?????????????????? ?????????? ?????? ???? - - - - - ?????????????????????? ?????????? ???? ?????????????? ?????????????? ?????????????????? ?????????? ?????? ?????? - - - - - ?????????????????????? ?????????? ???? ?????????????? ?????????????? ?????????????????? ?????????? ?????? ?????? - - - - - ?????????????????????? ?????? ???????????????? importContract ???????????????? ???????????????????? ???? ?? ?????? ?????? - - - - - ?????????????????????? ?????? ???????????????? importCharter ???????????????? ???????????????????? ???????????? ?? ?????? ?????? - - - - - ?????????????????????? ?????? ???????????????? importMeteringDevice - - - - - - ?????????????????????????? ???? - - - - - - - - ?????????????????????? ?????? ???????????????? importAccount - - - - - - - - - - - ?????????????????????? ?????? ???????????????? importSuppleResourceContractObjectAddress - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - - ?????????????????????? ?????? ???????????????? importSuppleResourceContract - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - ???????????????? ?????????????????????????? ???????????????? ???????????????????????????????? (???? ???????????????? ???? ???????????? ?? ????????????) - - - - - - - - ?????????????????????? ?????? ???????????????? importSupplyResourceContractProject - - - - - - ?????????????????????????? ???????????? ???????????????? ???????????????????????????????? ?? ?????? ?????? - - - - - - - - - - - - - - - - - - ???????????? ???? ?????????????? ?????????????? ?????????????? ???????????????????? ?? ???????? - - - - - - ?????????????????? ???????????? ???????? ???? ????????????????. - - - - - - - - ???????????? ???? ?????????????? ?????????????? ?????????????? ???????????????????? ?? ???????? - - - - - - ?????????????? ???????????????????? ?? ?????? - - - - - - - - ???????????? ???? ?????????????? ?????????????? ?????????????? ???????????????????? ?? ???????? - - - - - - ?????????????????? ???????????? ???????? ???? ????????????????. - - - - - - - - - - - - - - - - - - ?????????????? ???????????????????????????????? - - - - - - ?????????????????? ???????????????? ???????????????? - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?????? ???????????????? ?????????????????? 1000 ?????????????????? - - - - - - - - - ???????????? ?????????????????? ?????????? ?? ???????????????? ???????????????????????????????? - - - - - - ???????????? ?????????????????? ?????????? ?? ???????????????? ???????????????????????????????? - - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? ?????? ?????????????????? ???????????????? ?????????????????? 1000 ?????? - - - - - ?????????????????? ???????????????? ???????????????? - - - - - - - - - ?????????????????? ???????????????? ???????????????????????? ?????????????? ???????????????????? ?? ???????????????? ???????????????????????????????? - - - - - - - - - ?????????????????????????? ???????????????? ???????????????????????????????? ?????? ???????????????? ?????????????????? ???????????????? ?????????????????? - - - - - ?????????????????????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? ?????? ???????????????? ?????????????????? ???????????????? ?????? - - - - - - ?????????????????? ???????????????? ???????????????? - - - - - - - - - - ???????????? ?????????????????????? ????/?????????????? - - - - - - ?????????????? ???????????????????????? ???? ???????????????? ?????????????????????? - - - - - ???????????????????? ???????????? ?????????????????????????? - - - - - ???? ?????? ?????????????????? ???????????????????????????? ???????????? ?????????????????? - - - - - - - - - - - ???????????????? ???? ?????? ?????? ???? ?? ?????? - - - - - ?????????????????????? ?????????? ?????????????? ????????????????????????. ?????? ???????????????? ???????????????????????????? ???????????????? ?? ?????? ?? ???????? (?????????? ?? ?????? ?? ???????? ?????????????????????? ???? ???????????????????????? ????????????). ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ???????????????????? ?? ??????/????????, ?????????? ???????????????? ?? ?????????????????? ?????? ??????. ?????????????? ?? ???????????????? ?????????????????? ???? ?????????????????????????? ?????????? ?? ??????/???????? ???? ?????????? ????????????????. - - - - - ???????????????????? ???? ?????????????? ???????????????????????? ???? ???????????????????? ???? ?????????????????? ?? ?????? ??????. ?????? ???????????????? ?? ?????? ?????? ???? ?????????????????????? ???????????????????? ???? ?? ?????????????????????? ????????????, ???? ?? ?????? ????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ?????? ?????? ????????, ?????????????????????? ??????????????. ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ???????????????????? ?? ??????, ?????????? ???????????????? ?? ?????????????????? ?????? ??????. - - - - - - ?? ?????????????? ?????????????????????? ?????????????????????? ??????????. ?????? ???????????????? ?? ?????? ?????? ?????????????????????? ???????????????????? ???? ???????????????????? ???????????????????????? ????????????, ???????????????? ?? ?????? ?? ???????? ???? ??????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ??????, ?????????????????????? ?????????????? ???? ?????? ?? ????????. ?????? ?????????????????? ??????????????, ???????????????????????? ???????????? ?? ????????, ?????????????? ???? ??????????????????????. - - - - - - ???????????????? ??????????. ?????? ???????????????? ?? ?????? ?????? ???????????????????????????? ???????????????? ?? ???????? (?????????? ?? ???????? ?????????????????????? ???? ?????????????????? ????????????). - - - - - ?????????????????????????????? ???????????? ?????????? ?????? ??????????????????????/?????????????????????? ????????. ?????? ???????????????? ?? ?????? ?????? ???????????????????????????? ???????????????? ?? ???????? (?????????? ?? ???????? ???? ?????????????????????????????? ???????????? ???????? ?????? ??????????????????????/?????????????????????? ????????). - - - - - - - - - ???????????????? ???? ?????? ?????? ?????? - - - - - ?????????????????????? ?????????? ?????????????? ????????????????????????. ?????? ???????????????? ???????????????????????????? ???????????????? ?? ?????? ?? ???????? (?????????? ?? ?????? ?? ???????? ?????????????????????? ???? ???????????????????????? ????????????). ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ???????????????????? ?? ??????/????????, ?????????? ???????????????? ?? ?????????????????? ?????? ??????. ?????????????? ?? ???????????????? ?????????????????? ???? ?????????????????????????? ?????????? ?? ??????/???????? ???? ?????????? ????????????????. - - - - - ???????????????????? ???? ?????????????? ???????????????????????? ???? ???????????????????? ???? ?????????????????? ?? ?????? ??????. ?????? ???????????????? ?? ?????? ?????? ???? ?????????????????????? ???????????????????? ???? ?? ?????????????????????? ????????????, ???? ?? ?????? ????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ?????? ?????? ????????, ?????????????????????? ??????????????. ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ???????????????????? ?? ??????, ?????????? ???????????????? ?? ?????????????????? ?????? ??????. - - - - - ?????????????? ???????????????????? ?? ??????, ???????????????????????????? ??????, ???????????????? ?? ?????????????????????? ???????????? ?? ???????????? ????????????, ?????????????????????? ???????????????????? ?????????? ?? ??????/????????. ?????? ???????????????? ?? ?????? ?????? ???? ?????????????????????? ???????????????????? ???? ?? ?????????????????????? ????????????, ???? ?? ?????? ????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ?????? ?????? ????????, ???????????? ???? ????????????????????????. - - - - - - ?? ?????????????? ?????????????????????? ?????????????????????? ??????????. ?????? ???????????????? ?? ?????? ?????? ?????????????????????? ???????????????????? ???? ???????????????????? ???????????????????????? ????????????, ???????????????? ?? ?????? ?? ???????? ???? ??????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ??????, ?????????????????????? ?????????????? ???? ?????? ?? ????????. ?????? ?????????????????? ??????????????, ???????????????????????? ???????????? ?? ????????, ?????????????? ???? ??????????????????????. - - - - - - ???????????????? ??????????. ?????? ???????????????? ?? ?????? ?????? ???????????????????????????? ???????????????? ?? ???????? (?????????? ?? ???????? ?????????????????????? ???? ?????????????????? ????????????). - - - - - ?????????????????????????????? ???????????? ?????????? ?????? ??????????????????????/?????????????????????? ????????. ?????? ???????????????? ?? ?????? ?????? ???????????????????????????? ???????????????? ?? ???????? (?????????? ?? ???????? ???? ?????????????????????????????? ???????????? ???????? ?????? ??????????????????????/?????????????????????? ????????). - - - - - - - - - ???????????????? ???? ?????? ?? ???????? ?????? ???????????????? - - - - - ???????????? ?? ?????? ?????? ???????????????? ?? ??????. - - - - - ???????????? ?? ?????? ?????? ???? ???????????????? ?? ?????? (?? ?????????????? ?????????????????????? ?????????????????????? ?????????? ?????? ???????????????????? ???? ???????????????????? ???? ?????????????? ???? ?????????????????? ?? ?????? ??????). ???????????? ?????????? ???????? ???????????????? ?? ????????. - - - - - ???? ????????????????????????, ???????????????? ?????? ??????????????????????????. - - - - - - - - - - - - - - - - - - - - - - - - - - ?????? ??????????: -(R)ight - ?????????? -(E)ncumbrance - ??????????????????????/?????????????????????? ?????????? - - - - - - - - - - - ?????????? ?????????????????????????????? ?????????????????????? - - - - - - - - - - ???????? ?????????????????????????????? ?????????????????????? - - - - - - - - - - - - ???????????? ?????????? ?????????????? ?? ??????: -(C)reated - ?????????? ?? ?????? ?????????????????????? -(D)roped - ?????????? ?????????????????? -(N)o relationship - ?????????? ?? ?????? ???? ?????????????????????????????? - - - - - - - - - - - - - - ???????????????????????????????? ???????????????? ??????, ???????????????? ?????? ?????? ?????????? ???????????????????????? ?????????? ?? ?????? - - - - - ???????????????????????????????? ???????????????? ????, ???????????????? ?????? ?????? ?????????? ???????????????????????? ?????????? ?? ?????? - - - - - ???????????????????????????????? ???????????????? ???????????????? ??????????????????, ???????????????? ?????? ?????? ?????????? ???????????????????????? ?????????? ?? ?????? - - - - - ???????????????????????????????? ???????????????? ???????????? ??????????????????, ???????????????? ?????? ?????? ?????????? ???????????????????????? ?????????? ?? ?????? - - - - - ???????????????????????????????? ???????????????? ??????????????, ???????????????? ?????? ?????? ?????????? ???????????????????????? ?????????? ?? ?????? - - - - - - - - - - ???????????? ?????????? ?????????????? ?? ????????: -(C)reated - ?????????????? ???????????? ?? ????????, ????????(??)/??????????????????????????(??) ??????????????(??) -(D)roped - ?????????? ?? ??????????/???????????????????????????? ?????????????????? -(N)o relationship - ?????????? ?? ??????????/???????????????????????????? ???? ?????????????????????????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ?????????????? ???????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? (?????? ??????????????) - - - - - ?????????????????????? ?????? ???????????????? importHouseUO, importHouseOMS, ImportHouseESP - - - - - - - - - - - - - ?????????????? ???????????? ?????????????? ?????????????????? ?????????? ?? ?????? ?????? (?????? ????????????????) - - - - - - - - ???????????????? ???????????????????????????? ???????? (?????? ?????????????? ???? ????) - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? ???????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ???????????????? ???????????????????? ?????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - - - - - ???????????????? ???????????????????????????? ???????? - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - - - - - ???????????????? ???????????????????????????? ???????? (???????????????????? ???????????? ?????? ????) - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ??????????. ???????????? ?????? ?????????? ???? ???? ???????? - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ???????????????? ???? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - - - - - ???????????????? ???????????????????????????? ???????? (???????????????????? ????????????) - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ??????????. ???????????? ?????? ?????????? ???? ???? ???????? - - - - - ?????????????? ???????? - - - - - - - - - ???????????????? ???????????????????????????? ???????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ??????????.???????????? ?????? ?????????? ???? ???? ???????? - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ???????????? ?????????????????? ?????? ?????????????? - - - - - - - - - ???????????????? ???????????????????????????? ???????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ??????????.???????????? ?????? ?????????? ???? ???? ???????? - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? c???????????????????????? ???????????????? ???? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - - - - - ???????????????? ???????????????????????????? ???????? (?????? ????????????????). ???? ?????????? ?????????????? ?? ??????/???????? ?????????????????? - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ???????????? ?????????????????? ?????? ???????????????? - - - - - - - - - ?????????????????????????????? ?????? (?????? ?????????????? ???? ????) - - - - - ???????????????? ???????????????????????????? - - - - - - - - - ?????????????????????? ?????????? ?????????????? ????????????????????????. ?????? ???????????????? ???????????????????????????? ???????????????? ?? ?????? ?? ???????? (?????????? ?? ?????? ?? ???????? ?????????????????????? ???? ???????????????????????? ????????????). ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ???????????????????? ?? ??????/????????, ?????????? ???????????????? ?? ?????????????????? ?????? ??????. ?????????????? ?? ???????????????? ?????????????????? ???? ?????????????????????????? ?????????? ?? ??????/???????? ???? ?????????? ????????????????. - - - - - ???????????????????? ???? ?????????????? ???????????????????????? ???? ???????????????????? ???? ?????????????????? ?? ?????? ??????. ?????? ???????????????? ?? ?????? ?????? ???? ?????????????????????? ???????????????????? ???? ?? ?????????????????????? ????????????, ???? ?? ?????? ????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ?????? ?????? ????????, ?????????????????????? ??????????????. ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ???????????????????? ?? ??????, ?????????? ???????????????? ?? ?????????????????? ?????? ??????. - - - - - - ?? ?????????????? ?????????????????????? ?????????????????????? ??????????. ?????? ???????????????? ?? ?????? ?????? ?????????????????????? ???????????????????? ???? ???????????????????? ???????????????????????? ????????????, ???????????????? ?? ?????? ?? ???????? ???? ??????????????????????. ?????? ?????????????????? ??????????????, ???????????????????????? ?? ??????, ?????????????????????? ?????????????? ???? ?????? ?? ????????. ?????? ?????????????????? ??????????????, ???????????????????????? ???????????? ?? ????????, ?????????????? ???? ??????????????????????. - - - - - - ???????????????? ??????????. ?????? ???????????????? ?? ?????? ?????? ???????????????????????????? ???????????????? ?? ???????? (?????????? ?? ???????? ?????????????????????? ???? ?????????????????? ????????????). - - - - - ?????????????????????????????? ???????????? ?????????? ?????? ??????????????????????/?????????????????????? ????????. ?????? ???????????????? ?? ?????? ?????? ???????????????????????????? ???????????????? ?? ???????? (?????????? ?? ???????? ???? ?????????????????????????????? ???????????? ???????? ?????? ??????????????????????/?????????????????????? ????????). - - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? ???????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ???????????????? ???????????????????? ?????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - - - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ???????????????????? ????????????, ???????????????????? (???????????????? ???????????????????????? ?????? ??????????????????) - - - - - - - - - - - - ?????????????????????????????? ?????? (?????? ?????????????? ???? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - ?????????????????????????????? ?????? (?????? ?????????????? ???? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ???????????? ?????????????????? ?????? ?????????????? - - - - - - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ???????????????????? ????????????, ???????????????????? (???????????????? ???????????????????????? ?????? ??????????????????) - - - - - - - - - - - - ?????????????????????????????? ?????? (?????? ?????????????? ???? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? c???????????????????????? ???????????????? ???? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ???????????????????? ????????????, ???????????????????? (???????????????? ???????????????????????? ?????? ??????????????????) - - - - - - - - - - - - ?????????????????????????????? ?????? (???????????????????? ???????????? ?????? ????) - - - - - ???????????????? ???????????????????????????? - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ???????????????????? ????????????, ???????????????????? (???????????????? ???????????????????????? ?????? ??????????????????) - - - - - - - - - - - - ?????????????????????????????? ?????? (???????????????????? ???????????? ?????? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - ?????????????????????????????? ?????? (???????????????????? ???????????? ?????? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ???????????????????? ????????????, ???????????????????? (???????????????? ???????????????????????? ?????? ??????????????????) - - - - - - - - - - - - ?????????????????????????????? ?????? (???????????????????? ???????????? ?????? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ???????????????????? ????????????, ???????????????????? (???????????????? ???????????????????????? ?????? ??????????????????) - - - - - - - - - - - - ?????????????????????????????? ?????? (?????? ????????????????) - - - - - ???????????????? ???????????????????????????? - - - - - ???????????????????? ?????????????????? ???????????? - - - - - ?????? ??????????\???????????? ???????????????????????? ?????????? (?????? 62) - - - - - - - ???????? (?????? ?????????????? ???? ????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - - - ???????? (?????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - - - ???????? (?????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - - - ???????? (???????????????????? ???????????? ???? ????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - ???????? (?????????????????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - ???????? (?????????????????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - ???????? (?????? ????????????????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? ?????????? - - - - - ?????? ??????????. ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 192) - - - - - ???????????? ?????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - ?????????? ?????? (?????? ?????????????? ???? ????) - - - - - ???????????????? ???????????????????????????? - - - - - ?????????? ?????? ?????????????????????????? ?????????????????? -(???????? ???? ???????????? - ???????????? false). - - - - - ?????????????????? ?????????? ?????????? ?? ???????????????????? ?????????????? -(???????? ???? ???????????? - ???????????? false) - - - - - - - ?????????? ?????? (?????? ?????????????? ???? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - ?????????? ?????? ?????????????????????????? ?????????????????? (???????? ???? ???????????? - ???????????? false). - - - - - ?????????????????? ?????????? ?????????? ?? ???????????????????? ?????????????? -(???????? ???? ???????????? - ???????????? false) - - - - - - - ?????????? ?????? (?????? ?????????????? ???? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ?????????????? - - - - - ?????????????????? (?????? 24) - - - - - ???????????? ???????????????????? ?????????? (?????? 338) - - - - - ?????? ?????????? ?? ???????????????????????? - - - - - ???????????????????? ???????????? - - - - - ?????????? (???????????????????????? ?????? ???????? ????????????????????, ???? ?????????????????????? ???????????? ?? ???????????????????? "????????????????"). ???????????????? ???? ???????? ?????? ??????????????. - - - - - ?????????????? ???????? - - - - - ?????????????? ?? ???????? ?????????????? ?????????????? ?????????????????????? ???????????????? - - - - - ???????????? ?????? - - - - - ???????????? ?????????????????? ?????? ?????????????? - - - - - - - - - - ?????????? ?????? ?????????????????????????? ?????????????????? (???????? ???? ???????????? - ???????????? false). - - - - - ?????????????????? ?????????? ?????????? ?? ???????????????????? ?????????????? -(???????? ???? ???????????? - ???????????? false) - - - - - - - ?????????? ?????? (???????????????????? ???????????? ?????? ????) - - - - - ???????????????? ???????????????????????????? - - - - - - - ?????????? ?????? (???????????????????? ???????????? ?????? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - ?????????? ?????? (???????????????????? ???????????? ??????) - - - - - ???????????????? ???????????????????????????? - - - - - - - ?????????? ?????? (?????? ????????????????) - - - - - ???????????????? ???????????????????????????? - - - - - ?????????? ?????? ?????????????????????????? ?????????????????? - - - - - ?????????????????? ?????????? ?????????? ?? ???????????????????? ?????????????? -(???????? ???? ???????????? - ???????????? false) - - - - - - - ?????????????? (?????? ?????????????? ???? ????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? (?????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - - - ?????????????? (?????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? (?????? ?????????????? ???? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ?????????????? (?????? ????????????????) - - - - - ?????????? ???????????????? -(?????????? ???????? ???? ???????????????? ?????? ???????????????????????? ??????????) - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????????????? - - - - - - - - - - - ?????? ?????????????????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (?????? ?????????????? ???? ????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (???????????????????? ???????????? ?????? ????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ???????? ???????? ?????????????????????????? ?????????????????? (?????? ????????????????) - - - - - - - ?????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - ?????????????????? ?????????????????? -(???????? ???? ????????????, ?????????????????? ?????? ??????????) - - - - - - - - - ?????????????? ?????? ?????????????????? (?????? ?????????????? ???? ????) - - - - - - - ?????????? ?????????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (???????????????????? ???????????? ?????? ????) - - - - - - - ?????????? ?????????????????? - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????????????? - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????????????? - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? ?????? ?????????????????? (?????? ????????????????) - - - - - - - ?????????? ?????????????????? - - - - - ???????? - - - - - ???????????? ?????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????? ?????????????????? (?????? ?????????????? ???? ????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - - - - - ?????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - - - - ?????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - - - - - ?????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - - - ?????????????? ???????????????????? ?????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - - - - - ?????????? ?????????????????? (???????????????????? ???????????? ?????? ????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - - - - - ?????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - - - - ?????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - - - - ?????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - - - ?????????????? ???????????????????? ?????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - - - - ?????????? ?????????????????? (?????? ????????????????) - - - - - - - - - ?????????????? ???????????????????? ???????????????? - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ???????????????????????????? ?????????????????? (?????? 30) - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - ?????????? ?????????????? ???????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ?????????????????????? ???????????????? ?????????? ?????????????? - - - - - - - - - - ?????????????? ?????????????????? (?????? ?????????????? ???? ????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - - - - ?????????????? ?????????????????? (?????? ?????????????? ???? ??????, ????????????????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? ?????????????????? (?????? ?????????????? ???? ??????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? ?????????????????? (???????????????????? ???????????? ?????? ????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - - - - - ?????????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? ?????????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? ?????????????????? (?????? ????????????????) - - - - - - - ???????? ?????????????????? ???????? ???? ????????, ?? ???????????????? ?????????????????? ?????????????? ?????? ???????????????????????? ?????????? - - - - - ?????????? ?????????????? ???????????????? ?????????????????? ???? ???????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????? ?????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - - ?????????????? (?????? ?????????????? ???? ????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - - - - - ?????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? (?????? ?????????????? ???? ??????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????????? ?????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? (???????????????????? ???????????? ?????? ??????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????????? ?????? - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????? (?????? ????????????????) - - - - - - - ?????????? ?????????????? - - - - - ?????????????? - - - - - ???????? - - - - - ???????????? ?????? - - - - - - ?????????????? ?????????????????????????? ?????????????? ?????????????????? ?????????? (?????? 330) - - - - - ?????????????? ??????????????????????????.???????????????????????????? ???????????????????? - - - - - ???????????????????? ???????????????????????? ?????????????????????? - - - - - - - - - ?????????????????? ?????????????????? ?????? ?????????? - - - - - ?????????? - - - - - ?????????????? - - - - - - - ???????????????????? ???????????? (??????) - - - - - - - - - ???????????????????? ?????????????????? ???????????? (??????) - - - - - - - - - ?????? ?????????? ?? ???????????????????????? (??????) - - - - - - - - ?????????? ??????????????????, ?????????????? (??????) - - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????? ???????????? ?????? ?????????????? ?? ?????????????????????? ????????????, ???? ?????????????????????????? ?? ???????????? ???????????????? ?????????? ???????????????????? ???? ???????????????????? ???????????? ????????????????. ?? ?????????????????? ???????????? ?????????????????????????? ???????????????? ?????????? ???????????????? ?? NULL. - - - - - ???????? ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ???????????? ???????????? ?????? ?????????????? ???? - - - - - ?????? ???????????? ?? ?????????????????????? ?????????? ???????????????? ???????????????? ???? - - - - - ???????????????? ???????????????????? - - - - - - - ???????????????? ???????????? ???????????? ?????? ?????????????? ???? - - - - - ???????????? - - - - - ???????????????????????? - - - - - ???????? - - - - - ?????????? - - - - - ???????????????????? - - - - - ???????????????????????? (???????????? ???? ?????? ???????????? ??????????????????????) - - - - - ???????? (???????????? ???? ????????) - - - - - - - - - - ?????????????? ???????? ?????? ???????????? ???? ?????????? ?????????????????? ?? ???????????????????????? ???????????? - - - - - ?????????????? ???????? ?????? ???????????? ???? ???????????????????????? ????????????. - - - - - ?????????????? ???????? ?????? ???????????? ???????????????????????? ?????????????? - - - - - ?????????????? ???????? ?????? - - - - - ?????????????? ???????? ??????/?????? - - - - - ?????????????? ???????? ?????? - - - - - - ???????? ???????????????? ???? ?? ?????? ?????? (???????????????????????? ?????? ??????????????, ?????????????????? ?????? ??????????????????????????) - - - - - ???????????????????? ?????????????????????? - - - - - - - - - - ?????????? ?????????????? ?????? ???? - - - - - ?????????? ?????????????? - - - - - ???????????????????????? ?????????????? - - - - - ???????? ???????????? - - - - - ?????????????????? - - - - - - - ?????????????????????????? ?????????????????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????????????????? ?????????????? - - - - - - ???????? ???????????????? ??????????, ???????????? ???????? ?? % - - - - - - - - - - - - - - - ???????????????? ?? ?????????????????????? - - - - - - ???????????????? ??????????????????????? - - - - - ?????????????? ?????????? ???? ??????????????????(??) ??????????????????? - - - - - ?? ???????????? ???????????????????? ??????????/?????????????????????????? ????????????????/???????????? ???? ???????????? ??????????????????????, ???????????? ?????????????? ?????????????????????? ???? ?????????? ?????????????????????????? ?????????????????? ?? ???????????????? ??????????. - - - - ???????????????????? ????????/???????????????????????????? ??????????????????????????????. - - - - - ??????????????????????. ????/????/????. ???????????? ???? ???????????? ?????????????????????? - - - - - - - - - - - - - - ?????????????? ???????? ?????? ???????????? ???? ?????????? ?????????????????? ?? ???????????????????????? ???????????? - - - - - ?????????????? ???????? ?????? ???????????? ???? ???????????????????????? ????????????. - - - - - ?????????????? ???????? ?????? ???????????? ???????????????????????? ?????????????? - - - - - ?????????????? ???????? ?????? - - - - - ?????????????? ???????? ??????/?????? - - - - - ?????????????? ???????? ?????? - - - - - - ???????? ???????????????? ???? ?? ?????? ?????? - - - - - ???????????????????? ?????????????????????? - - - - - ?????????? ?????????????? ?????? ???? - - - - - ?????????? ?????????????? - - - - - ???????????????????????? ?????????????? - - - - - ???????? ???????????? - - - - - ?????????????????? - - - - - - - ?????????????????????????? ?????????????????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????????????????????? ?????????????? - - - - - - ???????? ???????????????? ??????????, ???????????? ???????? ?? % - - - - - - - - - - - - - - ???????????????? ?? ?????????????????????? - - - - - - ???????????????? ??????????????????????? - - - - - ?????????????? ?????????? ???? ??????????????????(??) ??????????????????? - - - - - ?? ???????????? ???????????????????? ??????????/?????????????????????????? ????????????????/???????????? ???? ???????????? ??????????????????????, ???????????? ?????????????? ?????????????????????? ???? ?????????? ?????????????????????????? ?????????????????? ?? ???????????????? ??????????. - - - - ???????????????????? ????????/???????????????????????????? ??????????????????????????????. - - - - - ??????????????????????. ????/????/????. ???????????? ???? ???????????? ?????????????????????? - - - - - - - - - - - ???????????????????? ???????? - - - - - - - ?????? (M- ??????????????, F-??????????????) - - - - - - - - - - - - - ???????? ???????????????? - - - - - - - - - - - - - ???????????????????? ???????? - - - - - - - ?????? (M- ??????????????, F-??????????????) - - - - - - - - - - - - - ???????? ???????????????? - - - - - - - ?????????????????????????? ???????????????? - - - - - - ????????????????, ???????????????????????????? ???????????????? (?????? 95) - - - - - ?????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - - - - - - ???????????????????????????? ???? - - - - - ???????????????????? ?????????????????????? - - - - - - - - - - ???????????????????? - - - - ?????????????????????? ????. ???????????? ???? ?????????????? ?? ?????????????? ???????????? - - - - - ?????????????????????? ????/????/????. ???????????? ???? ???????????? ?????????????????????? - - - - - ???? ???? ???????????????? ?????????????????????? ??????????. ???????????? ???? ?????????????? ?? ?????????????? ???????????? - - - - - ?????????????????????? ????/????/????. ???????????? ???? ???????????? ?????????????????????? - - - - - - ?????????????? ?????????????? - - - - - ?????????????? ?????????????? - - - - - ?????????????? ?????????????? - - - - - ???????? ???????????? - - - - - - - ?????????????????? ?????????????????? ???? - - - - - ?????????????? ???????????????? (?????? 22) - - - - - ???????? ???????????????? - - - - - ???????????????????? - - - - - - - - - - - - - ?????? ?????????????? ?????????????????? ???? - - - - - ?????????????? ???????????????????????????????? - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - True, ???????? ?????????????? ???? ???????????????? ?????????????????? ??/?????? ???????????????????????? ?????????????????????? ???? ???????????????? ???????????????? ?????? ?? ?????????????????????? ??????????. - - - - - - - - - ?????????????? ?????????? ???????????? ?????????????????? - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ??????: -(D)WELLING_APARTMENT - ?????????????? ?????????????????????? ?????????? ???????????? ?????????????????? -STATE_(M)UNICIPAL_FUND - ?????????????? ?????????? ???????????? ?????????????????? ???????????????????????????????? ?????? ???????????????????????????? ?????????????????? ?????????? -(S)OCIAL_FUND - ?????????????? ?????????? ???????????? ?????????????????? ?????????????????? ?????????? ?????????????????????? ?????????????????????????? - - - - - - - - - - - - - - - - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - - - - - - - ???????????????????????????? ???????????? ???? - - - - - ???????? ???????????? ?????????????????????????? ???????????? - - - - - ???????? ?????????????????? ?????????????????????????? ???????????? - - - - - ???????????? ???? ???????????????????? ???????????????????????????? ?????????? (?????? ???1) - - - - - ?????????????????? - - - - - - - ?????????????????????????? ???????????????????????????? ???????????? ???? - - - - - ???????????????? ?????????????????????????? ???????????????? (???? ???????????????? ???? ???????????? ?? ????????????) - - - - - ?????????????????????????? ???????????? ???????????????? - - - - - ???????????????? ?????????????????????????? ???????????? (???? ???????????????? ???? ???????????? ?? ????????????) - - - - - ?????????????????????????? ???????????? ???????????? ?? ?????? ?????? - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - - - - ?????????? ???????????????? ?????????????????? ???????????????????????????? ?? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????????????? ???????? ???????????? ?? ???????? ?????????????????? ?????????????? ???????????????? ?????????????????? - - - - - - ???????????? ?????????????? ?????????? ?????????????????? ???? - - - - - ?????????????????? ?????????????? ?????????? ?????????????????? ???? - - - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? ?????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - ???????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - - - - ?????????? ???????????????? ?????????????????? ???????????????????????????? ?? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????????????? ???????? ???????????? ?? ???????? ?????????????????? ?????????????? ???????????????? ?????????????????? - - - - - - ???????????? ?????????????? ?????????? ?????????????????? ???? - - - - - ?????????????????? ?????????????? ?????????? ?????????????????? ???? - - - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? ?????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - ???????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - - ?????? ???????????? ?????? - - - - - - ???????? ???????????? - - - - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - ???????????????????? ????????????? - - - - - - - ?????? ???????????? ?????? ?????? ???????????????? - - - - - - ???????? ???????????? - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - ???????????????????? ????????????? - - - - - - - - - ?????????? ???????????????? ?????????????????? ???????????????????????????? ?? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????????????? ???????? ???????????? ?? ???????? ?????????????????? ?????????????? ???????????????? ?????????????????? - - - - - - ???????????? ?????????????? ?????????? ?????????????????? ???? - - - - - ?????????????????? ?????????????? ?????????? ?????????????????? ???? - - - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? ?????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - ???????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - - - - ?????????? ???????????????? ?????????????????? ???????????????????????????? ?? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????????????? ???????? ???????????? ?? ???????? ?????????????????? ?????????????? ???????????????? ?????????????????? - - - - - - ???????????? ?????????????? ?????????? ?????????????????? ???? - - - - - ?????????????????? ?????????????? ?????????? ?????????????????? ???? - - - - - - - - ???????? ?????????????????????????? (??????????????????????) ?????????????????? ???????????????????? ?????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - ???????? ???????????????? ?????????? ???? ?????????? ?????????????????? ?? (??????) ???????????????????????? ???????????? - - - - - - - ???????? ???????????? (???? 1-30) - - - - - - - - ?????????????????? ???????? ???????????? - - - - - - - ???????????????? ???????????? - - - - - - - ???????????????????? ???????????? - - - - - - - - - - - - ?????? ???????????? ?????? ????????????/?????????????????? ?????????????? ?????????? ?????????????????? ???? ???? - - - - - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - - ???????? ???????????? ???????????????????????????? ?????????? - - - - - ???????? ?????????????????? ???????????????????????????? ?????????? - - - - - - - - - - ?????????????????????????? ?? ?????? ?????? (???????????? ???? ???????????????????? ??????????????????????) - - - - - ?????????????????????? ???????????????? - - - - - - - - - ?????????????? ?????????????????????? - - - - - - - - - ???????? ??????????????????????, ?????????????????????? ???????????????? ???????????? - - - - - - - - - ?????????????? ???????????? ?????????????????? - - - - - - - - - ???????????? ???? ?????? - - - - - ???????? ???????????? ???????????????????????????? ???????????? - - - - - ???????? ?????????????????? ???????????????????????????? ???????????? - - - - - - - - - ?????????? - - - - - - - - - - ???????? - - - - - - - - - ?????????? - - - - - - - - - - ???????? - - - - - - - - - ?????????????? ?????????????????????? ???? - - - - - - - - - ?????????????? ???? - - - - - ???????????? ???? ???????????????????????????? ???????????????????? - - - - - - - - - ?????????????? ?????????? - - - - - ???????????? ???? ???????????????? ???????????????? ?????????????????????????? - - - - - - - ?????????? - - - - - ???????? ???????????????????? ???????? TC??/??????/ ?????????????????????? (?????????????????????? ???????????????????? ????????????) - - - - - ???????????????????? ?? ???????????? - - - - - ???????????????? ???????????????? ?????????????????????????? - - - - - - ???????????????? ???????????????? ?????????????????????????? (???????????????????? ???????????? ??????????????????) - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? (???????????????????? ?????????????????? ???? ?????????????? ???????????????? ?? ??????????????????????) - - - - - - - - ????????????????, ???????????????????? ?????????????? ???? ?????????????????????? ????????????, ?????????????????????? (?????? ?????????????????? True MeetingProtocol ??????????????????????????) - - - - - ?????????????????? ???????????? - - - - - ?????????????????????????? ???????????????? ???????? ???????????????? ?????????? ???? ???????? ??????. ?????? ?????????????????????????????? ?????????????????? ?????????????????????? ???????????????? true. - - - - - ?????????????????? (true) ?????? ?????????????????? (false) ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ????????????. ???????? ?????????????? ???? ??????????????, ?????????????????????? ???????????????? ???????????????????? ?????????????????? "?????????????????? ???????????????? ?????????????????? ?????????????????? ???????????????????????????? ?????? ?????????? (????????????????????) ???????????????? ?????????? ?? ?????????? ???????? ???????????? ???? ???????? ??????????????????". - - - - - - - ?????????? (?????? ????????????????) - - - - - ???????? ?????????????????????? TC??/??????/?????????????????????? (?????????????????????? ???????????????????? ????????????) - - - - - ???????????????????? ?? ???????????? - - - - - ???????????????? ???????????????? ?????????????????????????? - - - - - - ???????????????? ???????????????? ?????????????????????????? (???????????????????? ???????????? ??????????????????) - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? (???????????????????? ?????????????????? ???? ?????????????? ???????????????? ?? ??????????????????????) - - - - - - - - ????????????????, ???????????????????? ?????????????? ???? ?????????????????????? ????????????, ?????????????????????? (?????? ?????????????????? True MeetingProtocol ??????????????????????????) - - - - - ?????????????????? ???????????? - - - - - ?????????????????????????? ???????????????? ???????? ???????????????? ?????????? ???? ???????? ??????. ?????? ?????????????????????????????? ?????????????????? ?????????????????????? ???????????????? true. - - - - - ?????????????????? (true) ?????? ?????????????????? (false) ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ????????????. - - - - - - - ???? - - - - - ?????????? ?????????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????????????? ???????? ?????????????????? - - - - - ???????? ???????????????? (?????????????????????? ?????? ????????????????) - - - - - - ?????????? - - - - - - - - - - ??????/?????? - - - - - - - - - - - - - ???????????? ?????????????? ???????????????? - - - - ?????????????????????? ?????????????? ?????????????????? ?????????? (?????????? ?????????????? ???????????? ???????? ???????????????????? ?????????????????????? ????????????) - - - - - ??????/???????????????????? - - - - - ?????????????????????? ???????????????????????????? ?????????? - - - - - ???????????????????? - - - - - ??????????, ???????????????????????????? ???? ???????????????? ?????????????? ???? ?????????????????????? ?????????????????????? ?????????????????????? - - - - - - ???????????????? ?? ?????????????????? ?????????????????? ????????????????/???????????????? ?????????????????????????? - - - - - - ???????????????? ?????????????????? ????????????????/???????????????? ?????????????????????????? (???????????????????? ???????????? ??????????????????) - - - - - - - - ?????????????? ???? ????????????????????????, ???????????????? ?? ?????????? ?????? ?????????????????????? ?????????????????????????? ?????????????????????????????? ???????????????????????????? - - - - - - - - - - ???????????????? ?????????????????? ???????????????? - - - - - - ???????????????? ???????????????? ?????????????????????????? - - - - - - ???????????????? ?????????????????? ?????????????????? - - - - - ????????????????, ???????????????????????????? ???????????????? ?????????????? ?????????????? ???????????????????? ?????????????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? (???????????????????? ?????????????????? ???? ?????????????? ???????????????? ?? ??????????????????????) - - - - - - - - -???????????? ???? ?????? "?????????????????? ???????????????????? ????????????????" (???????????????????? ?????????? 58). - - - - - ???????????????? ?? ????????????. ?????? EditContract ?????????????????????? ?????????????????? ????????????, ???????????????? ?????????? ?????????????????????? ???? ???????????????????? ????????????. - - - - - ?????????????? ???? ???????????????????? ?? ???????????????????? - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ?????????????????? ?????????????????????????????? ???????????????????? - - - - - - - - - - ???????????? ??????????????????????????, ?????????????????????? ??????????????. - -?????????????? ????????????????????, ???????? ???????????????? ???????????????? ???????????????? ???????????????????????? ?????????????? ?????????????????? ?????????? ?? ???????????????????? ???????????????????? ???????????????? ?????????????? "?????????????? ???????????? ???????????????? ??????????????????????????". ?? ?????????????????? ?????????????? ?????????????? ???? ?????????????????????? - - - - - ???????????????????? ???? ???????? ?? ????????????????????????. ????????????????????, ???????? ?? "?????????????????? ???????????????????? ????????????????" ?????????????? "???????????????????? ???? ???????? ?? ????????????????????????". - - - - - ??????????. ????????????????????, ???????? ?? "?????????????????? ???????????????????? ????????????????" ?????????????? "??????????". - - - - - ?????????????? ???????????? ???????????????? ????????????????????????????. - -?????????? ?????????????????????? ???????????? ?? ?????? ????????????, ???????? ?? "?????????????????? ???????????????????? ????????????????" ?????????????? "?????????????? ???????????? ???????????????? ????????????????????????????" - - - - - ?????????????????????????? ?????????????? ???? ?????????????? ?????????????? ???? ?????????????????????? ?????????????????????? ??????????????????????. ????????????????????, ???????? ?? ???????????????? "?????????????????? ???????????????????? ????????????????" ?????????????? "?????????????? ???????????? ???????????????? ????????????????????????????". - - - - - ?????????????????????????? ???????????????????????????? ?????????????? ???? ???????? ?????? ?????? ?????????????????????? ???????? ?????????????????? ???????????????? ????????????????. ?????? ?????????????????????????????? ?????????????????????????????? ?????????????????????? ???????????????? true. - - - - - - - ???? (?????? ????????????????) - - - - - ?????????? ?????????????????? - - - - - - - - - - - ???????? ???????????????????? - - - - - ???????? ???????????????????? ?? ???????? - - - - - ?????????????????????? ???????? ?????????????????? - - - - - ???????? ???????????????? (?????????????????????? ?????? ????????????????) - - - - - - ?????????? - - - - - - - - - - ??????/?????? - - - - - - - - - - - - - ???????????? ?????????????? ???????????????? - - - - ?????????????????????? ?????????????? ?????????????????? ?????????? (?????????? ?????????????? ???????????? ???????? ???????????????????? ?????????????????????? ????????????) - - - - - ??????/???????????????????? - - - - - ?????????????????????? ???????????????????????????? ?????????? - - - - - ???????????????????? - - - - - ??????????, ???????????????????????????? ???? ???????????????? ?????????????? ???? ?????????????????????? ?????????????????????? ?????????????????????? - - - - - - ???????????????? ?? ?????????????????? ?????????????????? ????????????????/???????????????? ?????????????????????????? - - - - - - ???????????????? ?????????????????? ????????????????/???????????????? ?????????????????????????? (???????????????????? ???????????? ??????????????????) - - - - - - - - ?????????????? ???? ????????????????????????, ???????????????? ?? ?????????? ?????? ?????????????????????? ?????????????????????????? ?????????????????????????????? ???????????????????????????? - - - - - - - - - - ???????????????? ?????????????????? ???????????????? - - - - - - ???????????????? ???????????????? ?????????????????????????? - - - - - - ???????????????? ?????????????????? ?????????????????? - - - - - ????????????????, ???????????????????????????? ???????????????? ?????????????? ?????????????? ???????????????????? ?????????????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? (???????????????????? ?????????????????? ???? ?????????????? ???????????????? ?? ??????????????????????) - - - - - - - - -???????????? ???? ?????? "?????????????????? ???????????????????? ????????????????" (???????????????????? ?????????? 58). - - - - - ???????????????? ?? ????????????. ?????? EditContract ?????????????????????? ?????????????????? ????????????, ???????????????? ?????????? ?????????????????????? ???? ???????????????????? ????????????. - - - - - ?????????????? ???? ???????????????????? ?? ???????????????????? - - - - - ???????????????????????????? ???????????????????? - - - - - - - - ?????????????????? ?????????????????????????????? ???????????????????? - - - - - - - - - - ???????????? ??????????????????????????, ?????????????????????? ??????????????. - - - - - ???????????????????? ???? ???????? ?? ????????????????????????. ????????????????????, ???????? ?? "?????????????????? ???????????????????? ????????????????" ?????????????? "???????????????????? ???? ???????? ?? ????????????????????????". - - - - - ??????????. ????????????????????, ???????? ?? "?????????????????? ???????????????????? ????????????????" ?????????????? "??????????". - - - - - ?????????????? ???????????? ???????????????? ????????????????????????????. - - - - - ?????????????????????????? ?????????????? ???? ?????????????? ?????????????? ???? ?????????????????????? ?????????????????????? ??????????????????????. - - - - - ?????????????????????????? ???????????????????????????? ?????????????? ???? ???????? ?????? ?????? ?????????????????????? ???????? ?????????????????? ???????????????? ????????????????. ?????? ?????????????????????????????? ?????????????????????????????? ?????????????????????? ???????????????? true. - - - - - ?????????????????? (true) ?????? ?????????????????? (false) ???????????????? ?????????????????? ?????????????? ?????????????????? ???? ???????????????????????????? ???????????????? ?????????? ?? ?????????? ???????? ????????????. - - - - - - - ???????????? ???? ?? ?????? ??????: -Project - ???????????? -ApprovalProcess - ???? ?????????????????????? -Rejected - ???????????????? -Approved - ?????????????????? -Terminated - ???????????????????? -Reviewed - ???????????????????? -Annul - ???????????????? ???????????????????????? - - - - - - ???????????? ???????????? ?? ?????? ??????: - Project - ???????????? - Approved - ?????????????????? - Terminated - ????????????????????/???????????? - Annul - ?????????????????????? - Reviewed - ???????????????????? - ApprovalProcess - ???? ?????????????????????? - Rejected - ???????????????? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ?????????????????????????? ???????????? ?????????????? ???????????????????? ?? ?????? ?????? - - - - - ???????????? ?????????????? ???????????????????? - - - - - - - - - - - - - ???????????? ???????????????????????? ??????????????: -Project-???????????? -ApprovalProcess-???? ?????????????????????? -Rejected-???????????????? -Approved-?????????????????? -Locked-???????????????????????? -Annul-???????????????? ???????????????????????? - - - - - - ?????????????????????????? ???????????????? - - - - - ?????????????? ???????????????????????? - - - - - - - - - - - - ?????? ???????????????????? ?? ?????????????? ?????????? ???? ?????????? ?????????????????? ???? ???? - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????????? ?????????? (????????) ???? ????????????, ???????????? ???? ???????????????????? ?????? (???????? ???????????????????? ???????????????????? ???????????? ???????????????? ??????????????????????????)/???????????? ?????????? ???? ???????????????????? ???????????? ??????????????????, ?????????????????????????? ???? ?????????????????????? ?????????????????? ???????????????? (???????? ???????????????????? ???????????????????? ?????????????????? ????????????????) - - - - - ???????? ?????????????? ???? ????????????, ?????????????????????? ?????????????? ???????????????? ?? ???????????? ???? ????????????????????, ???????????????????????? ?? ???? - - - - ???????????????? ???????????? ???????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? ???? ???????????????????????? ?????????????? ?????????? ???? ???????????????????? ???????????? ?????????????????? - - - - - ?????????????????????????? ???????????? ?????????????????? ?????????????????????? ?? ???????????????? ?? ?????????? 12.1 ???????????????? ???????????? ???????????? ???????????????????? ??(??????) ?? ?????????? 15.1 ?????????????? ???????????????? ?????????????? ?????????????? ????????????????????. - - - - - - ???????????????????? ?? ?????????????? ?????????? (????????, ????????????) ???? ???????????????????? ?? ?????????????? ???????????? ???????????? ?????????????????? ?? ?????????????????????????????? ????????/???????????????????? ?? ?????????????? ?????????? ???? ???????????????????? ???????????? ??????????????????, ?????????????????????????? ???? ?????????????????????? ?????????????????? ???????????????? ???? ???????????? ?????????????????????? ?????????????????????? ?????? ???????????????????? ?????????????????????????????? ?????????? - - - - - - ????????????/???????????? ?????????????????????? (?????? ???59) - - - - - ???????????? ?????????? (????????, ????????????) ???? ???????????? (????????????)/???????????? ?????????? ???? ???????????? (????????????), ?? ?????????? ?????????? ?????????????????????? ??????????, ?? ???????????????????????? - ???? ?????????? ?????????? ????????????. - - - - - - - - ?????? ?????????????? ??????????: -(P)rotocol - ???????????????????????? ???????????????????? ???????????? ???????????????? ?????????????????????????? -(??)ompetition - ?????????????????????????? ???? ?????????????????????? ?????????????????? ???????????????? -(A)uthority - ?????????????????????????? ?????????????? ???????????????? ???????????????????????????? - - - - - - - - - - - - - - - - ?????? ???????????????????? ?? ?????????????? ?????????? ???? ?????????? ?????????????????? ???? ???????????? - - - - - ???????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ?????????????? - - - - - ???????????????????? ?? ?????????????? ???????????????????????? ???????????????? ?? (??????) ?????????????? ???????????? ????????????????????????, ??????????????????????, -?????????????????? ?? ?????????????? ???????????????? ???? ???????????????????? ?? ?????????????? ???????????? ???????????? ?????????????????? ?? ?????? - - - - - - ???????????? ???????????????????????? ???????????????? ?? (??????) ?????????????? ???????????? ????????????????????????, ?????????????????????? - - - - - ???????????????? ???????????? ???????????????? ???????????? ????????????????????????, ?????????????????????? ???? ?????????????????????? ???????????????????????? ???????????????? ?? (??????) ?????????????? ???????????? ????????????????????????, ?????????????????????? - - - - - - - - ???????????????????? ?? ?????????????? ?????????? ???? ???????????????????? ?? ???????????? ???????????? ?????????????????? ?????? ???????????????????????? -?????????????????? ?? ??????, ???? ?????????????????????? ???????????? ????????????????????????, ?????????????????????? - - - - - - ???????????? ?????????? ???? ???????????????????? ?? ???????????? ???????????? ?????????????????? ?????? ???????????????????????? ?????????????????? ?? ?????? - - - - - ???????????????? ???????????? ???????????????? ???????????? ????????????????????????, ?????????????????????? ???? ?????????????????????? ?????????????? ?????????? ???? ???????????????????? ?? ???????????? ???????????? ?????????????????? ?????? ???????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - - - ???????????????????? ?? ?????????????? ?????????? (????????, ????????????) ???? ???????????????????? ?? ?????????????? ???????????? ???????????? ?????????????????? ?? ?????????????????????????????? ???????? - - - - - - ????????????/???????????? ?????????????????????? (?????? ???59) - - - - - ???????????? ?????????? (????????) ???? ????????????, ???????????? ???? ???????????????????? ??????. ?? ?????????? ?????????? ?????????????????????? ??????????, ?? ???????????????????????? ?????????? ?????????? ????????????. - - - - - - - - - - ?????? ???????? ?????????????????????? ???????????????? - - - - - - - - ?????????????????????????? ???????????? ???????????????? ?? ?????????????? ?????????? ???? ???? - - - - - ?????????????????????????? ???????????? ???????????????? ?? ?????????????? ?????????? ???? ???????????? - - - - - ?????????????????????? ???????????? ?? ???????????? ????????????????, ???????? ???????????????? ???? ?????????????????????? ?????????????? ?? ???????????????? ???????????????????? ?????????????????????? ?? ???????????????? ???????????????? - - - - - ?????????????????????? ???????????? ?? ???????????? ???????????????????? ?? ???????????????? ???????????????????? ?????? (????????), ???????? ???????????????? ???? ?????????????????????? ?????????????? ???????????? ?????????????????????? ?? ???????? - - - - - ?????????????????????????????? ?????????????????? ?????????? - - - - - - - - - - - - - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - - - ???????????????? ???? ?????????????????????? ???????????????? - - - - - - ???????????????????? ???????? (?????????????????????? ??????????????????) - - - - - ?????????????????????? ?????????????????? ???????????????? ???? ?????? ????. ???????? (????) - - - - - - - - ?????????????????????????? ?????????? - - - - - - - - - - ???????????????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????????" ?? ???? ?????????????????? ??????/???????????????????? - - - - - ???????????????????????? ?????????????????????????? ??????????/ ???????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????? ?????????????????????? ?????????????????? - - - - - ?????????? ???????????????????? - - - - ?????????????? ?????????????????????? (???????????????? ??????????) - - - - - - ???????? ???????????? ???????????? ?????????????? ??????????????????????????. - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - - - - - ?????????? ?????????????????????? - - - - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - - - - - - - ?????????????? ?????????????????????? ?? ???????????????????????????? ??????????????. ???? ???????????????????????? ?????? ?????????????? ???????????????????? - - - - - - ???????? ?? ?????????? ???????????? ???????????????????? ?????????????????????? - - - - - ???????? ?? ?????????? ?????????????????? ???????????????????? ?????????????????????? - - - - - ?????????????? ???????????? ?????????????????????? ?? ???????????????????? ?????????? ?????????????? ?????????????????????????? - - - - - - - - - - ?????????????? ???????????????????????? ?? ?????????????????????? ?? (??????) ??????????????????????, ?????????????? ?????????? ???????????????????????? ???? ???????????? ???????????????? - - - - - - - - - - - - - - ??????????-?????????????? ?????????????????????? - - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - ???????? ???????????? ???????????? ?????????????? ??????????????????????????. - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - - - - - - ?????? ???????????????? - -???????????????? ?????????????????? ????????????????: --Owners - ???????????????? ?????????????????????????? --Homeowners - ???????????????? ?????? --Cooperative - ???????????????? ?????????????????????? - -???? ?????????????????? ?????????????????????????????? ???????????????? "???????????????? ??????????????????????????", ???????? ???? ?????????????????? - - - - - ?????? ???????????????? - - - - ???????????????????????? ???????????????? - - - - - ?????????????????? ???????????????? - - - - - - - ?????????????????????????? ???????????????? -???????????????????? ???????????????? -(C)OMPETENT - ???????????????????? (?????????? ????????????) -(N)OT_COMPETENT- ???? ???????????????????? (???????????? ??????????????????????) - - - - - - - - - - - - ???????????????? - - - - - - - ?????????? ?????????????? - - - - - ???????????? - - - - - - - - - - - ?????? ?????????????? (?????? ???63) - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????????" - - - - - ?????? ?????????????? ?????? ?????? (?????? ???341) - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????" - - - - - - - - - - ?????? ?????????????? ?????? ?????????????????????? - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????" - - - - ???????? ?? ???????????? - - - - - ?????? ?? ???????????? - - - - - - ???????????????????? ?????????????????????? - - - - ???????????????????? ?????????????????????? ???????? - - - - - ???????????????????? ?????????????????????? ???????????????? - - - - - ???????????????????? ?????????????????????? ?????????????????????????? - - - - - - ?????????????????? ???????????? ???????????????????????? ?????????? (???????????????????? ???????? ??????????\???????????? ???????????????????????? ???????????? ?????? 62). ?????? ?????????????? ???????????? ?????????????????? "???????????????? ???? ??????????????". - - - - - ?????????????????? ???????????? ???????????????????? ?????? (???????????????????? ?????????????? ?????????????????????? ?????? 25) - - - - - ??????????????, ?? ?????????????? ???????????????????? ??????????????????????. ?????????????????????? ???????????? ?????? ?????????????? "?????????????????????????? ???????? ???????????????????????????? ?????????????? ?????? ???????????????????? ???????????? ???????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? ?? ?????????? ???????????????? ??????????????????????" - - - - - ???????????????? ?? ???????????????????? ???????? - -?????????????????????? ???????????? ?????? ???????????????? ?? ?????????? "?????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ?????????????????? ?????????? ??(??????) ????????" - - - - - - ???????? ?????????????????????? -???????????????????? ????????????????: -DECISION_IS_(M)ADE - ?????????????? ?????????????? -DECISION_IS_(N)OT_MADE - ?????????????? ???? ?????????????? - - - - - - - - - - - - - - ?????????????????? ??????????????????. ?????????????????????? ?????? ???????????????????? ?????? ?? ?????????????? "????????????????" - - - - - - - - - - - - ?????????????????? ?? ???????????????????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????????" ?? ???? ?????????????????? ??????/???????????????????? - - - - - ???????????????????????? ?????????????????????????? ??????????/ ???????????????????? - - - - - ?????????? ?????????????????? - - - - - ???????? ?????????????????????? ?????????????????? - -?????????????????????? ?? ???????????????????? ?????? ???????? ??????????????????, ?????????? ??????????????????????, ???????????????????? ?? ?????????????? ?????????????? ?????? ??????. ?????? ????????????????, ???????????????????? ?? ?????????????? ?????? ?????? ???????????????? ???????????????? ?????????? ?????????????????????????????? ?? ?? ???????? ?????????????????????? ?????????????????? ?????????????? ???????? ?? ??????????. - - - - - ?????? ???????????????? - - - - ???????????????????????? ???????????????? - - - - - ?????????????????? ???????????????? - - - - - - ?????????? ???????????????????? - - - - ?????????????? ?????????????????????? (???????????????? ??????????) - - - - - - ???????? ???????????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - - - - - ?????????? ?????????????????????? - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - - - - - ????????-?????????????? ?????????????????????? - - - - - - ???????? ???????????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - - - - - ?????????????? ?????????????????????? ?? ???????????????????????????? ?????????????? - - - - - - ???????? ?? ?????????? ???????????? ???????????????????? ?????????????????????? - - - - - ???????? ?? ?????????? ?????????????????? ???????????????????? ?????????????????????? - - - - - ?????????????? ???????????? ?????????????????????? ?? ???????????????????? ?????????? ?????????????? ?????????????????????????? - - - - - - - - - - ?????????????? ???????????????????????? ?? ?????????????????????? ?? (??????) ??????????????????????, ?????????????? ?????????? ???????????????????????? ???? ???????????? ???????????????? - - - - - - - - - - ??????????????, ?? ?????????????? ???????????????????? ?????????????????????? - - - - - ???????????? ?????? - -?????????????????????? ???????????? ???????? ?? tns:VotingSystem ?????????????? "???????????????????????? ???????????????????????????? ??????????????" ?????? "????????" - - - - - ???????????????? ???? ???????? - - - - - ?????????? ?????? ?????????????????????? ?????????? ???????????????????????????? ???????????? ???????????????? - - - - - - - - - - - - - - - - ?????? ???????????????? - -???????????????? ?????????????????? ????????????????: --Owners - ???????????????? ?????????????????????????? --Homeowners - ???????????????? ?????? --Cooperative - ???????????????? ?????????????????????? - -???? ?????????????????? ?????????????????????????????? ???????????????? "???????????????? ??????????????????????????" - - - - - - ???????????????? - - - - - - ?????????? ?????????????? - - - - - ???????????? - - - - - - - - - - - ?????? ?????????????? (?????? ???63) - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????????" - - - - - ?????? ?????????????? ?????? ?????? (?????? ???341) - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????" - - - - - - - - - - ?????? ?????????????? ?????? ?????????????????????? - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????" - - - - ???????? ?? ???????????? - - - - - ?????? ?? ???????????? - - - - - - ?????????????????? ???????????? ???????????????????????? ?????????? (???????????????????? ???????? ??????????\???????????? ???????????????????????? ???????????? ?????? 62). ?????? ?????????????? ???????????? ?????????????????? "???????????????? ???? ??????????????". - - - - - ?????????????????? ???????????? ???????????????????? ?????? (???????????????????? ?????????????? ?????????????????????? ?????? 25) - - - - - ??????????????, ?? ?????????????? ???????????????????? ??????????????????????. ?????????????????????? ???????????? ?????? ?????????????? "?????????????????????????? ???????? ???????????????????????????? ?????????????? ?????? ???????????????????? ???????????? ???????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? ?? ?????????? ???????????????? ??????????????????????" - - - - - ???????????????? ?? ???????????????????? ???????? - -?????????????????????? ???????????? ?????? ???????????????? ?? ?????????? "?????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ?????????????????? ?????????? ??(??????) ????????" - - - - - - - - ?????????????????? ??????????????????. ?????????????????????? ?????? ?????????????????? ?? ?????????????? "?????????????????? ??????????????????" ?? ?? ???????????? ???????????????????? ???????????????? ???? "?????????????? ?????????????????????? ?? ???????????????????????????? ??????????????" - - - - - - - - - - - - ?????????????? ?????????????????? ?? ???????????????????? ?????? - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????????" ?? ???? ?????????????????? ??????/???????????????????? - - - - - ???????????????????????? ?????????????????????????? ??????????/ ???????????????????? - - - - - ?????????? ?????????????????? - - - - - ???????? ?????????????????????? ?????????????????? - - - - - ?????? ???????????????? - - - - ???????????????????????? ???????????????? - - - - - ?????????????????? ???????????????? - - - - - - ?????????? ???????????????????? - - - - ?????????????? ?????????????????????? (???????????????? ??????????) - - - - - - ???????? ???????????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - - - - - ?????????? ?????????????????????? - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - - - - - ????????-?????????????? ?????????????????????? - - - - - - ???????? ???????????? ???????????? ?????????????? - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - - - - - ?????????????? ?????????????????????? ?? ???????????????????????????? ?????????????? - - - - - - ???????? ?? ?????????? ???????????? ???????????????????? ?????????????????????? - - - - - ???????? ?? ?????????? ?????????????????? ???????????????????? ?????????????????????? - - - - - ?????????????? ???????????? ?????????????????????? ?? ???????????????????? ?????????? ?????????????? ?????????????????????????? - - - - - - - - - - ?????????????? ???????????????????????? ?? ?????????????????????? ?? (??????) ??????????????????????, ?????????????? ?????????? ???????????????????????? ???? ???????????? ???????????????? - - - - - - - - - - ??????????????, ?? ?????????????? ???????????????????? ?????????????????????? - - - - - ???????????? ?????? - -?????????????????????? ???????????? ???????? ?? tns:VotingSystem ?????????????? "???????????????????????? ???????????????????????????? ??????????????" ?????? "????????" - - - - - ???????????????? ???? ???????? - - - - - ?????????? ?????? ?????????????????????? ?????????? ???????????????????????????? ???????????? ???????????????? - - - - - - - - - - - - - - - - ?????? ???????????????? - -???????????????? ?????????????????? ????????????????: --Owners - ???????????????? ?????????????????????????? --Homeowners - ???????????????? ?????? --Cooperative - ???????????????? ?????????????????????? - -???? ?????????????????? ?????????????????????????????? ???????????????? "???????????????? ??????????????????????????" - - - - - - ???????????????? - - - - - - ?????????? ?????????????? - - - - - ???????????? - - - - - - - - - - - ?????? ?????????????? (?????? ???63) - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????????" - - - - - ?????? ?????????????? ?????? ?????? (?????? ???341) - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????" - - - - - - - - - - ?????? ?????????????? ?????? ?????????????????????? - -?????????????????????? ?? ????????????????????, ???????? "?????? ????????????????" = "???????????????? ??????????????????????" - - - - ???????? ?? ???????????? - - - - - ?????? ?? ???????????? - - - - - - ?????????????????? ???????????? ???????????????????????? ?????????? (???????????????????? ???????? ??????????\???????????? ???????????????????????? ???????????? ?????? 62). ?????? ?????????????? ???????????? ?????????????????? "???????????????? ???? ??????????????". - - - - - ?????????????????? ???????????? ???????????????????? ?????? (???????????????????? ?????????????? ?????????????????????? ?????? 25) - - - - - ??????????????, ?? ?????????????? ???????????????????? ??????????????????????. ?????????????????????? ???????????? ?????? ?????????????? "?????????????????????????? ???????? ???????????????????????????? ?????????????? ?????? ???????????????????? ???????????? ???????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? ?? ?????????? ???????????????? ??????????????????????" - - - - - ???????????????? ?? ???????????????????? ???????? - -?????????????????????? ???????????? ?????? ???????????????? ?? ?????????? "?????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ?????????????????? ?????????? ??(??????) ????????" - - - - - - - - ?????????????????? ??????????????????. ?????????????????????? ?????? ?????????????????? ?? ?????????????? "?????????????????? ??????????????????" ?? ?? ???????????? ???????????????????? ???????????????? ???? "?????????????? ?????????????????????? ?? ???????????????????????????? ??????????????" - - - - - - - - - - - - ???????????????? ???? ???????? - - - - - ???????????????????? ???????? (?????????????????????? ??????????????????) - - - - - - ???????????????????? ???????? (?????????????????????? ??????????????????) - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - -?????????? ???????????????????? ???????????????????? ???? ???????? - - - - - ?????????? ?????????????????????? ???????????????????? - - - - - - - - - - - ?????????? ?????????????????????? ???????????????? - - - - - - - - - - - ?????????? ?????????????????????? ?????????? - - - - - - - - - - - - - - ?????????????????????? ?????????????????? ???????????????? ???? ?????? ????. ???????? (????) - - - - - - - ?????????????????????????? ?????????????????? ?????? - - - - - ?????????????????? ?????????????????????????? ?????????????????? - - - - - - - - - - - ??????????????????????, ?????????????????? ?????????????? ???? ?????????????????????????? - - - - - ?????????????????????? ?????? ???????????????????? ????????, ?????????????????? ?????????????? ???? ?????????????????????????? - - - - - - ???????? ?????????????? ???? ??????????????????????????. ???? ?????????????????? ?????????????????????? ???????? ???????????????????? ?????????????????????????? - - - - - ?????????? ?????????????? ???? ?????????????????????????? - - - - - - - - - - ?????????????? ?????????????????????????? ???? ?????? (?????????271). ???? ?????????????????? ???????????? ?? ?????????? 3 "???????????? ??????????" - - - - - ?????????????????????? ?????????? ?????????????????? ???? ??????????????????????????. ?????????????????????? ???????????????????? ???????? ???? ???????????? ??????????, ???????? ?????????????? ?????????????????????????? ???? ?????? "?????????????? ????????" (?????? ???????????? 1) - - - - - - - ?????????? ?????? ?????????????????????? ?? ???????????????????????????? ?????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????? ?????????????????????? ?????????????????? - - - - - ?????????????????????????? ???????????????? -???????????????????? ???????????????? -(C)OMPETENT - ???????????????????? (?????????? ????????????) -(N)OT_COMPETENT- ???? ???????????????????? (???????????? ??????????????????????) - - - - - - - - - - - - ???????????????? - - - - - - ?????????? ?????????????? - - - - - ???????????????????? ?????????????????????? - - - - ???????????????????? ?????????????????????? ???????? - - - - - ???????????????????? ?????????????????????? ???????????????? - - - - - ???????????????????? ?????????????????????? ?????????????????????????? - - - - - - ???????? ?????????????????????? -???????????????????? ????????????????: -DECISION_IS_(M)ADE - ?????????????? ?????????????? -DECISION_IS_(N)OT_MADE - ?????????????? ???? ?????????????? - - - - - - - - - - - - - - - - - ???????????????? ?????? (?????? ????????????????) - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ???????????????????????? ?????????????????????????? ??????????/ ???????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????? ?????????????????????? ?????????????????? - - - - - ?????????? ???????????????????? - - - - ?????????????? ?????????????????????? (???????????????? ??????????) - - - - - - ???????? ???????????? ???????????? ?????????????? ?????????????????????????? - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - - - - - ?????????? ?????????????????????? - - - - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - - - - - - - ?????????????? ?????????????????????? ?? ???????????????????????????? ?????????????? - - - - - - ???????? ?? ?????????? ???????????? ???????????????????? ?????????????????????? - - - - - ???????? ?? ?????????? ?????????????????? ???????????????????? ?????????????????????? - - - - - ?????????????? ???????????? ?????????????????????? ?? ???????????????????? ?????????? ?????????????? ?????????????????????????? - - - - - - - - - - ?????????????? ???????????????????????? ?? ?????????????????????? ?? (??????) ??????????????????????, ?????????????? ?????????? ???????????????????????? ???? ???????????? ???????????????? - - - - - - - - - - ??????????????, ?? ?????????????? ???????????????????? ?????????????????????? - - - - - ???????????? ?????? - -?????????????????????? ???????????? ???????? ?? tns:VotingSystem ?????????????? "???????????????????????? ???????????????????????????? ??????????????" ?????? "????????" - - - - - - - - - ??????????-?????????????? ?????????????????????? - - - - - - - ???????? ?? ?????????? ???????????????????? ???????????????? - - - - - ?????????? ???????????????????? ???????????????? - - - - - - - - - - - ???????? ???????????? ???????????? ?????????????? ?????????????????????????? - - - - - ???????? ?????????????????? ???????????? ?????????????? - - - - - ?????????? ???????????? ?????????????? - - - - - - - - - - - - - - - - ?????? ???????????????? - -???????????????? ?????????????????? ????????????????: --Owners - ???????????????? ?????????????????????????? --Homeowners - ???????????????? ?????? --Cooperative - ???????????????? ?????????????????????? - - - - - ?????? ???????????????? - - - - ???????????????????????? ???????????????? - - - - - ?????????????????? ???????????????? - - - - - - ???????????????? ???? ?????????????????????? ???????????????? - - - - - - ???????????????????? ???????? (?????????????????????? ??????????????????) - - - - - ?????????????????????? ?????????????????? ???????????????? ???? ?????? ????. ???????? (????) - - - - - - - - ?????????????????????????? ???????????????? -???????????????????? ???????????????? -(C)OMPETENT - ???????????????????? (?????????? ????????????) -(N)OT_COMPETENT- ???? ???????????????????? (???????????? ??????????????????????) - - - - - - - - - - - - ???????????????? - - - - - - - ?????????? ?????????????? - - - - - ???????????? - - - - - - - - - - - ?????? ?????????????? (?????? ???63) - - - - - ?????? ?????????????? ?????? ?????? (?????? ???341) - - - - - - - - - - ?????? ?????????????? ?????? ?????????????????????? - - - - ???????? ?? ???????????? - - - - - ?????? ?? ???????????? - - - - - - ???????????????????? ?????????????????????? - - - - ???????????????????? ?????????????????????? ???????? - - - - - ???????????????????? ?????????????????????? ???????????????? - - - - - ???????????????????? ?????????????????????? ?????????????????????????? - - - - - - ?????????????????? ???????????? ???????????????????????? ?????????? (???????????????????? ???????? ??????????\???????????? ???????????????????????? ???????????? ?????? 62) - - - - - ?????????????????? ???????????? ???????????????????? ?????? (???????????????????? ?????????????? ?????????????????????? ?????? 25) - - - - - ??????????????, ?? ?????????????? ???????????????????? ??????????????????????. ?????????????????????? ???????????? ?????? ?????????????? "?????????????????????????? ???????? ???????????????????????????? ?????????????? ?????? ???????????????????? ???????????? ???????????????? ?????????????????????????? ?????????????????? ?? ?????????????????????????????? ???????? ?? ?????????? ???????????????? ??????????????????????" - - - - - ???????????????? ?? ???????????????????? ???????? - -?????????????????????? ???????????? ?????? ???????????????? ?? ?????????? "?????????????????????? ???????????????????????????? ???????????? ???????????????? ?? ?????????????????? ?????????? ??(??????) ????????" - - - - - - ???????? ?????????????????????? -???????????????????? ????????????????: -DECISION_IS_(M)ADE - ?????????????? ?????????????? -DECISION_IS_(N)OT_MADE - ?????????????? ???? ?????????????? - - - - - - - - - - - - - - ?????????????????? ??????????????????. ?????????????????????? ?????? ???????????????????? ?????? ?? ?????????????? "????????????????" - - - - - - - - - - - - ???????????????????? ?? ??????????????, ?? ?????????????? ???????????????????? ???????????????? - - - - - ??????????????, ?? ?????????????? ???????????????????? ?????????????????????? - - - - - ?????????????????????? ???????? ?? VotingSystem ?????????????? "???????????????????????? ???????????????????????????? ??????????????" ?????? "???????? ??????????????" - - - - ???????????????????????? ?????????????? - - - - - - - - - - - ?????????????????????????? ??????????????. ?????????? ???????? ???????????????? ???????????? ???????? ?? VotingSystem ?????????????? "???????????????????????? ???????????????????????????? ??????????????" - - - - - - ?????????? ?? ???????? ????????????????. ?????????????????????? ???????? ?? VotingSystem ?????????????? "???????????????????????? ???????????????????????????? ??????????????" ?????? "???????? ??????????????" - - - - - - - - - - - - - - - ??????????????????/???????????????????? - - - - ?????????????????????? - - - - - ???????????????????? ???????? - - - - - - ??????????. ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? - - - - - ???????? ???????????????? - - - - - ???????? ???????????? ???????????????? ???????????????? - - - - - ?????????????????????? ???????? ?????????????????? ???????????????? ???????????????? - - - - - ?????????????? ???????????????? - - - - - - - - - - ?????????????????????? - - - - - - - - - - ???????????? ?????????? ???? ???????????????????????????? ?? ?????????????????????? ?????????? ???????????? ?????????????????? ?????????????????????????? ?????????????????? ?? ?????? ?? ?????????? - - - - - ?????????????????????? ???????????????????????? ??????????????, ?????????????????? ???? ?????????????????????? ???????????? ???????????? ?????????????????? - - - - - - - - - - ?????????????????? ???????????????? (??????????????/???????????????????????????? ????????????????????) - - - - - ???????????????? ???????????????? ?????????????????????????? - - - - - - ???????????????? ???????????????? ?????????????????????????? (???????????????????? ???????????? ??????????????????) - - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????? ?????????????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????????? ???????????????????? ?????????????????? ?????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ???????????????? ?????????????????????????? ?? ?????? ?????? (???????????????????? ?????????????????? ???? ?????????????? ???????????????? ?? ??????????????????????) - - - - - - - - ?????????????? ???????????????? ???? ?????????????????????????? ????????????? - - - - - - - - - ??????????????????/???????????????????? - - - - ?????????????????????? - - - - - ???????????????????? ???????? - - - - - - ??????????. ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? - - - - - ???????? ???????????????? - - - - - ???????? ???????????? ???????????????? ???????????????? - - - - - ?????????????????????? ???????? ?????????????????? ???????????????? ???????????????? - - - - - ?????????????? ???????????????? - - - - - - - - - - ?????????????????????? - - - - - - - - - - ???????????? ?????????? ???? ???????????????????????????? ?? ?????????????????????? ?????????? ???????????? ?????????????????? ?????????????????????????? ?????????????????? ?? ?????? ?? ?????????? - - - - - - - - - - - ?????????????????????? ???????????????????????? ??????????????, ?????????????????? ???? ?????????????????????? ???????????? ???????????? ?????????????????? - - - - - - - - - - ?????????????????? ???????????????? (??????????????/???????????????????????????? ????????????????????) - - - - - ???????????????? ???????????????? ?????????????????????????? - - - - - - ???????????????? ???????????????? ?????????????????????????? (???????????????????? ???????????? ??????????????????) - - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????? ?????????????????????? ?????????????????? - - - - - ??????????????????, ???????????????????????????? ???????????????????? ?????????????????? ?????????????? - - - - - - - - ?????????????????????????? ???????????? ?????????????????? ???????????????? ?????????????????????????? ?? ?????? ?????? (???????????????????? ?????????????????? ???? ?????????????? ???????????????? ?? ??????????????????????) - - - - - - - - - - ?????????????????? - ???????????????????? ???????? - - - - - - - ?????? (M- ??????????????, F-??????????????) - - - - - - - - - - - - - ???????? ???????????????? - - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - - - - - ?????????????????????????? ???????????????? - - - - - - ????????????????, ???????????????????????????? ???????????????? (?????? 95) - - - - - ?????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - ???????? ???????????? ?????????????????? - - - - - - - - ?????? ???????????????? - - - - - - - - - - ???????????? ?????????????????? ?? ???????????????????? ???????????? ???????????????? - - - - - - - - - - - - ??????????????, ?? ?????????????? ???????????????????? ???????????????? - - - - - ?????? ?????? - - - - - ?????????????????????? ?????????????????????????????? ???????????????????????????? ?????????????? ?????????????? ???????????? ?????????????????????????????? ?? ?????????????????????????? ???????????? (????????) - - - - - ???????????????????????? ???????????????????????????? ?????????????? - - - - - ???????? ?????????????? - - - - - - - ?????????? ?????????????? ?? ?????????????????????? - - - - - - - - - ?????????????? ???????????????????????? ???? ????????????????, ???????????????????? ?? ???????????????????? ?????????? - - - - - - - ???????????????? ?? ??????????????????????????. - -??????????????????????, ???????? ?? ?????????????????? ?????????????????? ?????????????????????????? ???????????????????????? - - - - - ???????????? ???????????????? - - - - - ?????????????????????? ?????????? ?????????????? ???????????????????????? - - - - - - - ?????????????? ???? ?????????????? - - - - - ?????????? ?????????????? - - - - - ?????????????? ???????????????????????? - - - - ?????????????? ???????????????????????? ???????? - - - - - ?????????????? ???????????????????????? ???????????????? - - - - - ?????????????? ???????????????????????? ?????????????????????????? - - - - - - ?????????????? "?????????????????????? ???????????????????????? ?? ???????????????????????????? ??????????????". ?????????? ???????? ?????????? true ???????????? ?????? ?????????????????????? ?? ???????????? ???????????????????? "?????????????? ?????????????????????? ?? ???????????????????????????? ??????????????" - - - - - - - ???????????????????????????? ?????????????? ???? ?????????????? - - - - - - ?????????? ?????????????? - - - - - ???????????? - - - - - - - - - - - - ?????????????? ???????????????????????? - - - - ?????????????? ???????????????????????? ???????? - - - - - ?????????????? ???????????????????????? ???????????????? - - - - - ?????????????? ???????????????????????? ?????????????????????????? - - - - - - ?????????????? "?????????????????????? ???????????????????????? ?? ???????????????????????????? ??????????????". ?????????? ???????? ?????????? true ???????????? ?????? ?????????????????????? ?? ???????????? ???????????????????? "?????????????? ?????????????????????? ?? ???????????????????????????? ??????????????" - - - - - - - ???????????????????? ???????? ?????? ?????????????? - - - - - - - - ?????????????????????????? ???????????????? ?????? ?????????????? - - - - - - ????????????????, ???????????????????????????? ???????????????? (?????? 95) - - - - - ?????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - - - - ???????????????? ?? ???????????????????????? - - - - - - ???????????????????? ???????? (?????????????????????? ??????????????????) - - - - - - - ?????????????????? ???????????????????????????? ???????????????? - - - - - ?????????????????????????? ???????????????? ???????????????????????? - - - - - - - - - - ?????????????????????? ?????????????????????? ???? ?????? ????. ???????? (????) - - - - - - - - ???????????????? ?? ?????????????????????????? - - - - - - ?????????? ?????????????????????????????? ?????????????????????? - - - - - - - - - - ???????? ?????????????????????????????? ?????????????????????? - - - - - ?????????? ?????????????????? - - - - - ?????????? ?????????????? ?????????????????? - - - - - ?????? ?????????????????????????? - - - - - - ?????????????? - - - - - ???????????????????????????? - - - - - ???????????????????? - - - - - - - - ???????????? ????????, ?????????????????????????? ????????????????????????. -??????????????????????, ???????? "?????? ??????????????????????????"="??????????????" - - - - - - ???????? ??????????????????????????. ???????????? ???????? (??????????????????) - - - - - - - - - - - ???????? ??????????????????????????. ???????????? ???????? (??????????????????????) - - - - - - - - - - - - - - - - - ???????????????? ?? ?????????????????????????? ?????? ???????????????? - - - - - - ?????????? ?????????????????????????????? ?????????????????????? - - - - - - - - - - ???????? ?????????????????????????????? ?????????????????????? - - - - - ?????????? ?????????????????? - - - - - ?????????? ?????????????? ?????????????????? - - - - - ?????? ?????????????????????????? - - - - - - ?????????????? - - - - - ???????????????????????????? - - - - - ???????????????????? - - - - - - - - ???????????? ????????, ?????????????????????????? ????????????????????????. -??????????????????????, ???????? "?????? ??????????????????????????"="??????????????" - - - - - - ???????? ??????????????????????????. ???????????? ???????? (??????????????????) - - - - - - - - - - - ???????? ??????????????????????????. ???????????? ???????? (??????????????????????) - - - - - - - - - - - - - - - - - ???????????????? ?? ?????????????????????????? - - - - - - - ???????????????????? ???????? (??????????????????????????) - - - - - - - ?????????????????? ???????????????????????????? ???????????????? - - - - - ?????????????????????????? ???????????????? ?????????????????????????? - - - - - - - - - - ?????????????????????? ?????????????????????????? ???? ?????? ????. ???????? - - - - - - ?????????????????????????? ???????????????????????? ?????????????????? ???? ?????????????????? ????????????????????????, ???????????????????????????? ?????????????????????? - - - - - ????????????????, ???????????????????????????? ???????????????? ?????????????????????????????????? ???????????????????????? ?????????????????? - - - - - - - - ???????????????????? ?????????? ???????????????????????? - - - - - - - ???????????????? ?? ??????????????????????????. ??????????????????????, ???????? ?????????? ???????????? ???????????????????????????? ???????????????????????? - - - - - ?????????????????????? ?????????? ???????????? ???????????????????????? - - - - - - - ???????????? ?????????????????????? ???????????? ???????????????????????? - - - - - ???????????????? - - - - - ?????????????????????? - - - - - - - ???????????????????? ?????????? ???????????????????????? (?????? ????????????????) - - - - - ???????????????? ?????????????????????????? ?????????????????? ?? ???????????????????? ???????????? ???????????????? - - - - - ???????????????? ?????????????????????????? ?????????????????????? ???????????? ???????????????????????? - - - - - - - ???????????????? ?? ??????????????????????????. ??????????????????????, ???????? ?????????? ???????????? ???????????????????????????? ???????????????????????? - - - - - ?????????????????????? ?????????? ???????????? ???????????????????????? - - - - - ???????????? ?????????????????????? ???????????? ????????????????????????. -???????????????????? ????????????????: --Posted-???????????????? --Annuled-?????????????????????? - - - - - ???????? ?? ?????????? ???????????????????? ?????????????????????? ???????????? - - - - - - - ???????????? ?????????????????? ?????????? - - - - - ?????? ????????: MKD - ?????????????????????????????? ?????? ZHD - ?????????? ?????? ZHDBlockZastroyki - ?????????? ?????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? (??????????????????) / ?????????? ?????????? - - - - - ?????????? ?????????????? (?????????????????????? ?? ???????????? ???????????????? ?????????????????????????? ??????????????????) - - - - - - - ???????????? ?????????????????? ?????????? (??????????????) - - - - - ?????? ????????: MKD - ?????????????????????????????? ?????? ZHD - ?????????? ?????? ZHDBlockZastroyki - ?????????? ?????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - ?????????? ???????? -???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? - - - - - ?????????? ???????????????? (??????????????????) / ?????????? ?????????? - - - - - ?????????? ?????????????? (?????????????????????? ?? ???????????? ???????????????? ?????????????????????????? ??????????????????) - - - - - - - ?????????? ???????????????? ???????????????????? ???????????????? - - - - - - ?????????????????????????? ???????????????? ???????????????????? ???????????????? - - - - ?????????? - - - - - ???????????????? - - - - ???????????? ?????????????????? - - - - - ?????????? ?????????????????? - - - - - - - - - ???????????????? ?????????????????????????? - - - - - - - ?????????????????????? ???????? ?????? ???????????????????????????? ?????????????????????????????? ?? ???????? - - - - - - - - ???????????????????? ???????? ?? ???????? - - - - - ?????????????? - - - - - - - - - - - ?????? - - - - - - - - - - - ???????????????? - - - - - - - - - - - ?????? (M- ??????????????, F-??????????????) - - - - - - - - - - - - - ???????? ???????????????? - - - - - - - - - ?????????? ???????????????? - - - - - - - - - - - - - ???? ?? ???? ?????? ?????? ?? ???????????????? ???????????????????????????????? - - - - - ?????? ????. ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3) - - - - - - - - - - ???????????????????????? ????????????. ???????????? ???? ?????? "???????????????????????????? ????????????" (???????????????????? ?????????? 239) - - - - - - - - - - ???????? ???????????? ???????????????? ?????????????? - - - - - ???????? ?????????????????? ???????????????? ??????????????. ???????????????? ????????????????????????, ???????? ?????????????? ???????????????? ?? AutomaticRollOverOneYear ?????? ???? ?????????????? ???????????????? ?? IndefiniteTerm - - - - - - - ???????????????? ?????????? ???????????????? ?????????????? ???? ???????????????? - - - - - - - - - ???????????????? ???????????????????? ???????????????? - - - - - - - - - - - ???????????????????????? ?????????? ???????????????????? ???????????????? - - - - - - - - ???????????????? ???????????????????????????? ???? - - - - - ?????????????????? (????????????????) ?????????? ???? - - - - - - - - - - ?????????? ???? (?????????????????????? ?????? ???????????????????? ?????? ??????????????) - - - - - - - - - - ???????????? ???? (?????????????????????? ?????? ???????????????????? ?????? ??????????????) - - - - - - - - - - ???????? ?????????????????? - - - - - ???????? ?????????? ?? ???????????????????????? -???????? ??????????????????????, ???????? ?????? ???? ?????????????? ???? "???????????????????????? (??????????????????????)" - - - - - ?????????????? ?????????????????????? ???????????????????????????? ???????????? ?????????????????? - - - - - ???????????????????? ?? ?????????????? ?????????????????????? ???????????????????????????? ???????????? ?????????????????? ???? ?????????????????? ???????????????????????? ?????????????????????????? ?????????????? (?????????????????????? ?????? ????????????????????, ???????? tns:RemoteMeteringMode = true, ?? ?????????????????? ???????????? ???????? ???? ???????????????????????????? ?????? ??????????????) - - - - - - - - - - ???????? ?????????????????? ?????????????? (???????? ?????????????????????? ?????? ????????????????????, ???????? ???? - ???????????????????????? (??????????????????????)) - - - - - ?????????????????????????? ???????????????? (?????? 16) (???????? ?????????????????????? ?????? ????????????????????, ???????? ???? - ???????????????????????? (??????????????????????)) - - - - - ???????? ???????????????????????????? ???? ??????????????- ?????????????????????????? (?????????????????????? ?????? ???????????????????? ?????? ??????????????) - - - - - ?????????????? ???????????????? ???????????????????? - - - - - ?????????????? ???????????????? ???????????????? - - - - - ?????????????? ?????? ?????????????????????????? ?????????? ?????????????????????????? ?????? - - - - - - ???????????????????????????? ???????????????????????? ???? (?????? ?????????????? ?????????? = "???????????????????????? (??????????????????????)") - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? (?????? ?????????????? ?????????????????????? ?????? ???????????????????? ?????????? ?? ???????????? ??????????, ?????????? ?????????????????????? ???????????????? ?????????????? FIASHouseGuid) - - - - - ???????????????????? ?? ?????????????? ???????????????? ?????????????????????? ?? ?????????????????? ???? ???????????????????????????? ???? ???????? ?????????? (?????????????????????? ?????? ????????????????????, ???????? tns:TemperatureSensor = true, ?? ?????????????????? ???????????? ???????? ???? ???????????????????????????? ?????? ??????????????) - - - - - - - - - - ???????????????????? ?? ?????????????? ???????????????? ???????????????? ?? ?????????????????? ???? ???????????????????????????? ???? ???????? ?????????? (?????????????????????? ?????? ????????????????????, ???????? tns:PressureSensor = true, ?? ?????????????????? ???????????? ???????? ???? ???????????????????????????? ?????? ??????????????) - - - - - - - - - - ?????????????????????? ?????????? ?????????????? ???????? ?????????? - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - - - - ???????????????????????????? ?????? ???????????? ?????????????????? (?????? ?????????????? ?????????? = "????????????????????????????") - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????? ?????? ?????????????? ???????????? 11.1.0.8 ?? ???????????????? ???????????? 11.1.0.2 ?? 14.8.0.1 - - - - - ?????????????????????????? ???? - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - ?????????????????????? ?????? ???????????????? ?????? ???????????? 14.8.0.1. ?????? ?????????????? ???????????????????????? - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????) ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????? ?????? ???????????????? ???????????? 11.1.0.2 ?? 14.8.0.1 - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????????????? ???????????????????????? ???? ?????? ?????? ???????????? ?????????????????? - - - - - - - - ???????????????????????????? ?????? ???????????????? ?????????????????? (?????? ?????????????? ?????????? = "????????????????????????????") - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????? ?????? ?????????????? ???????????? 11.1.0.8 ?? ???????????????? ???????????? 11.1.0.2 ?? 14.8.0.1 - - - - - ?????????????????????????? ???? - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - ?????????????????????? ?????? ???????????????? ?????? ???????????? 14.8.0.1. ?????? ?????????????? ???????????????????????? - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????) ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????? ?????? ???????????????? ???????????? 11.1.0.2 ?? 14.8.0.1 - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????????????? ???????????????????????? ???? ?????? ?????? ???????????????? ?????????????????? - - - - - - - - ???????????????????????????? ?????? ???????????? ???????? (?????? ?????????????? ?????????? = "????????????????????????????", ?????? ???????? = "??????????") - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ???????? (?????? ?????????????? ?????????????????????? ?????? ???????????????????? ?????????? ?? ???????????? ??????????, ?????????? ?????????????????????? ???????????????? ?????????????? FIASHouseGuid) - - - - - ?????????????????????????? ???? - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - - - ???????????????? ???????????????????????? ???? ?????? ?????? ???????????? ???????? - - - - - - - - ???????????????????????????? ???????????????????? ?????? (?????? ?????????????? ?????????? = "??????????????????") - - - - - - ?????????????????????????? ??????????????. -?????????????????????? ?????? ?????????????? ?? ???????????????? ???????????? 11.1.0.2 - - - - - ?????????????????????????? ???? - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - ?????????????????????? ?????? ???????????????? ?????? ???????????? 14.8.0.1. ?????? ?????????????? ???????????????????????? - - - - - - ?????????????????????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - - - - - ???????????????? ???????????????????????? ???? ?????? ???????????????????? ?????? - - - - - - - - ???????????????????????????? ?????????????????????????????? ???? (?????? ?????????????? ?????????????????????????? ??????????????????) (?????? ?????????????? ?????????? = "?????????? (????????????????????)") - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????? ?????? ?????????????? ???????????? 11.1.0.8 ?? ???????????????? ???????????? 11.1.0.2 ?? 14.8.0.1 - - - - - ?????????????????????????? ???? - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - ?????????????????????? ?????? ???????????????? ?????? ???????????? 14.8.0.1. ?????? ?????????????? ???????????????????????? - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????) ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????). -?????????????????????? ?????? ???????????????? ???????????? 11.1.0.2 ?? 14.8.0.1 - - - - - ?????????? ?????????????????? - - - - - - - - - - ???????????????? ???????????????????????? ???? ?????? ?????????????????????????????? ???? - - - - - - - - - - - ?????? ?????? ???????????????? ????, ???????????????????????????? ???? ???? ???????????? ???????????????? ??????????????????, ?? ?????????? ?????? ???????????????? ???????????????? ?? ???? - - - - - ???????????????? ???????????????????????????? - - - - - ???????????????????? ?? ?????????? ???????????????? ???? ?? ?????????????? ????. ?????? ???????????????????? ???????????? ?? ????, ???????? ???? ?????????? ?????????? ?? ?????????????? ????, ???????????????????? ?????????????????? ???????????????????? ?????????????????? ?????????????????? ???? - - - - ?????????? ??????????????(????) ???????????????????????? ???????????? ?? ?????????????? ???????????????? ???? (???????????? ?? ?????????????? ???? ??????) - - - - - ?????????? ??????????????(????) ???????????????????????? ?? ?????????????? ???????????????????? ???????????????? ?????????? - - - - - - ?????????? ?????????????????? ???????????????? ?????????????? ??????????. ?????????????????? ????????????????: in - ???? ??????????/???? ???????????????? ????????????????????????, out - ???? ????????????/???? ???????????????? ????????????????????????. ???????? ???????????? ?????????? ???????????????? ?????????????????????????? ??????????????, ???? ???? ?????????????????????????????? ???? ??????????/???? ????????????; ???????? ???????????? ?????????? ???????????????? ???????????????????????? ????????????, ???????????????? ???? ?????????????????????????? ??????????????, ???? ???? ?????????????????????????????? ???? ???????????????? ???????????????????????? / ???? ???????????????? ???????????????????????? - - - - - - - - - - - ?????????????????????????? ???????????? ????, ?????????????????????? ?? ?????? ??????, ?? ?????????????? ?????????????????? ???????????????????? ?????????? ???????????????? ???? - - - - - - - - - - ???????????????? ?? ???????????????????????? ?????????????? ?? ?????????????????? ???????????????????? ?????????????????? ???? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ?????????????????? ???????????????????? ?????????????????? ?? ?????????????????????? ?????????????????????????? ?????? ????, ?????????????????????? ????????????????????????????. ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ???????????????? ?? ???????????????????????? ???????????????? ???? (????????????????????????????, ???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????? ?????????????????????????? ???? - - - - - - - - ?????? ?????? ???????????????? ????, ???????????????????????????? ???? ???? ???????????? ???????????????? ??????????????????, ?? ?????????? ?????? ???????????????? ???????????????? ?? ???? - - - - - ???????????????? ???????????????????????????? - - - - - ???????????????????? ?? ?????????? ???????????????? ???? ?? ?????????????? ????. ?????? ???????????????????? ???????????? ?? ????, ???????? ???? ?????????? ?????????? ?? ?????????????? ????, ???????????????????? ?????????????????? ???????????????????? ?????????????????? ?????????????????? ???? - - - - ?????????? ??????????????(????) ???????????????????????? ???????????? ?? ?????????????? ???????????????? ???? (???????????? ?? ?????????????? ???? ??????) - - - - - ?????????? ??????????????(????) ???????????????????????? ?? ?????????????? ???????????????????? ???????????????? ?????????? - - - - - - ?????????? ?????????????????? ???????????????? ?????????????? ??????????. ?????????????????? ????????????????: in - ???? ??????????/???? ???????????????? ????????????????????????, out - ???? ????????????/???? ???????????????? ????????????????????????. ???????? ???????????? ?????????? ???????????????? ?????????????????????????? ??????????????, ???? ???? ?????????????????????????????? ???? ??????????/???? ????????????; ???????? ???????????? ?????????? ???????????????? ???????????????????????? ????????????, ???????????????? ???? ?????????????????????????? ??????????????, ???? ???? ?????????????????????????????? ???? ???????????????? ???????????????????????? / ???? ???????????????? ???????????????????????? - - - - - - - - - - - ?????????????????????????? ???????????? ????, ?????????????????????? ?? ?????? ??????, ?? ?????????????? ?????????????????? ???????????????????? ?????????? ???????????????? ???? - - - - - - - - - - ???????????????? ?? ???????????????????????? ?????????????? ?? ?????????????????? ???????????????????? ?????????????????? ???? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ?????????????????? ???????????????????? ?????????????????? ?? ?????????????????????? ?????????????????????????? ?????? ????, ?????????????????????? ????????????????????????????. ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - - ???????????????? ?? ???????????????????????? ???????????????? ???? (????????????????????????????, ???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????). ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????? ?????????????????????????? ???? - - - - - - - - ?????? ?????? ???????????????????????????? ???? ?????????? ???????????? ???????????????? ?????????????????? - - - - - ?????????????????? (????????????????) ?????????? ???? - - - - - - - - - - ?????????? ???? (?????????????????????? ?????? ???????????????????? ?????? ??????????????) - - - - - - - - - - ???????????? ???? (?????????????????????? ?????? ???????????????????? ?????? ??????????????) - - - - - - - - - - ???????? ?????????????????? - - - - - ???????? ?????????? ?? ???????????????????????? - - - - - ?????????????? ?????????????????????? ???????????????????????????? ???????????? ?????????????????? - - - - - ???????????????????? ?? ?????????????? ?????????????????????? ???????????????????????????? ???????????? ?????????????????? ???? ?????????????????? ???????????????????????? ?????????????????????????? ?????????????? (?????????????????????? ?????? ????????????????????, ???????? tns:RemoteMeteringMode = true, ?? ?????????????????? ???????????? ???????? ???? ???????????????????????????? ?????? ??????????????) - - - - - - - - - - ?????????????? ???????????????? ???????????????????? - - - - - ?????????????? ???????????????? ???????????????? - - - - - ???????????????????????????? ???????????????????????? ???? (???????????????? ?????????????????????? "?????? ?????????????? ??????????" = ???????????????????????? (????????????????????????)) - - - - - - ???????????????????? ?? ?????????????? ???????????????? ?????????????????????? ?? ?????????????????? ???? ???????????????????????????? ???? ???????? ?????????? (?????????????????????? ?????? ????????????????????, ???????? tns:TemperatureSensor = true, ?? ?????????????????? ???????????? ???????? ???? ???????????????????????????? ?????? ??????????????) - - - - - - - - - - ???????????????????? ?? ?????????????? ???????????????? ???????????????? ?? ?????????????????? ???? ???????????????????????????? ???? ???????? ?????????? (?????????????????????? ?????? ????????????????????, ???????? tns:PressureSensor = true, ?? ?????????????????? ???????????? ???????? ???? ???????????????????????????? ?????? ??????????????) - - - - - - - - - - - - - ?? ???????????? ?????????????????? ?????????????? ???????????? ???????????????????? ???????????????? ???? ???????????????????? ???????????????? (???????????? ?????????? ?????????????????? ????????????????) - - - - - ?????????????????????? ?????????? ???????? ?????????? ???????? ?????????? ?? ???????????????????????? - - - - - ?????????????????????? ???????????? ?????? ????, ?????????????????????????????? ?????????????????? - - - - ???????????? ???? ?????????????????? ?????????????? ??????????????????. ???????????????????????? ???????????? (???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????) ???????????? ???????? ???????????? ?????? ????, ?????? ?? ?????? ???????????????? ???? - - - - - ???????????? ???? ?????????????????? ?????????????? ?????????????????? ???? ?????????????????????????? ??????????????. ???????????????????? ???????????????? ?????? ???????????????????? ?????????????? ?????????????????? ?? ?????????????????????? ?? ?????????? ???? ???? ???????????????????? ?????????????? (???????? ???????? ?????????????????? ?????????????????????????????? ???????????? ???????? ??????????????????). - - - - - - ???????? ?????????????????? ?????????????? (???????? ?????????? ?????????????????????????? ?????????? ???????????? ???????????????? ??????????????????, ???? ?????????????????? ?? ???????????????????????????? ?????????? ???????????????? ???????????? ??????????????) - - - - - ???????? ???????????????????????????? ???? ??????????????-?????????????????????????? - - - - - ?????????????? ?????? ?????????????????????????? ?????????? ?????????????????????????? ?????? - - - - - ???????????????????? ?? ?????????? ???????????????? ???? ?? ?????????????? ????. ?????? ???????????????????? ???????????? ?? ????, ???????? ???? ?????????? ?????????? ?? ?????????????? ????, ???????????????????? ?????????????????? ???????????????????? ?????????????????? ?????????????????? ???? - - - - ?????????? ??????????????(????) ???????????????????????? ???????????? ?? ?????????????? ???????????????? ???? (???????????? ?? ?????????????? ???? ??????) - - - - - ?????????? ??????????????(????) ???????????????????????? ?? ?????????????? ???????????????????? ???????????????? ?????????? - - - - - - ?????????? ?????????????????? ???????????????? ?????????????? ??????????. ?????????????????? ????????????????: in - ???? ??????????/???? ???????????????? ????????????????????????, out - ???? ????????????/???? ???????????????? ????????????????????????. ???????? ???????????? ?????????? ???????????????? ?????????????????????????? ??????????????, ???? ???? ?????????????????????????????? ???? ??????????/???? ????????????; ???????? ???????????? ?????????? ???????????????? ???????????????????????? ????????????, ???????????????? ???? ?????????????????????????? ??????????????, ???? ???? ?????????????????????????????? ???? ???????????????? ???????????????????????? / ???? ???????????????? ???????????????????????? - - - - - - - - - - - ?????????????????????????? ???????????? ????, ?????????????????????? ?? ?????? ??????, ?? ?????????????? ?????????????????? ???????????????????? ?????????? ???????????????? ???? - - - - - - - - - ?????????????????? ???????????? ???????????????????????????? ???? - - - - - - ???????????????????????????? ?????? ???????????? ?????????????????? (?????? ?????????????? ?????????? = "????????????????????????????") - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????? ??????????????????) - - - - - - - - ???????????????????????????? ?????? ???????????????? ?????????????????? (?????? ?????????????? ?????????? = "????????????????????????????") - - - - - - ?????????????????????????? ?????????????????? (?????? = ?????????????? ??????????????????) - - - - - - - - ???????????????????????????? ?????? ???????????? ???????? (?????? ?????????????? ?????????? = "????????????????????????????", ?????? ???????? = "??????????") - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ????????, ?????????????? ???????????????????? ???????????????????? ?? ???????????????? ???????????? ???? (???? ???????????? ?????????????????????? ?????? ?????????????? tns:importMeteringDeviceDataRequest/tns:FIASHouseGuid) - - - - - ?????????????? "???????????????? ?????????? ???? ???? ?????????? ????????, ?????????????????? ?? tns:importMeteringDeviceDataRequest/tns:FIASHouseGuid?" - - - - - - - - ???????????????????????????? ???????????????????????? ???? (?????? ?????????????? ?????????? = "???????????????????????? (??????????????????????)") - - - - - - ???????????????????? ???????????????????? ?????????????????????????? ???????? ???? ????????, ?????????????? ???????????????????? ???????????????????? ?? ???????????????? ???????????? ???? (???? ???????????? ?????????????????????? ?????? ?????????????? tns:importMeteringDeviceDataRequest/tns:FIASHouseGuid) - - - - - ?????????????? "???????????????? ?????????? ???? ???? ?????????? ???????? ???????????????????? ?? tns:importMeteringDeviceDataRequest/ tns:FIASHouseGuid?" - - - - - - - - ???????????????????????????? ???????????????????? ?????? (?????? ?????????????? ?????????? = "??????????????????" - - - - - - ?????????????????????????? ?????????????? - - - - - - - - ???????????????????????????? ?????????????????????????????? ???? (?????? ?????????????? ?????????????????????????? ??????????????????) (?????? ?????????????? ?????????? = "?????????? (????????????????????)") - - - - - - ?????????????????????????? ???????????? ?????????????????? - - - - - - - - - - - - - ???????????????? ?? ???????????????????????? ?????????????? ???? ?? ?????????????????? ???????????????????? ?????????????????? (???????????????? ????????, ?????????????? ????????, ???????????????? ??????????????, ??????, ?????????????? ?????????????? ????????). ???????????????????????? ?????? ???????????????? / ?????????????????? ???? ?????? ?????????????????????? ???? - - - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? (???? ???????????????????????? ???????????????????????????? ????????). ???????????????????? ?????? ????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - 112: ????????, 113: ???????????????????? ????????, 233: ??????????????????????, 245: ????????????????-??????, 246: ????????????????-??????, 271: ????????????, A056: ????????????????????, A058: ???????????????????? - - - - - - - - - - - - - - - - - - - ???????????????? ?? ???????????????????????? ?????????????? ???? ?? ?????????????????? ???????????????????? ?????????????????? (???????????????? ????????, ?????????????? ????????, ???????????????? ??????????????, ??????, ?????????????? ?????????????? ????????). ???????????????????????? ?????? ???????????????? / ?????????????????? ???? ?????? ?????????????????????? ???? - - - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? (???? ???????????????????????? ???????????????????????????? ????????). ???????????????????? ?????? ????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - 112: ????????, 113: ???????????????????? ????????, 233: ??????????????????????, 245: ????????????????-??????, 246: ????????????????-??????, 271: ????????????, A056: ????????????????????, A058: ???????????????????? - - - - - - - - - - - - - - - ???????????????? ?????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - - - - - ???????????? ?????????????????????????? ????: ???????????????????????? ????????????, ?????????????????? ???????????????????? ?????????????????? ?? ???????????????? ?????????????????? ???? ?? (???????? ????????????????????) ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????, ???????????????? ???????????? ?? ???????????????????? ????. ???????????????????????? ?????? ???????????????? ???????????? ???? - - - - - - - ???????????????? ?????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - ?????? ?????????????? - - - - - ?????????????????????????? ??????????????????????, ?????????????? ?????????? ?????????????????? ?? ??????????????. ???? ??????????????????????, ???????? ?????????????????? ???????? ?????????????? ?????????????????????? - - - - - - - - - ?????????????????? ???????????????????? ?????????????????? (?????????????????????????? ??????????????) ?? ???????????????? ?? ???? (??????????. ?????????????????????????? ?? ????). ?? ?????????????????????? ???? ???????????????????? ??????????????????, ???????????????? ?????? ???????????????? ????, ???????????????????????? ?????? ?????? ???? ???????????????????? ?????????????? - - - - - - - ?????????????????????? ?????????????????????????? - - - - - - - - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? (???? ???????????????????????? ???????????????????????????? ????????). ???????????????????? ?????? ????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - 245: ????????????????-?????? - - - - - - - - - - - - ?????????????????? ???????????????????? ?????????????????? (?????????????????????????? ??????????????) ?? ???????????????????? ???????????????? ?? ???? (??????????. ??????????????????????????). ?? ?????????????????????? ???? ???????????????????? ??????????????????, ???????????????? ?????? ???????????????? ????, ???????????????????????? ?????? ?????? ???? ???????????????????? ??????????????. - - - - - - - ?????????????????????? ?????????????????????????? - - - - - - - - - - - - - - - - ???????????? ???????????????????????????? ????: ???????????????????????? ????????????, ?????????????????? ???????????????????? ?????????????????? ?? ???????????????? ?????????????????? ???? ?? (???????? ????????????????????) ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????, ???????????????? ???????????? ?? ???????????????????? ????. ???????????????????????? ?????? ???????????????? ???????????? ???? - - - - - - - ?????????????????????? ?????????????????????????? - - - - - - - - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? (???? ???????????????????????? ???????????????????????????? ????????). ???????????????????? ?????? ????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - 245: ????????????????-?????? - - - - - - - - ???????????????? ?????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? ???? ???????????? T1 - - - - - ???????????????? ???? ???????????? T2 - - - - - ???????????????? ???? ???????????? T3 - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - - - - - ???????????? ???????????????????????????? ????: ???????????????????????? ????????????, ?????????????????? ???????????????????? ?????????????????? ?? ???????????????? ?????????????????? ???? ?? (???????? ????????????????????) ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????, ???????????????? ???????????? ?? ???????????????????? ????. ???????????????????????? ?????? ???????????????? ???????????? ???? - - - - - - - ???????????????? ?????????????????? ????, ???????????????????? ?? ???????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ??????????????????. ??????????????????????, ???????? ???? ?????????????????? ???? ???????????????????? ???? ???? ???? ???? ?????????????????? - - - - - - ???????????????? ???? ???????????? T1 - - - - - ???????????????? ???? ???????????? T2 - - - - - ???????????????? ???? ???????????? T3 - - - - - ?????????????? ?????????????????? ?????????????????????????? ?????????????? ???? ?????????????????? - - - - - - - - ?????? ?????????????? - - - - - ?????????????????????????? ??????????????????????, ?????????????? ?????????? ?????????????????? ?? ??????????????. ???? ??????????????????????, ???????? ?????????????????? ???????? ?????????????? ?????????????????????? - - - - - - - - - ???????????????? ?? ???????????????????????? ?????????????? ???? (????????????????????????????, ???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????) - - - - - ???????????????????????? ???????????? (????????????????????????????, ???????????????? ??????????????, ??????, ?????????????? ????????, ???????????????? ????????, ?????????????? ?????????????? ????????) (?????? 2) - - - - - ?????? ?????????????? ?????????????????? ?????????????????? ???? ???? ???? - - - - - - - - - - - - - - - - - ???????????????????? ?????????????? ???? (1, 2 ?????? 3). ?????????????????????? ???????????? ?????? ???? - ???????????????????????????? - - - - - - - - - - - ?????????????????????? ??????????????????????????. ?????????? ?????????????????????? ???????????? ?????? ???? ???????????????????????????? - - - - - - - - - - - - - - ???????????????????? ???? ?????????????????????????? (??????????????) - - - - - ?????????????? ???????????????????????? - - - - - - - - - - - - ???????????? ?????????????????? - - - - - - ?????? ?????????????????? ?? ?????????????????????????? ???????????????? ???????????????????? ?????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - - ?????? ?????????????????? (?????????????????????? ???????????????????? ???? ?????????????????????? ?????? 362) - - - - - - - ???????????? ?????????????????? ?????? ???????????????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ?????????????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? ?? ?????????????????????????? ???????????????? ???????????????????? ?????????????????? ?? ?? ???????????? ???????????? ???????????????????????? ?? ???????????????? ?????????????????? - - - - - ?????? ?????????????????? (???????????????? ???? ?????????????????????? 362) - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-individual-registry-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-individual-registry-base.xsd deleted file mode 100644 index 0ff232e..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-individual-registry-base.xsd +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - Удостоверение личности - - - - - - Документ, удостоверяющий личность (НСИ 95) - - - - - Серия документа - - - - - - - - - - - Номер документа - - - - - - - - - - - Дата выдачи документа - - - - - - - - Физическое лицо - - - - - - - - - - - - - - - - - - СНИЛС - - - - - - - - - - - Фамилия - - - - - - - - - - - Имя - - - - - - - - - - - Отчество - - - - - - - - - - - ФИО - - - - - - - - - - ФИО - - - - - - - - - - Пол (M- мужской, F-женский) - - - - - - - - - - - - - Дата рождения - - - - - Место рождения - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-metering-device-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-metering-device-base.xsd deleted file mode 100644 index c009401..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-metering-device-base.xsd +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - Идентификатор ПУ - - - - - - Показание ПУ. Значение (15 до запятой, 7 после) - - - - - - - - Коммунальный ресурс и показание ПУ для однотарифного ПУ. Используется при импорте показаний поверки и фиксации показаний ПУ при его замене, а также, как базовый класс для других типов - - - - - Коммунальный ресурс (тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) - - - - - Значение - - - - - - - Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ. Используется при экспорте данных ПУ - - - - - - - Кем внесено - - - - - Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином - - - - - - - - - Данные однотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ, время внесения в Систему. Используется при экспорте показаний ПУ - - - - - - - Дата и время внесения в Систему - - - - - - - - - Показания ПУ электрической энергии. Используется при импорте показаний поверки и фиксации показаний ПУ при его замене, а также, как базовый класс для других типов - - - - - Значение по тарифу T1 - - - - - Значение по тарифу T2 - - - - - Значение по тарифу T3 - - - - - - - Данные многотарифного ПУ: коммунальный ресурс, последние полученные показания в единицах измерения ПУ, источник данных о показаниях ПУ. Используется при экспорте данных ПУ - - - - - - - Кем внесено - - - - - Идентификатор организации, которая ввела показания в Систему. Не заполняется, если показания были введены гражданином - - - - - - - - - Данные многотарифного ПУ: коммунальный ресурс, последнее полученное показание в единицах измерения ПУ, источник данных о показаниях ПУ, время внесения в Систему. Используется при экспорте показаний ПУ - - - - - - - Дата и время внесения в Систему - - - - - - - - - Объемы потребленных ресурсов по ПУ (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) - - - - - Коммунальный ресурс (электроэнергия, тепловая энергия, газ, горячая вода, холодная вода, сточные бытовые воды) (НСИ 2) - - - - - Объем по тарифу T1 - - - - - Объем по тарифу T2 - - - - - Объем по тарифу T3 - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-nsi-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-nsi-base.xsd deleted file mode 100644 index cbd302d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-nsi-base.xsd +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - Ссылка на справочник - - - - - Код записи справочника - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - Скалярный тип. Наименование справочника. Строка не более 200 символов. - - - - - - - - Скалярный тип. Реестровый номер справочника. Код не более 10 символов. - - - - - - - - Составной тип. Наименование, дата и время последнего изменения справочника. - - - - - Реестровый номер справочника. - - - - - Наименование справочника. - - - - - Дата и время последнего изменения справочника. - - - - - - - Перечень справочников с датой последнего изменения каждого из них. - - - - - Дата и время формирования перечня справочников. - - - - - Наименование, дата и время последнего изменения справочника. - - - - - - - - Данные справочника. - - - - - Реестровый номер справочника. - - - - - Дата и время формирования данных справочника. - - - - - Элемент справочника верхнего уровня. - - - - - - - Составной тип. Элемент справочника. - - - - - Код элемента справочника, уникальный в пределах справочника. - - - - - Глобально-уникальный идентификатор элемента справочника. - - - - - - Дата и время последнего изменения элемента справочника (в том числе создания). - - - - - - Дата начала действия значения - - - - - Дата окончания действия значения - - - - - - - Признак актуальности элемента справочника. - - - - - Наименование и значение поля для элемента справочника. - - - - - Дочерний элемент. - - - - - - - Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. - - - - - Наименование поля элемента справочника. - - - - - - - Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Строка". - - - - - - - - - Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Да/Нет". - - - - - - - - - Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Вещественное". - - - - - - - - - Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Дата". - - - - - - - - - Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Целое число". - - - - - - - - - Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. - - - - - - - Запись элемента справочника типа "Перечислимый". - - - - - - Код поля элемента справочника типа "Перечислимый". - - - - - Значение поля элемента справочника типа "Перечислимый". - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. - - - - - - - Ссылка на справочник. - - - - - - Реестровый номер справочника. - - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. - - - - - - - Ссылка на элемент внутреннего справочника. - - - - - - Реестровый номер справочника. - - - - - Ссылка на элемент справочника. - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. - - - - - - - Код единицы измерения по справочнику ОКЕИ. - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. - - - - - - - Ссылка на элемент справочника ФИАС. - - - - - - Идентификационный код позиции в справочнике ФИАС. - - - - - Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. - - - - - - - - - - - - Составной тип. Наименование и значение поля "Вложение" - - - - - - - Документ - - - - - - - - - Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. - - - - - - - - Группа справочника: -NSI - (по умолчанию) общесистемный -NSIRAO - ОЖФ - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-organizations-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-organizations-base.xsd deleted file mode 100644 index c001395..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-organizations-base.xsd +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - КПП - - - - - - - - - - - - - ОГРН - - - - - - - - - - ОГРНИП - - - - - - - - - - ОКОПФ - - - - - - - - - - - ОКОГУ - - - - - - - - - - Телефон - - - - - - - - - - - - - - - - - - - - - - - БИК - - - - - - - - БИК - - - - - - ИНН - - - - - НЗА (Номер записи об аккредитации) - - - - - - - - НЗА (Номер записи об аккредитации) - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-organizations-registry-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-organizations-registry-base.xsd deleted file mode 100644 index f53a4c7..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-organizations-registry-base.xsd +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - - - - Полное наименование - - - - - - - - - - - Фирменное наименование - - - - - Юридическое лицо - - - - - - - - - Дата государственной регистрации - - - - - - - - Адрес регистрации - - - - - Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) - - - - - Дата прекращения деятельности - - - - - - - ОП (Обособленное подразделение) - - - - - Полное наименование - - - - - - - - - - - Сокращенное наименование - - - - - - - - - - - - - - - Адрес регистрации - - - - - - - - - - - Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) - - - - - Дата прекращения деятельности - - - - - Источник информации - - - - - - - от - - - - - - - - - - - ФПИЮЛ (Филиал или представительство иностранного юридического лица) - - - - - - - - - - Адрес места нахождения(жительства)_текст - - - - - Адрес места нахождения(жительства)_ФИАС - - - - - Дата внесения записи в реестр аккредитованных - - - - - Дата прекращения действия аккредитации - - - - - Страна регистрации иностранного ЮЛ (Справочник ОКСМ, альфа-2) - - - - - - - - - - - - - Индивидуальный предприниматель - - - - - Фамилия - - - - - Имя - - - - - Отчество - - - - - Пол (M- мужской, F-женский) - - - - - - - - - - - - - ОГРН - - - - - Дата государственной регистрации - - - - - - - - Организация в реестре организаций - - - - - - - - - - Версия организации в реестре организаций - - - - - - - - - - Организация и версия организации в реестре организаций - - - - - - - - - Идентификатор корневой сущности организации в реестре организаций - - - - - Идентификатор версии записи в реестре организаций - - - - - Сокращенное наименование - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-premises-base.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-premises-base.xsd deleted file mode 100644 index 7f6914b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/hcs-premises-base.xsd +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - Глобальный уникальный идентификатор дома по ФИАС - - - - - - Тип уникального номера дома - - - - - - - - Тип уникального номера помещения - - - - - - - - Тип уникального номера комнаты - - - - - - - - Площадь жилого помещения (7 до запятой, 2 после) - - - - - - - - - - Площадь территории/здания - - - - - - - - - - Площадь помещения - - - - - - - - - - Площадь помещения (для экспорта данных) - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/xmldsig-core-schema.xsd b/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/xmldsig-core-schema.xsd deleted file mode 100644 index e036087..0000000 --- a/Hcs.Client/Connected Services/Service.Async.HouseManagement.v15_7_0_1/xmldsig-core-schema.xsd +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest.datasource deleted file mode 100644 index 127fd1b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader.datasource deleted file mode 100644 index fb6fa2f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse.datasource deleted file mode 100644 index 0c28ec9..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse.datasource deleted file mode 100644 index 1f7310b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse.datasource deleted file mode 100644 index 01cb397..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult.datasource deleted file mode 100644 index 0e3764d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse.datasource deleted file mode 100644 index 7f3a476..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse.datasource deleted file mode 100644 index c04044d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse.datasource deleted file mode 100644 index b522764..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse.datasource deleted file mode 100644 index 1f95029..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse.datasource deleted file mode 100644 index b86de97..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse.datasource deleted file mode 100644 index 909832c..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse.datasource b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse.datasource deleted file mode 100644 index 9eb0399..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse, Connected Services.Service.Async.Nsi.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Reference.cs b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Reference.cs deleted file mode 100644 index cc1a3a9..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Reference.cs +++ /dev/null @@ -1,6162 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -namespace Hcs.Service.Async.Nsi.v15_7_0_1 { - - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string errorMessageField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ErrorMessage { - get { - return this.errorMessageField; - } - set { - this.errorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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 ObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string idField; - - private string mimeTypeField; - - private string encodingField; - - /// - [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="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - public string MimeType { - get { - return this.mimeTypeField; - } - set { - this.mimeTypeField = value; - this.RaisePropertyChanged("MimeType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Encoding { - get { - return this.encodingField; - } - set { - this.encodingField = value; - this.RaisePropertyChanged("Encoding"); - } - } - - 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 SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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 PGPDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType1[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType1[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType1 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - PGPKeyID, - - /// - PGPKeyPacket, - } - - /// - [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 X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged { - - private string x509IssuerNameField; - - private string x509SerialNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string X509IssuerName { - get { - return this.x509IssuerNameField; - } - set { - this.x509IssuerNameField = value; - this.RaisePropertyChanged("X509IssuerName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string X509SerialNumber { - get { - return this.x509SerialNumberField; - } - set { - this.x509SerialNumberField = value; - this.RaisePropertyChanged("X509SerialNumber"); - } - } - - 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 X509DataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - X509CRL, - - /// - X509Certificate, - - /// - X509IssuerSerial, - - /// - X509SKI, - - /// - X509SubjectName, - } - - /// - [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 RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - 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.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 RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] modulusField; - - private byte[] exponentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] Modulus { - get { - return this.modulusField; - } - set { - this.modulusField = value; - this.RaisePropertyChanged("Modulus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Exponent { - get { - return this.exponentField; - } - set { - this.exponentField = value; - this.RaisePropertyChanged("Exponent"); - } - } - - 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 DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] pField; - - private byte[] qField; - - private byte[] gField; - - private byte[] yField; - - private byte[] jField; - - private byte[] seedField; - - private byte[] pgenCounterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] P { - get { - return this.pField; - } - set { - this.pField = value; - this.RaisePropertyChanged("P"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Q { - get { - return this.qField; - } - set { - this.qField = value; - this.RaisePropertyChanged("Q"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] G { - get { - return this.gField; - } - set { - this.gField = value; - this.RaisePropertyChanged("G"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] - public byte[] Y { - get { - return this.yField; - } - set { - this.yField = value; - this.RaisePropertyChanged("Y"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] - public byte[] J { - get { - return this.jField; - } - set { - this.jField = value; - this.RaisePropertyChanged("J"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] - public byte[] Seed { - get { - return this.seedField; - } - set { - this.seedField = value; - this.RaisePropertyChanged("Seed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] - public byte[] PgenCounter { - get { - return this.pgenCounterField; - } - set { - this.pgenCounterField = value; - this.RaisePropertyChanged("PgenCounter"); - } - } - - 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 KeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string[] textField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - 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 KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType2[] itemsElementNameField; - - private string[] textField; - - private string idField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType2[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType2 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - KeyName, - - /// - KeyValue, - - /// - MgmtData, - - /// - PGPData, - - /// - RetrievalMethod, - - /// - SPKIData, - - /// - X509Data, - } - - /// - [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 SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private string idField; - - private byte[] valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] - public byte[] Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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.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 SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMACOutputLengthField; - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string HMACOutputLength { - get { - return this.hMACOutputLengthField; - } - set { - this.hMACOutputLengthField = value; - this.RaisePropertyChanged("HMACOutputLength"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] - 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.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 CanonicalizationMethodType : 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.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 SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private CanonicalizationMethodType canonicalizationMethodField; - - private SignatureMethodType signatureMethodField; - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CanonicalizationMethodType CanonicalizationMethod { - get { - return this.canonicalizationMethodField; - } - set { - this.canonicalizationMethodField = value; - this.RaisePropertyChanged("CanonicalizationMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureMethodType SignatureMethod { - get { - return this.signatureMethodField; - } - set { - this.signatureMethodField = value; - this.RaisePropertyChanged("SignatureMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] - 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 SignatureType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignedInfoType signedInfoField; - - private SignatureValueType signatureValueField; - - private KeyInfoType keyInfoField; - - private ObjectType[] objectField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SignedInfoType SignedInfo { - get { - return this.signedInfoField; - } - set { - this.signedInfoField = value; - this.RaisePropertyChanged("SignedInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureValueType SignatureValue { - get { - return this.signatureValueField; - } - set { - this.signatureValueField = value; - this.RaisePropertyChanged("SignatureValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public KeyInfoType KeyInfo { - get { - return this.keyInfoField; - } - set { - this.keyInfoField = value; - this.RaisePropertyChanged("KeyInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] - public ObjectType[] Object { - get { - return this.objectField; - } - set { - this.objectField = value; - this.RaisePropertyChanged("Object"); - } - } - - /// - [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.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] - [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/base/")] - public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignatureType signatureField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] - public SignatureType Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - 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://dom.gosuslugi.ru/schema/integration/base/")] - public partial class BaseAsyncResponseType : BaseType { - - private sbyte requestStateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte RequestState { - get { - return this.requestStateField; - } - set { - this.requestStateField = value; - this.RaisePropertyChanged("RequestState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-service-async/", ConfigurationName="Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync")] - public interface NsiPortsTypeAsync { - - // CODEGEN: Контракт генерации сообщений с операцией importAdditionalServices не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importAdditionalServices", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importAdditionalServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse importAdditionalServices(Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importAdditionalServices", ReplyAction="*")] - System.Threading.Tasks.Task importAdditionalServicesAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importMunicipalServices не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importMunicipalServices", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importMunicipalServices", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse importMunicipalServices(Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importMunicipalServices", ReplyAction="*")] - System.Threading.Tasks.Task importMunicipalServicesAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importOrganizationWorks не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importOrganizationWorks", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importOrganizationWorks", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse importOrganizationWorks(Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importOrganizationWorks", ReplyAction="*")] - System.Threading.Tasks.Task importOrganizationWorksAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importCommunalInfrastructureSystem не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importCommunalInfrastructureSystem", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importCommunalInfrastructureSystem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse importCommunalInfrastructureSystem(Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importCommunalInfrastructureSystem", ReplyAction="*")] - System.Threading.Tasks.Task importCommunalInfrastructureSystemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportDataProviderNsiItem не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProviderNsiItem", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:exportDataProviderNsiItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse exportDataProviderNsiItem(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProviderNsiItem", ReplyAction="*")] - System.Threading.Tasks.Task exportDataProviderNsiItemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportDataProviderPagingNsiItem не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProviderPagingNsiItem", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:exportDataProviderPagingNsiItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse exportDataProviderPagingNsiItem(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProviderPagingNsiItem", ReplyAction="*")] - System.Threading.Tasks.Task exportDataProviderPagingNsiItemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest request); - - // CODEGEN: Контракт генерации сообщений с операцией importCapitalRepairWork не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importCapitalRepairWork", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importCapitalRepairWork", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse importCapitalRepairWork(Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importCapitalRepairWork", ReplyAction="*")] - System.Threading.Tasks.Task importCapitalRepairWorkAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importBaseDecisionMSP не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importBaseDecisionMSP", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importBaseDecisionMSP", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse importBaseDecisionMSP(Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importBaseDecisionMSP", ReplyAction="*")] - System.Threading.Tasks.Task importBaseDecisionMSPAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией importGeneralNeedsMunicipalResource не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:importGeneralNeedsMunicipalResource", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.Nsi.v15_7_0_1.Fault), Action="urn:importGeneralNeedsMunicipalResource", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse importGeneralNeedsMunicipalResource(Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:importGeneralNeedsMunicipalResource", ReplyAction="*")] - System.Threading.Tasks.Task importGeneralNeedsMunicipalResourceAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1 request); - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeader : HeaderType { - - private object itemField; - - private ItemChoiceType1 itemElementNameField; - - private bool isOperatorSignatureField; - - private bool isOperatorSignatureFieldSpecified; - - private ISCreator[] iSCreatorField; - - public RequestHeader() { - this.isOperatorSignatureField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType1 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsOperatorSignature { - get { - return this.isOperatorSignatureField; - } - set { - this.isOperatorSignatureField = value; - this.RaisePropertyChanged("IsOperatorSignature"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsOperatorSignatureSpecified { - get { - return this.isOperatorSignatureFieldSpecified; - } - set { - this.isOperatorSignatureFieldSpecified = value; - this.RaisePropertyChanged("IsOperatorSignatureSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizen : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType3[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType3[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocument : object, System.ComponentModel.INotifyPropertyChanged { - - private RequestHeaderCitizenDocumentDocumentType documentTypeField; - - private string seriesField; - - private string numberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RequestHeaderCitizenDocumentDocumentType DocumentType { - get { - return this.documentTypeField; - } - set { - this.documentTypeField = value; - this.RaisePropertyChanged("DocumentType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Series { - get { - return this.seriesField; - } - set { - this.seriesField = value; - this.RaisePropertyChanged("Series"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Number { - get { - return this.numberField; - } - set { - this.numberField = value; - this.RaisePropertyChanged("Number"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class RequestHeaderCitizenDocumentDocumentType : 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemsChoiceType3 { - - /// - CitizenPPAGUID, - - /// - Document, - - /// - SNILS, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)] - public enum ItemChoiceType1 { - - /// - Citizen, - - /// - SenderID, - - /// - orgPPAGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged { - - private string iSNameField; - - private string iSOperatorNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ISName { - get { - return this.iSNameField; - } - set { - this.iSNameField = value; - this.RaisePropertyChanged("ISName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ISOperatorName { - get { - return this.iSOperatorNameField; - } - set { - this.iSOperatorNameField = value; - this.RaisePropertyChanged("ISOperatorName"); - } - } - - 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/base/")] - public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importAdditionalServicesRequest : BaseType { - - private importAdditionalServicesRequestImportAdditionalServiceType[] importAdditionalServiceTypeField; - - private importAdditionalServicesRequestRecoverAdditionalServiceType[] recoverAdditionalServiceTypeField; - - private importAdditionalServicesRequestDeleteAdditionalServiceType[] deleteAdditionalServiceTypeField; - - private string versionField; - - public importAdditionalServicesRequest() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportAdditionalServiceType", Order=0)] - public importAdditionalServicesRequestImportAdditionalServiceType[] ImportAdditionalServiceType { - get { - return this.importAdditionalServiceTypeField; - } - set { - this.importAdditionalServiceTypeField = value; - this.RaisePropertyChanged("ImportAdditionalServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RecoverAdditionalServiceType", Order=1)] - public importAdditionalServicesRequestRecoverAdditionalServiceType[] RecoverAdditionalServiceType { - get { - return this.recoverAdditionalServiceTypeField; - } - set { - this.recoverAdditionalServiceTypeField = value; - this.RaisePropertyChanged("RecoverAdditionalServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteAdditionalServiceType", Order=2)] - public importAdditionalServicesRequestDeleteAdditionalServiceType[] DeleteAdditionalServiceType { - get { - return this.deleteAdditionalServiceTypeField; - } - set { - this.deleteAdditionalServiceTypeField = value; - this.RaisePropertyChanged("DeleteAdditionalServiceType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importAdditionalServicesRequestImportAdditionalServiceType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private string additionalServiceTypeNameField; - - private string itemField; - - private ItemChoiceType itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string AdditionalServiceTypeName { - get { - return this.additionalServiceTypeNameField; - } - set { - this.additionalServiceTypeNameField = value; - this.RaisePropertyChanged("AdditionalServiceTypeName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=3)] - [System.Xml.Serialization.XmlElementAttribute("StringDimensionUnit", typeof(string), Order=3)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public string Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", IncludeInSchema=false)] - public enum ItemChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - StringDimensionUnit, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importAdditionalServicesRequestRecoverAdditionalServiceType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importAdditionalServicesRequestDeleteAdditionalServiceType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ResultHeader : HeaderType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private AckRequestAck ackField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AckRequestAck Ack { - get { - return this.ackField; - } - set { - this.ackField = value; - this.RaisePropertyChanged("Ack"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string requesterMessageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RequesterMessageGUID { - get { - return this.requesterMessageGUIDField; - } - set { - this.requesterMessageGUIDField = value; - this.RaisePropertyChanged("RequesterMessageGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importAdditionalServicesRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest importAdditionalServicesRequest; - - public importAdditionalServicesRequest1() { - } - - public importAdditionalServicesRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest importAdditionalServicesRequest) { - this.RequestHeader = RequestHeader; - this.importAdditionalServicesRequest = importAdditionalServicesRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importAdditionalServicesResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importAdditionalServicesResponse() { - } - - public importAdditionalServicesResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importMunicipalServicesRequest : BaseType { - - private importMunicipalServicesRequestImportMainMunicipalService[] importMainMunicipalServiceField; - - private importMunicipalServicesRequestRecoverMainMunicipalService[] recoverMainMunicipalServiceField; - - private importMunicipalServicesRequestDeleteMainMunicipalService[] deleteMainMunicipalServiceField; - - private string versionField; - - public importMunicipalServicesRequest() { - this.versionField = "11.0.0.4"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportMainMunicipalService", Order=0)] - public importMunicipalServicesRequestImportMainMunicipalService[] ImportMainMunicipalService { - get { - return this.importMainMunicipalServiceField; - } - set { - this.importMainMunicipalServiceField = value; - this.RaisePropertyChanged("ImportMainMunicipalService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RecoverMainMunicipalService", Order=1)] - public importMunicipalServicesRequestRecoverMainMunicipalService[] RecoverMainMunicipalService { - get { - return this.recoverMainMunicipalServiceField; - } - set { - this.recoverMainMunicipalServiceField = value; - this.RaisePropertyChanged("RecoverMainMunicipalService"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteMainMunicipalService", Order=2)] - public importMunicipalServicesRequestDeleteMainMunicipalService[] DeleteMainMunicipalService { - get { - return this.deleteMainMunicipalServiceField; - } - set { - this.deleteMainMunicipalServiceField = value; - this.RaisePropertyChanged("DeleteMainMunicipalService"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importMunicipalServicesRequestImportMainMunicipalService : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private nsiRef municipalServiceRefField; - - private bool generalNeedsField; - - private bool generalNeedsFieldSpecified; - - private bool selfProducedField; - - private bool selfProducedFieldSpecified; - - private string mainMunicipalServiceNameField; - - private nsiRef municipalResourceRefField; - - private string oKEIField; - - private object itemField; - - public importMunicipalServicesRequestImportMainMunicipalService() { - this.generalNeedsField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public nsiRef MunicipalServiceRef { - get { - return this.municipalServiceRefField; - } - set { - this.municipalServiceRefField = value; - this.RaisePropertyChanged("MunicipalServiceRef"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool GeneralNeeds { - get { - return this.generalNeedsField; - } - set { - this.generalNeedsField = value; - this.RaisePropertyChanged("GeneralNeeds"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool GeneralNeedsSpecified { - get { - return this.generalNeedsFieldSpecified; - } - set { - this.generalNeedsFieldSpecified = value; - this.RaisePropertyChanged("GeneralNeedsSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool SelfProduced { - get { - return this.selfProducedField; - } - set { - this.selfProducedField = value; - this.RaisePropertyChanged("SelfProduced"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SelfProducedSpecified { - get { - return this.selfProducedFieldSpecified; - } - set { - this.selfProducedFieldSpecified = value; - this.RaisePropertyChanged("SelfProducedSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string MainMunicipalServiceName { - get { - return this.mainMunicipalServiceNameField; - } - set { - this.mainMunicipalServiceNameField = value; - this.RaisePropertyChanged("MainMunicipalServiceName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public nsiRef MunicipalResourceRef { - get { - return this.municipalResourceRefField; - } - set { - this.municipalResourceRefField = value; - this.RaisePropertyChanged("MunicipalResourceRef"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=7)] - public string OKEI { - get { - return this.oKEIField; - } - set { - this.oKEIField = value; - this.RaisePropertyChanged("OKEI"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("SortOrder", typeof(string), Order=8)] - [System.Xml.Serialization.XmlElementAttribute("SortOrderNotDefined", typeof(bool), Order=8)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importMunicipalServicesRequestRecoverMainMunicipalService : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private bool hierarchyRecoverField; - - private bool hierarchyRecoverFieldSpecified; - - public importMunicipalServicesRequestRecoverMainMunicipalService() { - this.hierarchyRecoverField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool HierarchyRecover { - get { - return this.hierarchyRecoverField; - } - set { - this.hierarchyRecoverField = value; - this.RaisePropertyChanged("HierarchyRecover"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HierarchyRecoverSpecified { - get { - return this.hierarchyRecoverFieldSpecified; - } - set { - this.hierarchyRecoverFieldSpecified = value; - this.RaisePropertyChanged("HierarchyRecoverSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importMunicipalServicesRequestDeleteMainMunicipalService : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importMunicipalServicesRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest importMunicipalServicesRequest; - - public importMunicipalServicesRequest1() { - } - - public importMunicipalServicesRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest importMunicipalServicesRequest) { - this.RequestHeader = RequestHeader; - this.importMunicipalServicesRequest = importMunicipalServicesRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importMunicipalServicesResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importMunicipalServicesResponse() { - } - - public importMunicipalServicesResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importOrganizationWorksRequest : BaseType { - - private ImportOrganizationWorkType[] importOrganizationWorkField; - - private importOrganizationWorksRequestRecoverOrganizationWork[] recoverOrganizationWorkField; - - private importOrganizationWorksRequestDeleteOrganizationWork[] deleteOrganizationWorkField; - - private string versionField; - - public importOrganizationWorksRequest() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportOrganizationWork", Order=0)] - public ImportOrganizationWorkType[] ImportOrganizationWork { - get { - return this.importOrganizationWorkField; - } - set { - this.importOrganizationWorkField = value; - this.RaisePropertyChanged("ImportOrganizationWork"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RecoverOrganizationWork", Order=1)] - public importOrganizationWorksRequestRecoverOrganizationWork[] RecoverOrganizationWork { - get { - return this.recoverOrganizationWorkField; - } - set { - this.recoverOrganizationWorkField = value; - this.RaisePropertyChanged("RecoverOrganizationWork"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteOrganizationWork", Order=2)] - public importOrganizationWorksRequestDeleteOrganizationWork[] DeleteOrganizationWork { - get { - return this.deleteOrganizationWorkField; - } - set { - this.deleteOrganizationWorkField = value; - this.RaisePropertyChanged("DeleteOrganizationWork"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/")] - public partial class ImportOrganizationWorkType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private object itemField; - - private string workNameField; - - private nsiRef serviceTypeRefField; - - private nsiRef[] requiredServiceRefField; - - private string item1Field; - - private Item1ChoiceType item1ElementNameField; - - private ImportOrganizationWorkType[] importOrganizationWorkField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ElementGuid", typeof(string), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("InsertInCopiedWorks", typeof(bool), Order=1)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string WorkName { - get { - return this.workNameField; - } - set { - this.workNameField = value; - this.RaisePropertyChanged("WorkName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef ServiceTypeRef { - get { - return this.serviceTypeRefField; - } - set { - this.serviceTypeRefField = value; - this.RaisePropertyChanged("ServiceTypeRef"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RequiredServiceRef", Order=4)] - public nsiRef[] RequiredServiceRef { - get { - return this.requiredServiceRefField; - } - set { - this.requiredServiceRefField = value; - this.RaisePropertyChanged("RequiredServiceRef"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OKEI", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=5)] - [System.Xml.Serialization.XmlElementAttribute("StringDimensionUnit", typeof(string), Order=5)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("Item1ElementName")] - public string Item1 { - get { - return this.item1Field; - } - set { - this.item1Field = value; - this.RaisePropertyChanged("Item1"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public Item1ChoiceType Item1ElementName { - get { - return this.item1ElementNameField; - } - set { - this.item1ElementNameField = value; - this.RaisePropertyChanged("Item1ElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportOrganizationWork", Order=7)] - public ImportOrganizationWorkType[] ImportOrganizationWork { - get { - return this.importOrganizationWorkField; - } - set { - this.importOrganizationWorkField = value; - this.RaisePropertyChanged("ImportOrganizationWork"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", IncludeInSchema=false)] - public enum Item1ChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/base/:OKEI")] - OKEI, - - /// - StringDimensionUnit, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importOrganizationWorksRequestRecoverOrganizationWork : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private bool hierarchyRecoverField; - - private bool hierarchyRecoverFieldSpecified; - - public importOrganizationWorksRequestRecoverOrganizationWork() { - this.hierarchyRecoverField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool HierarchyRecover { - get { - return this.hierarchyRecoverField; - } - set { - this.hierarchyRecoverField = value; - this.RaisePropertyChanged("HierarchyRecover"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool HierarchyRecoverSpecified { - get { - return this.hierarchyRecoverFieldSpecified; - } - set { - this.hierarchyRecoverFieldSpecified = value; - this.RaisePropertyChanged("HierarchyRecoverSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importOrganizationWorksRequestDeleteOrganizationWork : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importOrganizationWorksRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest importOrganizationWorksRequest; - - public importOrganizationWorksRequest1() { - } - - public importOrganizationWorksRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest importOrganizationWorksRequest) { - this.RequestHeader = RequestHeader; - this.importOrganizationWorksRequest = importOrganizationWorksRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importOrganizationWorksResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importOrganizationWorksResponse() { - } - - public importOrganizationWorksResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importCommunalInfrastructureSystemRequest : BaseType { - - private importCommunalInfrastructureSystemType[] importCommunalInfrastructureSystemField; - - private importCommunalInfrastructureSystemRequestRecoverCommunalInfrastructureSystem[] recoverCommunalInfrastructureSystemField; - - private importCommunalInfrastructureSystemRequestDeleteCommunalInfrastructureSystem[] deleteCommunalInfrastructureSystemField; - - private string versionField; - - public importCommunalInfrastructureSystemRequest() { - this.versionField = "11.5.0.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportCommunalInfrastructureSystem", Order=0)] - public importCommunalInfrastructureSystemType[] ImportCommunalInfrastructureSystem { - get { - return this.importCommunalInfrastructureSystemField; - } - set { - this.importCommunalInfrastructureSystemField = value; - this.RaisePropertyChanged("ImportCommunalInfrastructureSystem"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RecoverCommunalInfrastructureSystem", Order=1)] - public importCommunalInfrastructureSystemRequestRecoverCommunalInfrastructureSystem[] RecoverCommunalInfrastructureSystem { - get { - return this.recoverCommunalInfrastructureSystemField; - } - set { - this.recoverCommunalInfrastructureSystemField = value; - this.RaisePropertyChanged("RecoverCommunalInfrastructureSystem"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteCommunalInfrastructureSystem", Order=2)] - public importCommunalInfrastructureSystemRequestDeleteCommunalInfrastructureSystem[] DeleteCommunalInfrastructureSystem { - get { - return this.deleteCommunalInfrastructureSystemField; - } - set { - this.deleteCommunalInfrastructureSystemField = value; - this.RaisePropertyChanged("DeleteCommunalInfrastructureSystem"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/")] - public partial class importCommunalInfrastructureSystemType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private string systemNameField; - - private nsiRef communalSystemInfrastructureTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string SystemName { - get { - return this.systemNameField; - } - set { - this.systemNameField = value; - this.RaisePropertyChanged("SystemName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef CommunalSystemInfrastructureType { - get { - return this.communalSystemInfrastructureTypeField; - } - set { - this.communalSystemInfrastructureTypeField = value; - this.RaisePropertyChanged("CommunalSystemInfrastructureType"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importCommunalInfrastructureSystemRequestRecoverCommunalInfrastructureSystem : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importCommunalInfrastructureSystemRequestDeleteCommunalInfrastructureSystem : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importCommunalInfrastructureSystemRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest; - - public importCommunalInfrastructureSystemRequest1() { - } - - public importCommunalInfrastructureSystemRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest) { - this.RequestHeader = RequestHeader; - this.importCommunalInfrastructureSystemRequest = importCommunalInfrastructureSystemRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importCommunalInfrastructureSystemResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importCommunalInfrastructureSystemResponse() { - } - - public importCommunalInfrastructureSystemResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class getStateResult : BaseAsyncResponseType { - - private object[] itemsField; - - private string versionField; - - public getStateResult() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiItem", typeof(NsiItemType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiList", typeof(NsiListType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiPagingItem", typeof(getStateResultNsiPagingItem), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/base/")] - public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string descriptionField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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/base/")] - public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string gUIDField; - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class CommonResultTypeError : ErrorMessageType { - } - - /// - [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 NsiItemType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private System.DateTime createdField; - - private NsiElementType[] nsiElementField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime Created { - get { - return this.createdField; - } - set { - this.createdField = value; - this.RaisePropertyChanged("Created"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiElement", Order=2)] - public NsiElementType[] NsiElement { - get { - return this.nsiElementField; - } - set { - this.nsiElementField = value; - this.RaisePropertyChanged("NsiElement"); - } - } - - 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 NsiElementType : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - private string gUIDField; - - private System.DateTime[] itemsField; - - private ItemsChoiceType4[] itemsElementNameField; - - private bool isActualField; - - private NsiElementFieldType[] nsiElementFieldField; - - private NsiElementType[] childElementField; - - /// - [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("EndDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Modified", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public System.DateTime[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType4[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiElementField", Order=5)] - public NsiElementFieldType[] NsiElementField { - get { - return this.nsiElementFieldField; - } - set { - this.nsiElementFieldField = value; - this.RaisePropertyChanged("NsiElementField"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ChildElement", Order=6)] - public NsiElementType[] ChildElement { - get { - return this.childElementField; - } - set { - this.childElementField = value; - this.RaisePropertyChanged("ChildElement"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", IncludeInSchema=false)] - public enum ItemsChoiceType4 { - - /// - EndDate, - - /// - Modified, - - /// - StartDate, - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementAttachmentFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFiasAddressRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementOkeiRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementEnumFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementIntegerFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementDateFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFloatFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementBooleanFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementStringFieldType))] - [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 abstract partial class NsiElementFieldType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - 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://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementAttachmentFieldType : NsiElementFieldType { - - private AttachmentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AttachmentType Document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("Document"); - } - } - } - - /// - [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/base/")] - public partial class AttachmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - private string descriptionField; - - private Attachment attachmentField; - - private string attachmentHASHField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Attachment Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AttachmentHASH { - get { - return this.attachmentHASHField; - } - set { - this.attachmentHASHField = value; - this.RaisePropertyChanged("AttachmentHASH"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Attachment : object, System.ComponentModel.INotifyPropertyChanged { - - private string attachmentGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AttachmentGUID { - get { - return this.attachmentGUIDField; - } - set { - this.attachmentGUIDField = value; - this.RaisePropertyChanged("AttachmentGUID"); - } - } - - 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 NsiElementFiasAddressRefFieldType : NsiElementFieldType { - - private NsiElementFiasAddressRefFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementFiasAddressRefFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementFiasAddressRefFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string guidField; - - private string aoGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Guid { - get { - return this.guidField; - } - set { - this.guidField = value; - this.RaisePropertyChanged("Guid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string aoGuid { - get { - return this.aoGuidField; - } - set { - this.aoGuidField = value; - this.RaisePropertyChanged("aoGuid"); - } - } - - 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 NsiElementOkeiRefFieldType : NsiElementFieldType { - - private string codeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Code { - get { - return this.codeField; - } - set { - this.codeField = value; - this.RaisePropertyChanged("Code"); - } - } - } - - /// - [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 NsiElementNsiRefFieldType : NsiElementFieldType { - - private NsiElementNsiRefFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementNsiRefFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiRefFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private nsiRef refField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef Ref { - get { - return this.refField; - } - set { - this.refField = value; - this.RaisePropertyChanged("Ref"); - } - } - - 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 NsiElementNsiFieldType : NsiElementFieldType { - - private NsiElementNsiFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementNsiFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private ListGroup listGroupField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public enum ListGroup { - - /// - NSI, - - /// - NSIRAO, - } - - /// - [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 NsiElementEnumFieldType : NsiElementFieldType { - - private NsiElementEnumFieldTypePosition[] positionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Position", Order=0)] - public NsiElementEnumFieldTypePosition[] Position { - get { - return this.positionField; - } - set { - this.positionField = value; - this.RaisePropertyChanged("Position"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementEnumFieldTypePosition : object, System.ComponentModel.INotifyPropertyChanged { - - private object gUIDField; - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public object GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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 NsiElementIntegerFieldType : NsiElementFieldType { - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - } - - /// - [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 NsiElementDateFieldType : NsiElementFieldType { - - private System.DateTime valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementFloatFieldType : NsiElementFieldType { - - private float valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public float Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementBooleanFieldType : NsiElementFieldType { - - private bool valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementStringFieldType : NsiElementFieldType { - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - } - - /// - [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 NsiListType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime createdField; - - private NsiItemInfoType[] nsiItemInfoField; - - private ListGroup listGroupField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Created { - get { - return this.createdField; - } - set { - this.createdField = value; - this.RaisePropertyChanged("Created"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiItemInfo", Order=1)] - public NsiItemInfoType[] NsiItemInfo { - get { - return this.nsiItemInfoField; - } - set { - this.nsiItemInfoField = value; - this.RaisePropertyChanged("NsiItemInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - 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 NsiItemInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string registryNumberField; - - private string nameField; - - private System.DateTime modifiedField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime Modified { - get { - return this.modifiedField; - } - set { - this.modifiedField = value; - this.RaisePropertyChanged("Modified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class getStateResultNsiPagingItem : NsiItemType { - - private int totalItemsCountField; - - private int totalPagesField; - - private object currentPageField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public int TotalItemsCount { - get { - return this.totalItemsCountField; - } - set { - this.totalItemsCountField = value; - this.RaisePropertyChanged("TotalItemsCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public int TotalPages { - get { - return this.totalPagesField; - } - set { - this.totalPagesField = value; - this.RaisePropertyChanged("TotalPages"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public object CurrentPage { - get { - return this.currentPageField; - } - set { - this.currentPageField = value; - this.RaisePropertyChanged("CurrentPage"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest getStateRequest; - - public getStateRequest1() { - } - - public getStateRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest getStateRequest) { - this.RequestHeader = RequestHeader; - this.getStateRequest = getStateRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult getStateResult; - - public getStateResponse() { - } - - public getStateResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult getStateResult) { - this.ResultHeader = ResultHeader; - this.getStateResult = getStateResult; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class exportDataProviderNsiItemRequest : BaseType { - - private exportDataProviderNsiItemRequestRegistryNumber registryNumberField; - - private System.DateTime modifiedAfterField; - - private bool modifiedAfterFieldSpecified; - - private string versionField; - - public exportDataProviderNsiItemRequest() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportDataProviderNsiItemRequestRegistryNumber RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime ModifiedAfter { - get { - return this.modifiedAfterField; - } - set { - this.modifiedAfterField = value; - this.RaisePropertyChanged("ModifiedAfter"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ModifiedAfterSpecified { - get { - return this.modifiedAfterFieldSpecified; - } - set { - this.modifiedAfterFieldSpecified = value; - this.RaisePropertyChanged("ModifiedAfterSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public enum exportDataProviderNsiItemRequestRegistryNumber { - - /// - [System.Xml.Serialization.XmlEnumAttribute("1")] - Item1, - - /// - [System.Xml.Serialization.XmlEnumAttribute("51")] - Item51, - - /// - [System.Xml.Serialization.XmlEnumAttribute("59")] - Item59, - - /// - [System.Xml.Serialization.XmlEnumAttribute("219")] - Item219, - - /// - [System.Xml.Serialization.XmlEnumAttribute("272")] - Item272, - - /// - [System.Xml.Serialization.XmlEnumAttribute("302")] - Item302, - - /// - [System.Xml.Serialization.XmlEnumAttribute("337")] - Item337, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDataProviderNsiItemRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest; - - public exportDataProviderNsiItemRequest1() { - } - - public exportDataProviderNsiItemRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest) { - this.RequestHeader = RequestHeader; - this.exportDataProviderNsiItemRequest = exportDataProviderNsiItemRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDataProviderNsiItemResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public exportDataProviderNsiItemResponse() { - } - - public exportDataProviderNsiItemResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class exportDataProviderNsiPagingItemRequest : BaseType { - - private exportDataProviderNsiPagingItemRequestRegistryNumber registryNumberField; - - private int pageField; - - private System.DateTime modifiedAfterField; - - private bool modifiedAfterFieldSpecified; - - private string versionField; - - public exportDataProviderNsiPagingItemRequest() { - this.versionField = "11.1.0.5"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public exportDataProviderNsiPagingItemRequestRegistryNumber RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public int Page { - get { - return this.pageField; - } - set { - this.pageField = value; - this.RaisePropertyChanged("Page"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime ModifiedAfter { - get { - return this.modifiedAfterField; - } - set { - this.modifiedAfterField = value; - this.RaisePropertyChanged("ModifiedAfter"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ModifiedAfterSpecified { - get { - return this.modifiedAfterFieldSpecified; - } - set { - this.modifiedAfterFieldSpecified = value; - this.RaisePropertyChanged("ModifiedAfterSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public enum exportDataProviderNsiPagingItemRequestRegistryNumber { - - /// - [System.Xml.Serialization.XmlEnumAttribute("1")] - Item1, - - /// - [System.Xml.Serialization.XmlEnumAttribute("51")] - Item51, - - /// - [System.Xml.Serialization.XmlEnumAttribute("59")] - Item59, - - /// - [System.Xml.Serialization.XmlEnumAttribute("219")] - Item219, - - /// - [System.Xml.Serialization.XmlEnumAttribute("302")] - Item302, - - /// - [System.Xml.Serialization.XmlEnumAttribute("337")] - Item337, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDataProviderPagingNsiItemRequest { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest; - - public exportDataProviderPagingNsiItemRequest() { - } - - public exportDataProviderPagingNsiItemRequest(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest) { - this.RequestHeader = RequestHeader; - this.exportDataProviderNsiPagingItemRequest = exportDataProviderNsiPagingItemRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDataProviderPagingNsiItemResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public exportDataProviderPagingNsiItemResponse() { - } - - public exportDataProviderPagingNsiItemResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importCapitalRepairWorkRequest : BaseType { - - private ImportCapitalRepairWorkType[] importCapitalRepairWorkField; - - private importCapitalRepairWorkRequestRecoverCapitalRepairWork[] recoverCapitalRepairWorkField; - - private importCapitalRepairWorkRequestDeleteCapitalRepairWork[] deleteCapitalRepairWorkField; - - private string versionField; - - public importCapitalRepairWorkRequest() { - this.versionField = "11.1.0.5"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportCapitalRepairWork", Order=0)] - public ImportCapitalRepairWorkType[] ImportCapitalRepairWork { - get { - return this.importCapitalRepairWorkField; - } - set { - this.importCapitalRepairWorkField = value; - this.RaisePropertyChanged("ImportCapitalRepairWork"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RecoverCapitalRepairWork", Order=1)] - public importCapitalRepairWorkRequestRecoverCapitalRepairWork[] RecoverCapitalRepairWork { - get { - return this.recoverCapitalRepairWorkField; - } - set { - this.recoverCapitalRepairWorkField = value; - this.RaisePropertyChanged("RecoverCapitalRepairWork"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteCapitalRepairWork", Order=2)] - public importCapitalRepairWorkRequestDeleteCapitalRepairWork[] DeleteCapitalRepairWork { - get { - return this.deleteCapitalRepairWorkField; - } - set { - this.deleteCapitalRepairWorkField = value; - this.RaisePropertyChanged("DeleteCapitalRepairWork"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/")] - public partial class ImportCapitalRepairWorkType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private string serviceNameField; - - private nsiRef workGroupRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string ServiceName { - get { - return this.serviceNameField; - } - set { - this.serviceNameField = value; - this.RaisePropertyChanged("ServiceName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef WorkGroupRef { - get { - return this.workGroupRefField; - } - set { - this.workGroupRefField = value; - this.RaisePropertyChanged("WorkGroupRef"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importCapitalRepairWorkRequestRecoverCapitalRepairWork : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importCapitalRepairWorkRequestDeleteCapitalRepairWork : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importCapitalRepairWorkRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest importCapitalRepairWorkRequest; - - public importCapitalRepairWorkRequest1() { - } - - public importCapitalRepairWorkRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest importCapitalRepairWorkRequest) { - this.RequestHeader = RequestHeader; - this.importCapitalRepairWorkRequest = importCapitalRepairWorkRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importCapitalRepairWorkResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importCapitalRepairWorkResponse() { - } - - public importCapitalRepairWorkResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importBaseDecisionMSPRequest : BaseType { - - private importBaseDecisionMSPType[] importBaseDecisionMSPField; - - private importBaseDecisionMSPRequestRecoverBaseDecisionMSP[] recoverBaseDecisionMSPField; - - private importBaseDecisionMSPRequestDeleteBaseDecisionMSP[] deleteBaseDecisionMSPField; - - private string versionField; - - public importBaseDecisionMSPRequest() { - this.versionField = "11.1.0.5"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportBaseDecisionMSP", Order=0)] - public importBaseDecisionMSPType[] ImportBaseDecisionMSP { - get { - return this.importBaseDecisionMSPField; - } - set { - this.importBaseDecisionMSPField = value; - this.RaisePropertyChanged("ImportBaseDecisionMSP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("RecoverBaseDecisionMSP", Order=1)] - public importBaseDecisionMSPRequestRecoverBaseDecisionMSP[] RecoverBaseDecisionMSP { - get { - return this.recoverBaseDecisionMSPField; - } - set { - this.recoverBaseDecisionMSPField = value; - this.RaisePropertyChanged("RecoverBaseDecisionMSP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteBaseDecisionMSP", Order=2)] - public importBaseDecisionMSPRequestDeleteBaseDecisionMSP[] DeleteBaseDecisionMSP { - get { - return this.deleteBaseDecisionMSPField; - } - set { - this.deleteBaseDecisionMSPField = value; - this.RaisePropertyChanged("DeleteBaseDecisionMSP"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/")] - public partial class importBaseDecisionMSPType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private string decisionNameField; - - private nsiRef decisionTypeField; - - private bool isAppliedToSubsidiariesField; - - private bool isAppliedToRefundOfChargesField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string DecisionName { - get { - return this.decisionNameField; - } - set { - this.decisionNameField = value; - this.RaisePropertyChanged("DecisionName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef DecisionType { - get { - return this.decisionTypeField; - } - set { - this.decisionTypeField = value; - this.RaisePropertyChanged("DecisionType"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsAppliedToSubsidiaries { - get { - return this.isAppliedToSubsidiariesField; - } - set { - this.isAppliedToSubsidiariesField = value; - this.RaisePropertyChanged("IsAppliedToSubsidiaries"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public bool IsAppliedToRefundOfCharges { - get { - return this.isAppliedToRefundOfChargesField; - } - set { - this.isAppliedToRefundOfChargesField = value; - this.RaisePropertyChanged("IsAppliedToRefundOfCharges"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importBaseDecisionMSPRequestRecoverBaseDecisionMSP : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importBaseDecisionMSPRequestDeleteBaseDecisionMSP : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importBaseDecisionMSPRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest importBaseDecisionMSPRequest; - - public importBaseDecisionMSPRequest1() { - } - - public importBaseDecisionMSPRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest importBaseDecisionMSPRequest) { - this.RequestHeader = RequestHeader; - this.importBaseDecisionMSPRequest = importBaseDecisionMSPRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importBaseDecisionMSPResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importBaseDecisionMSPResponse() { - } - - public importBaseDecisionMSPResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importGeneralNeedsMunicipalResourceRequest : BaseType { - - private object[] itemsField; - - private string versionField; - - public importGeneralNeedsMunicipalResourceRequest() { - this.versionField = "12.2.2.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DeleteGeneralMunicipalResource", typeof(importGeneralNeedsMunicipalResourceRequestDeleteGeneralMunicipalResource), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RecoverGeneralMunicipalResource", typeof(importGeneralNeedsMunicipalResourceRequestRecoverGeneralMunicipalResource), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("TopLevelMunicipalResource", typeof(importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResource), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importGeneralNeedsMunicipalResourceRequestDeleteGeneralMunicipalResource : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importGeneralNeedsMunicipalResourceRequestRecoverGeneralMunicipalResource : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResource : object, System.ComponentModel.INotifyPropertyChanged { - - private sbyte parentCodeField; - - private string transportGUIDField; - - private importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResourceImportGeneralMunicipalResource[] importGeneralMunicipalResourceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte ParentCode { - get { - return this.parentCodeField; - } - set { - this.parentCodeField = value; - this.RaisePropertyChanged("ParentCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ImportGeneralMunicipalResource", Order=2)] - public importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResourceImportGeneralMunicipalResource[] ImportGeneralMunicipalResource { - get { - return this.importGeneralMunicipalResourceField; - } - set { - this.importGeneralMunicipalResourceField = value; - this.RaisePropertyChanged("ImportGeneralMunicipalResource"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/")] - public partial class importGeneralNeedsMunicipalResourceRequestTopLevelMunicipalResourceImportGeneralMunicipalResource : importGeneralNeedsMunicipalResourceType { - } - - /// - [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/")] - public partial class importGeneralNeedsMunicipalResourceType : object, System.ComponentModel.INotifyPropertyChanged { - - private string transportGUIDField; - - private string elementGuidField; - - private string generalMunicipalResourceNameField; - - private nsiRef municipalResourceRefField; - - private string oKEIField; - - private object itemField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ElementGuid { - get { - return this.elementGuidField; - } - set { - this.elementGuidField = value; - this.RaisePropertyChanged("ElementGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string GeneralMunicipalResourceName { - get { - return this.generalMunicipalResourceNameField; - } - set { - this.generalMunicipalResourceNameField = value; - this.RaisePropertyChanged("GeneralMunicipalResourceName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public nsiRef MunicipalResourceRef { - get { - return this.municipalResourceRefField; - } - set { - this.municipalResourceRefField = value; - this.RaisePropertyChanged("MunicipalResourceRef"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=4)] - public string OKEI { - get { - return this.oKEIField; - } - set { - this.oKEIField = value; - this.RaisePropertyChanged("OKEI"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("SortOrder", typeof(string), Order=5)] - [System.Xml.Serialization.XmlElementAttribute("SortOrderNotDefined", typeof(bool), Order=5)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importGeneralNeedsMunicipalResourceRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest; - - public importGeneralNeedsMunicipalResourceRequest1() { - } - - public importGeneralNeedsMunicipalResourceRequest1(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest) { - this.RequestHeader = RequestHeader; - this.importGeneralNeedsMunicipalResourceRequest = importGeneralNeedsMunicipalResourceRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class importGeneralNeedsMunicipalResourceResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest; - - public importGeneralNeedsMunicipalResourceResponse() { - } - - public importGeneralNeedsMunicipalResourceResponse(Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface NsiPortsTypeAsyncChannel : Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class NsiPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync { - - public NsiPortsTypeAsyncClient() { - } - - public NsiPortsTypeAsyncClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public NsiPortsTypeAsyncClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public NsiPortsTypeAsyncClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public NsiPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importAdditionalServices(Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1 request) { - return base.Channel.importAdditionalServices(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importAdditionalServices(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest importAdditionalServicesRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importAdditionalServicesRequest = importAdditionalServicesRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importAdditionalServices(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importAdditionalServicesAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1 request) { - return base.Channel.importAdditionalServicesAsync(request); - } - - public System.Threading.Tasks.Task importAdditionalServicesAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest importAdditionalServicesRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importAdditionalServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importAdditionalServicesRequest = importAdditionalServicesRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importAdditionalServicesAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importMunicipalServices(Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1 request) { - return base.Channel.importMunicipalServices(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importMunicipalServices(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest importMunicipalServicesRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importMunicipalServicesRequest = importMunicipalServicesRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importMunicipalServices(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importMunicipalServicesAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1 request) { - return base.Channel.importMunicipalServicesAsync(request); - } - - public System.Threading.Tasks.Task importMunicipalServicesAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest importMunicipalServicesRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importMunicipalServicesRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importMunicipalServicesRequest = importMunicipalServicesRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importMunicipalServicesAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importOrganizationWorks(Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1 request) { - return base.Channel.importOrganizationWorks(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importOrganizationWorks(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest importOrganizationWorksRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importOrganizationWorksRequest = importOrganizationWorksRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importOrganizationWorks(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importOrganizationWorksAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1 request) { - return base.Channel.importOrganizationWorksAsync(request); - } - - public System.Threading.Tasks.Task importOrganizationWorksAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest importOrganizationWorksRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importOrganizationWorksRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importOrganizationWorksRequest = importOrganizationWorksRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importOrganizationWorksAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importCommunalInfrastructureSystem(Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1 request) { - return base.Channel.importCommunalInfrastructureSystem(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importCommunalInfrastructureSystem(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importCommunalInfrastructureSystemRequest = importCommunalInfrastructureSystemRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importCommunalInfrastructureSystem(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importCommunalInfrastructureSystemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1 request) { - return base.Channel.importCommunalInfrastructureSystemAsync(request); - } - - public System.Threading.Tasks.Task importCommunalInfrastructureSystemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest importCommunalInfrastructureSystemRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importCommunalInfrastructureSystemRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importCommunalInfrastructureSystemRequest = importCommunalInfrastructureSystemRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importCommunalInfrastructureSystemAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.getState(Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getState(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.getStateResult getStateResult) { - Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).getState(inValue); - getStateResult = retVal.getStateResult; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.getStateAsync(Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getStateAsync(request); - } - - public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest getStateRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.getStateRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.getStateRequest = getStateRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).getStateAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.exportDataProviderNsiItem(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1 request) { - return base.Channel.exportDataProviderNsiItem(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader exportDataProviderNsiItem(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportDataProviderNsiItemRequest = exportDataProviderNsiItemRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).exportDataProviderNsiItem(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.exportDataProviderNsiItemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1 request) { - return base.Channel.exportDataProviderNsiItemAsync(request); - } - - public System.Threading.Tasks.Task exportDataProviderNsiItemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest exportDataProviderNsiItemRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiItemRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.exportDataProviderNsiItemRequest = exportDataProviderNsiItemRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).exportDataProviderNsiItemAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.exportDataProviderPagingNsiItem(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest request) { - return base.Channel.exportDataProviderPagingNsiItem(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader exportDataProviderPagingNsiItem(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportDataProviderNsiPagingItemRequest = exportDataProviderNsiPagingItemRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).exportDataProviderPagingNsiItem(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.exportDataProviderPagingNsiItemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest request) { - return base.Channel.exportDataProviderPagingNsiItemAsync(request); - } - - public System.Threading.Tasks.Task exportDataProviderPagingNsiItemAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderNsiPagingItemRequest exportDataProviderNsiPagingItemRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.exportDataProviderPagingNsiItemRequest(); - inValue.RequestHeader = RequestHeader; - inValue.exportDataProviderNsiPagingItemRequest = exportDataProviderNsiPagingItemRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).exportDataProviderPagingNsiItemAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importCapitalRepairWork(Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1 request) { - return base.Channel.importCapitalRepairWork(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importCapitalRepairWork(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest importCapitalRepairWorkRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importCapitalRepairWorkRequest = importCapitalRepairWorkRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importCapitalRepairWork(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importCapitalRepairWorkAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1 request) { - return base.Channel.importCapitalRepairWorkAsync(request); - } - - public System.Threading.Tasks.Task importCapitalRepairWorkAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest importCapitalRepairWorkRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importCapitalRepairWorkRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importCapitalRepairWorkRequest = importCapitalRepairWorkRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importCapitalRepairWorkAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importBaseDecisionMSP(Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1 request) { - return base.Channel.importBaseDecisionMSP(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importBaseDecisionMSP(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest importBaseDecisionMSPRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importBaseDecisionMSPRequest = importBaseDecisionMSPRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importBaseDecisionMSP(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importBaseDecisionMSPAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1 request) { - return base.Channel.importBaseDecisionMSPAsync(request); - } - - public System.Threading.Tasks.Task importBaseDecisionMSPAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest importBaseDecisionMSPRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importBaseDecisionMSPRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importBaseDecisionMSPRequest = importBaseDecisionMSPRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importBaseDecisionMSPAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importGeneralNeedsMunicipalResource(Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1 request) { - return base.Channel.importGeneralNeedsMunicipalResource(request); - } - - public Hcs.Service.Async.Nsi.v15_7_0_1.ResultHeader importGeneralNeedsMunicipalResource(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest, out Hcs.Service.Async.Nsi.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importGeneralNeedsMunicipalResourceRequest = importGeneralNeedsMunicipalResourceRequest; - Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceResponse retVal = ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importGeneralNeedsMunicipalResource(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync.importGeneralNeedsMunicipalResourceAsync(Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1 request) { - return base.Channel.importGeneralNeedsMunicipalResourceAsync(request); - } - - public System.Threading.Tasks.Task importGeneralNeedsMunicipalResourceAsync(Hcs.Service.Async.Nsi.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest importGeneralNeedsMunicipalResourceRequest) { - Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1 inValue = new Hcs.Service.Async.Nsi.v15_7_0_1.importGeneralNeedsMunicipalResourceRequest1(); - inValue.RequestHeader = RequestHeader; - inValue.importGeneralNeedsMunicipalResourceRequest = importGeneralNeedsMunicipalResourceRequest; - return ((Hcs.Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync)(this)).importGeneralNeedsMunicipalResourceAsync(inValue); - } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Reference.svcmap deleted file mode 100644 index 7063c22..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/Reference.svcmap +++ /dev/null @@ -1,35 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/configuration.svcinfo deleted file mode 100644 index 316669a..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/configuration.svcinfo +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/configuration91.svcinfo deleted file mode 100644 index cbdae08..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/configuration91.svcinfo +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - NsiBindingAsync - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - NsiBindingAsync1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - https://api.dom.gosuslugi.ru/ext-bus-nsi-service/services/NsiAsync - - - - - - basicHttpBinding - - - NsiBindingAsync - - - Service.Async.Nsi.v15_7_0_1.NsiPortsTypeAsync - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - NsiPortAsync - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-base.xsd b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-base.xsd deleted file mode 100644 index ebfa590..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-base.xsd +++ /dev/null @@ -1,862 +0,0 @@ - - - - - - ???????????? ???? ?????????? 2000 ????????????????. - - - - - - - - ???????????? ???? ?????????? 1500 ????????????????. - - - - - - - - ???????????? ???? ?????????? 300 ????????????????. - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 255 ????????????????. - - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 100 ????????????????. - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 250 ????????????????. - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 500 ????????????????. - - - - - - - - ???????????? ???? ?????????? 60 ????????????????. - - - - - - - - ?????????????????? ???????? 2000 - - - - - - - - ???????????????? ???????????? - - - - - - - - - ?????????????? ?????? ????????????-?????????????????? ?? ???????????????? - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ???????????????????? ???????????? - - - - - ?????????????????????????? ???????????????????????????????????? ?????????????????????? - - - - - ???????????????????? ?? ???????????????????? ???????? - - - - - - ?????????????????????????? ?????????????????????? ????????, ?????????????????????????????????????? ?? ?????? ?????? - - - - - - ?????????? - - - - - - - - - - ????????????????, ???????????????????????????? ???????????????? - - - - - - ?????? ??????????????????, ?????????????????????????????? ???????????????? (?????? ???95) - - - - - - ?????? ???????????? ?????????????????????? - - - - - - - - - - - ?????????????????????????? ???????????? ?? ?????????????????????????????? ?????????????????????? ?????? ?????? - - - - - ???????????????? - - - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - - - - - - - - - ???????????????????????? ?????????????? ?????????????????? ???? - - - - - ???????????????? ???? ???????? ????, ?? ???????????????????????????? ?????????????? ???????? ???????????????????????? ???????????????????? (589/944/,??.164). ???????????? ?????? ???????????????? ???????????????????? ????????????????????. - - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? - - - - - - - - - - ?????????????? ?????? ???????????? ???? ???????????? ????????????????, ????????????????????????????, ???????????????? - - - - - - ???????????????????????? ??????????????????????????, ???????????????????????? ???????????????????? ???????????????????? - - - - - ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - - - - ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ???????? ?????????????????????? - - - - - ???????????????????? ?????????? - - - - - - - - - - ?????????????? ?????? ?????????????????? - - - - - ???????? ???????????????? ???????????? - - - - - ?????????????????????????? ?????????????????? - - - - - - - ???????????????? - - - - - - ?????????????????????????? ???????????????????????? ???????????????? - - - - - - - - ???????????????? - - - - - ???????????????????????? ???????????????? - - - - - - - - - - - ???????????????? ???????????????? - - - - - - - - - - - - ??????-?????? ???????????????? ???? ?????????????????? ???????? ?? binhex. - -?????????????? ???????????????????? ?? ???????????????? ?????????????? - - - - - - - - - - - - ???????????????? - - - - - ???????????????????????? ???????????????? - - - - - - - - - - - ???????????????? ???????????????? - - - - - - - - - - - - ??????-?????? ???????????????? ???? ?????????????????? ???????? ?? binhex - - - - - - - - - - - - ?????????????? ??????, ?????????????????????? ???????????????? ?? ?????????????????????????? (detached) ??????????????????. ?? ???????????????? ?????? ??????, ?????????????????????? ?????? SignedAttachmentType, ?????????? ???????? ???????????????? ?????????????????????? ???? ???????????????????????? ?????????????????? ?????????????????? ?? ?????????? Signature (????. ???????????????? INT002039). - - - - - ???????????????? - - - - - ???????????????????????? (detached) ?????????????? - - - - - - - ?????????????? Fault (?????? ?????????????????? Fault ?? ????????????????) - - - - ?????????????? ?????? ?????? fault-???????????? - - - - - - - - - - - ???????????????? ???????????? ?????????????????? ?????? ????????????-????????????????. ?????????????? ???? ??????????????????????. ???????????????? ?????? ?????????????????????????? - - - - - - ?????????????? ?????? ???????????? ???????????????? ?????? ????????????-???????????????? - - - - - ?????? ???????????? - - - - - ???????????????? ???????????? - - - - - StackTrace ?? ???????????? ?????????????????????????? ???????????????????? - - - - - - - ???????????? ????????????????, ?????????????? ?? ?????????????? ???????????????????????????? ?????????????????????????? - - - - - ?????????????? ?????????????????? ???????????? ?????????????????? - - - - - - ?????????????????? - - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????????????????????? - - - - - - - - - - - ???????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - ???????????? ???????????? ???????????????????????? ?????????????????? - - - - - - ???????????? ?????????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - ?????????? ???? ???????????? ???????????? ???????????????????????? ?????????????????? - - - - - - - - ???????????? ?????????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - - - ?????????????? ?????? ???????????? ???? ???????????? ?????????????? - - - - - - - ???????????? ?????????????????? - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - - ?????????????????? ???????????????????? C_UD - - - - - ?????????????????????????? ??????????????????????/???????????????????? ???????????????? - - - - - ???????????????????????? ?????????????????????????? - - - - - - ???????????????? ?????????????????? ?????????????? - - - - ???????????????????? ???????????????????? ?????????? - - - - - ???????? ?????????????????????? - - - - - - ???????????????? ???????????? - - - - - - - - - - - - - ???????????? ?????????????????? ?????????????????? ?? ?????????????????????? ???????????? (1- ????????????????; 2 - ?? ??????????????????; 3- ????????????????????) - - - - - - - - - - ???????????????????????? ?????????????????????????? - - - - - GUID-??????. - - - - - - - - ???????? ?????????????????????? ?????????????? - - - - - ??????, ?????????????????????? ?????? - - - - - - - - ??????, ?????????????????????? ?????????? - - - - - - - - - ?????????? - - - - - ?????? - - - - - - - - - - - ???????????????????????? ?????????? ?????????????????????????? ???????? - - - - - - - - - ?????????????????? ???????????? (?????? ???????? ??????????????????????) - - - - - ???????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - - ???????????????? ?????????????????? ???????????? (???????? ??????????????????????????) - - - - - ???????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - - ?????? ???????????? - - - - - - - - - - ???????????? ???? ?????????????? ???? (????????) - - - - - ?????? ?????????????? (????????) - - - - - - - - - - ???????????? ???????????????????????? - - - - - - - - - - - - ???????????? ???? ?????????? - - - - - ?????? ???? ?????????? - - - - - - - - - - - ???????????? ???????????????????????? - - - - - - - - - - - - - - - - - ?????? ???????? - - - - - ?????????????????????????? ???????????????????????????????????? ?????????????????????? - - - - - ?????????????? ?????? ?????????????????? ???? - - - - - ???????????????????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - ???????? ???????????????? ?????????????????? ?????????????? ???????????? - - - - - ???????????????? - - - - - - - ???????????????? ???? ???????? ????, ?? ???????????????????????????? ?????????????? ???????? ???????????????????????? ???????????????????? (589/944/,??.164) - - - - - - ???????????????????????? ???? - - - - - ???????????????????????? ?????????????????? ???? - - - - - - - - ?????? ???? ?????????? - - - - - - - - - ?????? ???? ?????????? - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-base.xsd b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-base.xsd deleted file mode 100644 index cbd302d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-base.xsd +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - Ссылка на справочник - - - - - Код записи справочника - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - Скалярный тип. Наименование справочника. Строка не более 200 символов. - - - - - - - - Скалярный тип. Реестровый номер справочника. Код не более 10 символов. - - - - - - - - Составной тип. Наименование, дата и время последнего изменения справочника. - - - - - Реестровый номер справочника. - - - - - Наименование справочника. - - - - - Дата и время последнего изменения справочника. - - - - - - - Перечень справочников с датой последнего изменения каждого из них. - - - - - Дата и время формирования перечня справочников. - - - - - Наименование, дата и время последнего изменения справочника. - - - - - - - - Данные справочника. - - - - - Реестровый номер справочника. - - - - - Дата и время формирования данных справочника. - - - - - Элемент справочника верхнего уровня. - - - - - - - Составной тип. Элемент справочника. - - - - - Код элемента справочника, уникальный в пределах справочника. - - - - - Глобально-уникальный идентификатор элемента справочника. - - - - - - Дата и время последнего изменения элемента справочника (в том числе создания). - - - - - - Дата начала действия значения - - - - - Дата окончания действия значения - - - - - - - Признак актуальности элемента справочника. - - - - - Наименование и значение поля для элемента справочника. - - - - - Дочерний элемент. - - - - - - - Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. - - - - - Наименование поля элемента справочника. - - - - - - - Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Строка". - - - - - - - - - Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Да/Нет". - - - - - - - - - Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Вещественное". - - - - - - - - - Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Дата". - - - - - - - - - Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Целое число". - - - - - - - - - Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. - - - - - - - Запись элемента справочника типа "Перечислимый". - - - - - - Код поля элемента справочника типа "Перечислимый". - - - - - Значение поля элемента справочника типа "Перечислимый". - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. - - - - - - - Ссылка на справочник. - - - - - - Реестровый номер справочника. - - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. - - - - - - - Ссылка на элемент внутреннего справочника. - - - - - - Реестровый номер справочника. - - - - - Ссылка на элемент справочника. - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. - - - - - - - Код единицы измерения по справочнику ОКЕИ. - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. - - - - - - - Ссылка на элемент справочника ФИАС. - - - - - - Идентификационный код позиции в справочнике ФИАС. - - - - - Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. - - - - - - - - - - - - Составной тип. Наименование и значение поля "Вложение" - - - - - - - Документ - - - - - - - - - Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. - - - - - - - - Группа справочника: -NSI - (по умолчанию) общесистемный -NSIRAO - ОЖФ - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-service-async.wsdl b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-service-async.wsdl deleted file mode 100644 index 518d2cd..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-service-async.wsdl +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ВИ_НСИ_ИДС_1. Импортировать данные справочника 1 "Дополнительные услуги". - - - - - - ВИ_НСИ_ИДС_51. Импортировать данные справочника 51 "Коммунальные услуги". - - - - - - ВИ_НСИ_ИДС_59. Импортировать данные справочника 59 "Работы и услуги организации". - - - - - - ВИ_НСИ_ИДС_272. Импортировать данные справочника 272 "Система коммунальной инфраструктуры". - - - - - - - - - - - Экспортировать данные справочников поставщика информации - - - - - - Экспортировать данные справочников поставщика информации постранично - - - - - - ВИ_НСИ_ИДС_219. Импортировать данные справочника 219 "Вид работ капитального ремонта". - - - - - - ВИ_НСИ_ИДС_302. Импортировать данные справочника 302 "Основание принятия решения о мерах социальной поддержки гражданина" - - - - - - Импортировать данные справочника 337 "Коммунальные ресурсы, потребляемые при использовании и содержании общего имущества в многоквартирном доме" - - - - - - - - - ВИ_НСИ_ИДС_1. Импортировать данные справочника 1 "Дополнительные услуги". - - - - - - - - - - - - - - - ВИ_НСИ_ИДС_51. Импортировать данные справочника 51 "Коммунальные услуги". - - - - - - - - - - - - - - - ВИ_НСИ_ИДС_59. Импортировать данные справочника 59 "Работы и услуги организации". - - - - - - - - - - - - - - - ВИ_НСИ_ИДС_272. Импортировать данные справочника 272 "Система коммунальной инфраструктуры". - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ВИ_НСИ_ИДС_219. Импортировать данные справочника 219 "Вид работ капитального ремонта". - - - - - - - - - - - - - - - ВИ_НСИ_ИДС_302. Импортировать данные справочника 302 "Основание принятия решения о мерах социальной поддержки гражданина" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Асинхронный сервис экспорта общих справочников подсистемы НСИ - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-types.xsd b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-types.xsd deleted file mode 100644 index b1b6254..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/hcs-nsi-types.xsd +++ /dev/null @@ -1,854 +0,0 @@ - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 1 "???????????????????????????? ????????????". - - - - - - - - ????????????????/?????????????????? ???????? ???????????????????????????? ????????????. - - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ?????????????????????? - - - - - - ???????????????????????? ???????? ???????????????????????????? ????????????. - - - - - - ?????????????? ?????????????????? ???? ?????????????????????? ????????. - - - - - (???????????????? ?????????? ???? ????????????????????????????) -???????????? ?????????????? ??????????????????. - - - - - - - - - - - - - - ???????????????????????????? ???????? ???????????????????????????? ????????????. - - - - - - - ?????????????????????????? ?????????? ?????????????????????????????? ???????????????? ??????????????????????. - - - - - - - - ???????????????? ???????? ???????????????????????????? ????????????. - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 51 "???????????????????????? ????????????". - - - - - - - - ?????????????? 2. ????????????????/?????????????????? ?????????????? ???????????????????????? ????????????. - - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - ???????????? ???? ?????? "?????? ???????????????????????? ????????????" (???????????????????? ?????????? 3). - - - - - (???? ????????????????????????) ?????????????? "???????????? ?????????????????????????????? ???? ?????????????????????? ??????????" - - - - - (???? ????????????????????????) ?????????????? "?????????????????????????????? ???????????????????????? ???????????????????????? ????????????" - - - - - ???????????????????????? ?????????????? ???????????????????????? ????????????. - - - - - ???????????? ???? ?????? "?????? ?????????????????????????? ??????????????" (???????????????????? ?????????? 2) - - - - - (???? ????????????????????????) -???????????????? ?????????????????? ???? ?????????????????????? ????????. - - - - - - ?????????????? ????????????????????. - - - - - - - - - - - ?????????????? ???????????????????? ???? ?????????? - - - - - - - - - ?????????????? 2. ???????????????????????????? ?????????????? ???????????????????????? ???????????? (??????????). - - - - - - - ?????????????????????????? ?????????? ?????????????????????????????? ???????????????? ??????????????????????. - - - - - ?????????????? ???????????????????????????? ???????? ???????????????? ??????????????????. - - - - - - - - ?????????????? 2. ???????????????? ?????????????? ???????????????????????? ???????????? (??????????). - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 337 "???????????????????????? ??????????????, ???????????????????????? ?????? ?????????????????????????? ?? ???????????????????? ???????????? ?????????????????? ?? ?????????????????????????????? ????????". - - - - - - - - - ?????? ?????????????? 2-???? ???????????? ???????????????? ?????????????? ???? ?????????????????????? ????????????. ?????????????????? ???????????? 1-???? ???????????? ???????????????? ?????????????????????? ???????? ?????????????????????? ?? ???? ?????????????????????? ????????????????/??????????????, ???????????? ?????? ???????????????????????? ???????????????????? ?????????????? ???????????? ???? ?????????????????????? "?????? ?????????????????????????? ??????????????" (???? ???????????????? ParentCode). ?? ???????????? ???? ???????????? ???????????? ?? ?????????????????? TransportGuid ???????????????????????? GUID ????????????. - - - - - - ?????? ???????????????????????? ???????????? ???????????????? ????????????. ?????????? ????????: -1 - ???????????????? ???????? -2 - ?????????????? ???????? -3 - ?????????????????????????? ?????????????? -8 - ?????????????? ???????? - - - - - - - - - - - - - - ????????????????/?????????????????? ???????????????? ?????????????????????????? ?????????????? (??????????) - - - - - - - - - - - - - ???????????????????????????? ???????????????? ?????????????????????????? ?????????????? (??????????). - - - - - - - ?????????????????????????? ?????????? ?????????????????????????????? ???????????????? ??????????????????????. - - - - - - - - ???????????????? ???????????????? ?????????????????????????? ?????????????? (??????????). - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - - ?????? ?????????????? ?????????????????????? 337 "???????????????????????? ??????????????, ???????????????????????? ?????? ?????????????????????????? ?? ???????????????????? ???????????? ?????????????????? ?? ?????????????????????????????? ????????". - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ?????????????????????? 2-???? ???????????? ???????????????? ?? ???????? - - - - - ???????????????????????? ???????????????? ?????????????????????????? ??????????????. - - - - - ?????? ?????????????????????????? ?????????????? (?????? ???2 "?????? ?????????????????????????? ??????????????"). - - - - - (???? ????????????????????????) -???????????????? ?????????????????? ???? ?????????????????????? ????????. - - - - - - ?????????????? ????????????????????. - - - - - - - - - - - ?????????????? ???????????????????? ???? ?????????? - - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 59 "???????????? ?? ???????????? ??????????????????????". - - - - - - - - ????????????????/?????????????????? ???????????????? ?????????????????????? ?????????? ?? ?????????? - - - - - ???????????????????????????? ?????????????? (??????????) ?????????????????????? ?????????? ?? ?????????? ??????????????????????. - - - - - - - ?????????????????????????? ?????????? ?????????????????????????????? ???????????????? ??????????????????????. - - - - - ?????????????? ???????????????????????????? ???????? ???????????????? ??????????????????. - - - - - - - - ???????????????? ???????????????? (??????????) ?????????????????????? ?????????? ?? ?????????? ??????????????????????. - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - ?????????????? ?????????????????????? ?????????? ?? ?????????? ??????????????????????. - - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - ???????????????? ?? ???????????? ?????????? 0 - "???????????? (????????????), ?????????????????????????? ???? ?????????????????????? ???????????? ??????????????????????", ?????????????????????? ?????? ????????????????????????????. - - - - - - - ???????????????? ????????????/????????????. - - - - - ???????????? ???? ?????? "?????? ??????????" (???????????????????? ?????????? 56). - - - - - ???????????? ???? ?????? "???????????????????????? ????????????, ???????????????????????????? ???????????????????? ???????????????????? ??????" (???????????????????? ?????????? 67). - - - - - - ???????????????? ?????????????????? ???? ?????????????????????? ????????. - - - - - ?????????????? ???? ?????????????????????????? ????????????????????????. ???????????? ???????? ?????????????? ???????????????????????? ?????????????? base:OKEI - - - - - - ???????????????? ?????????????? - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 219 "?????? ?????????? ???????????????????????? ??????????????". - - - - - - - - ????????????????/?????????????????? ???????????????? ?????????????????????? ???????? ?????????? ???????????????????????? ?????????????? - - - - - ???????????????????????????? ???????????????? ?????????????????????? ???????? ?????????? ???????????????????????? ?????????????? - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - ???????????????? ???????????????? ?????????????????????? ???????? ?????????? ???????????????????????? ?????????????? - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - ?????????????? ?????????????????????? ???????? ?????????? ???????????????????????? ??????????????. - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - ???????????????????????? ???????? ?????????? - - - - - ???????????? ???? ?????? "???????????? ??????????" (???????????????????? ?????????? 218). - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 272 "?????????????? ???????????????????????? ????????????????????????????" - - - - - - - - ????????????????/?????????????????? ???????????????? ?????????????????????? ???????????????????????? ???????????????????????????? - - - - - ???????????????????????????? ???????????????? ?????????????????????? ???????????????????????? ???????????????????????????? - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - ???????????????? ???????????????? ?????????????????????? ???????????????????????? ???????????????????????????? - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - ?????????????? ?????????????????????? "?????????????? ???????????????????????? ????????????????????????????" - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - ???????????????????????? ?????????????? - - - - - ???????????? ???? ?????? 42 -?????? ?????????????? ???????????????????????? ???????????????????????????? - - - - - - - ???????????? ???? ???????????? ???????????? ?????????????????????? 302 "?????????????????? ???????????????? ?????????????? ?? ?????????? ???????????????????? ?????????????????? ????????????????????". - ?????????? ???????????????? ?????????????? ?? ?????????? ???????????????????? ?????????????????? ????????????????????". - - - - - - - - ????????????????/?????????????????? ???????????????? ?????????????????????? ?????????????????? ???????????????? ?????????????? - - - - - ???????????????????????????? ???????????????? ?????????????????????? ?????????????????? ???????????????? ?????????????? - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - ???????????????? ???????????????? ?????????????????????? ?????????????????? ???????????????? ?????????????? - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - - - - - - - - - - - - - - - - - ?????????????? ?????????????????????? ?????????????????? ???????????????? ??????????????. - - - - - - - ?????????????????????????? ?????????????????????????? ???????????????? ??????????????????????. - - - - - - ???????????????????????? ?????????????????? ???????????????? ?????????????? - - - - - ???????????? ???? ?????? "?????? ?????????????? ?? ?????????? ???????????????????? ?????????????????? ????????????????????" (???????????????????? ?????????? 301) - - - - - ?????????????????????? ?????? ???????????????? - - - - - ?????????????????????? ?????? ?????????????????????? ???????????????? - - - - - - - ???????????? ???? ?????????????????? ???????????? ?????????????????????? ???????????????????? - - - - - - - - ???????????????????? ?????????? ??????????????????????. - - - - - - - - - - - - - - - - ???????? ?? ??????????, ???????????????????? ?????????? ?????????????? ???????????????? ?????????????????????? ???????????? ???????? ???????????????????? ?? ????????????. ???????? ???? ??????????????, ???????????????????????? ?????? ???????????????? ??????????????????????. - - - - - - - - - - - ???????????? ???? ?????????????????? ???????????? ?????????????????????? ???????????????????? ?????????????????????? - - - - - - - - ???????????????????? ?????????? ??????????????????????. - - - - - - - - - - - - - - - ???????????????? ??????????????. ???????????????????????? ???? 1000 ??????????????????. - - - - - - - - - - ???????? ?? ??????????, ???????????????????? ?????????? ?????????????? ???????????????? ?????????????????????? ???????????? ???????? ???????????????????? ?? ????????????. ???????? ???? ??????????????, ???????????????????????? ?????? ???????????????? ??????????????????????. - - - - - - - - - - - ?????????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - - - - - ???????????????????? ?????????????? ?? ?????????????????????? - - - - - ???????????????????? ?????????????? - - - - - ?????????? ?????????????? ???????????????? - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/xmldsig-core-schema.xsd b/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/xmldsig-core-schema.xsd deleted file mode 100644 index e036087..0000000 --- a/Hcs.Client/Connected Services/Service.Async.Nsi.v15_7_0_1/xmldsig-core-schema.xsd +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest.datasource deleted file mode 100644 index 3e70abc..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader.datasource deleted file mode 100644 index b83d169..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse.datasource deleted file mode 100644 index 856fd2f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse.datasource deleted file mode 100644 index 381dd03..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse.datasource deleted file mode 100644 index ceb6f35..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse.datasource deleted file mode 100644 index 38b04c6..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult.datasource b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult.datasource deleted file mode 100644 index c5724e6..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult, Connected Services.Service.Async.NsiCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Reference.cs b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Reference.cs deleted file mode 100644 index 2f8125c..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Reference.cs +++ /dev/null @@ -1,3356 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -namespace Hcs.Service.Async.NsiCommon.v15_7_0_1 { - - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string errorMessageField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ErrorMessage { - get { - return this.errorMessageField; - } - set { - this.errorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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 ObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string idField; - - private string mimeTypeField; - - private string encodingField; - - /// - [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="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - public string MimeType { - get { - return this.mimeTypeField; - } - set { - this.mimeTypeField = value; - this.RaisePropertyChanged("MimeType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Encoding { - get { - return this.encodingField; - } - set { - this.encodingField = value; - this.RaisePropertyChanged("Encoding"); - } - } - - 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 SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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 PGPDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType1[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType1[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType1 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - PGPKeyID, - - /// - PGPKeyPacket, - } - - /// - [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 X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged { - - private string x509IssuerNameField; - - private string x509SerialNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string X509IssuerName { - get { - return this.x509IssuerNameField; - } - set { - this.x509IssuerNameField = value; - this.RaisePropertyChanged("X509IssuerName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string X509SerialNumber { - get { - return this.x509SerialNumberField; - } - set { - this.x509SerialNumberField = value; - this.RaisePropertyChanged("X509SerialNumber"); - } - } - - 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 X509DataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - X509CRL, - - /// - X509Certificate, - - /// - X509IssuerSerial, - - /// - X509SKI, - - /// - X509SubjectName, - } - - /// - [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 RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - 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.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 RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] modulusField; - - private byte[] exponentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] Modulus { - get { - return this.modulusField; - } - set { - this.modulusField = value; - this.RaisePropertyChanged("Modulus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Exponent { - get { - return this.exponentField; - } - set { - this.exponentField = value; - this.RaisePropertyChanged("Exponent"); - } - } - - 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 DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] pField; - - private byte[] qField; - - private byte[] gField; - - private byte[] yField; - - private byte[] jField; - - private byte[] seedField; - - private byte[] pgenCounterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] P { - get { - return this.pField; - } - set { - this.pField = value; - this.RaisePropertyChanged("P"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Q { - get { - return this.qField; - } - set { - this.qField = value; - this.RaisePropertyChanged("Q"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] G { - get { - return this.gField; - } - set { - this.gField = value; - this.RaisePropertyChanged("G"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] - public byte[] Y { - get { - return this.yField; - } - set { - this.yField = value; - this.RaisePropertyChanged("Y"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] - public byte[] J { - get { - return this.jField; - } - set { - this.jField = value; - this.RaisePropertyChanged("J"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] - public byte[] Seed { - get { - return this.seedField; - } - set { - this.seedField = value; - this.RaisePropertyChanged("Seed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] - public byte[] PgenCounter { - get { - return this.pgenCounterField; - } - set { - this.pgenCounterField = value; - this.RaisePropertyChanged("PgenCounter"); - } - } - - 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 KeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string[] textField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - 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 KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType2[] itemsElementNameField; - - private string[] textField; - - private string idField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType2[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType2 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - KeyName, - - /// - KeyValue, - - /// - MgmtData, - - /// - PGPData, - - /// - RetrievalMethod, - - /// - SPKIData, - - /// - X509Data, - } - - /// - [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 SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private string idField; - - private byte[] valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] - public byte[] Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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.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 SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMACOutputLengthField; - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string HMACOutputLength { - get { - return this.hMACOutputLengthField; - } - set { - this.hMACOutputLengthField = value; - this.RaisePropertyChanged("HMACOutputLength"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] - 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.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 CanonicalizationMethodType : 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.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 SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private CanonicalizationMethodType canonicalizationMethodField; - - private SignatureMethodType signatureMethodField; - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CanonicalizationMethodType CanonicalizationMethod { - get { - return this.canonicalizationMethodField; - } - set { - this.canonicalizationMethodField = value; - this.RaisePropertyChanged("CanonicalizationMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureMethodType SignatureMethod { - get { - return this.signatureMethodField; - } - set { - this.signatureMethodField = value; - this.RaisePropertyChanged("SignatureMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] - 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 SignatureType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignedInfoType signedInfoField; - - private SignatureValueType signatureValueField; - - private KeyInfoType keyInfoField; - - private ObjectType[] objectField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SignedInfoType SignedInfo { - get { - return this.signedInfoField; - } - set { - this.signedInfoField = value; - this.RaisePropertyChanged("SignedInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureValueType SignatureValue { - get { - return this.signatureValueField; - } - set { - this.signatureValueField = value; - this.RaisePropertyChanged("SignatureValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public KeyInfoType KeyInfo { - get { - return this.keyInfoField; - } - set { - this.keyInfoField = value; - this.RaisePropertyChanged("KeyInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] - public ObjectType[] Object { - get { - return this.objectField; - } - set { - this.objectField = value; - this.RaisePropertyChanged("Object"); - } - } - - /// - [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.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] - [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/base/")] - public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignatureType signatureField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] - public SignatureType Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - 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://dom.gosuslugi.ru/schema/integration/base/")] - public partial class BaseAsyncResponseType : BaseType { - - private sbyte requestStateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte RequestState { - get { - return this.requestStateField; - } - set { - this.requestStateField = value; - this.RaisePropertyChanged("RequestState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common-service-async/", ConfigurationName="Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync")] - public interface NsiPortsTypeAsync { - - // CODEGEN: Контракт генерации сообщений с операцией exportNsiList не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiList", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.v15_7_0_1.Fault), Action="urn:exportNsiList", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse exportNsiList(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiList", ReplyAction="*")] - System.Threading.Tasks.Task exportNsiListAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportNsiItem не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiItem", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.v15_7_0_1.Fault), Action="urn:exportNsiItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse exportNsiItem(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiItem", ReplyAction="*")] - System.Threading.Tasks.Task exportNsiItemAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportNsiPagingItem не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiPagingItem", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.v15_7_0_1.Fault), Action="urn:exportNsiPagingItem", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse exportNsiPagingItem(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportNsiPagingItem", ReplyAction="*")] - System.Threading.Tasks.Task exportNsiPagingItemAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.NsiCommon.v15_7_0_1.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1 request); - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISRequestHeader : HeaderType { - - private ISCreator[] iSCreatorField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=0)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged { - - private string iSNameField; - - private string iSOperatorNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ISName { - get { - return this.iSNameField; - } - set { - this.iSNameField = value; - this.RaisePropertyChanged("ISName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ISOperatorName { - get { - return this.iSOperatorNameField; - } - set { - this.iSOperatorNameField = value; - this.RaisePropertyChanged("ISOperatorName"); - } - } - - 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/base/")] - public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] - public partial class exportNsiListRequest : BaseType { - - private ListGroup listGroupField; - - private bool listGroupFieldSpecified; - - private string versionField; - - public exportNsiListRequest() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", Order=0)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ListGroupSpecified { - get { - return this.listGroupFieldSpecified; - } - set { - this.listGroupFieldSpecified = value; - this.RaisePropertyChanged("ListGroupSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public enum ListGroup { - - /// - NSI, - - /// - NSIRAO, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ResultHeader : HeaderType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private AckRequestAck ackField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AckRequestAck Ack { - get { - return this.ackField; - } - set { - this.ackField = value; - this.RaisePropertyChanged("Ack"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string requesterMessageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RequesterMessageGUID { - get { - return this.requesterMessageGUIDField; - } - set { - this.requesterMessageGUIDField = value; - this.RaisePropertyChanged("RequesterMessageGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportNsiListRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest exportNsiListRequest; - - public exportNsiListRequest1() { - } - - public exportNsiListRequest1(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest exportNsiListRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportNsiListRequest = exportNsiListRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportNsiListResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest; - - public exportNsiListResponse() { - } - - public exportNsiListResponse(Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] - public partial class exportNsiItemRequest : BaseType { - - private string registryNumberField; - - private ListGroup listGroupField; - - private System.DateTime modifiedAfterField; - - private bool modifiedAfterFieldSpecified; - - private string versionField; - - public exportNsiItemRequest() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", Order=1)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime ModifiedAfter { - get { - return this.modifiedAfterField; - } - set { - this.modifiedAfterField = value; - this.RaisePropertyChanged("ModifiedAfter"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ModifiedAfterSpecified { - get { - return this.modifiedAfterFieldSpecified; - } - set { - this.modifiedAfterFieldSpecified = value; - this.RaisePropertyChanged("ModifiedAfterSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportNsiItemRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest exportNsiItemRequest; - - public exportNsiItemRequest1() { - } - - public exportNsiItemRequest1(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest exportNsiItemRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportNsiItemRequest = exportNsiItemRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportNsiItemResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest; - - public exportNsiItemResponse() { - } - - public exportNsiItemResponse(Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] - public partial class exportNsiPagingItemRequest : BaseType { - - private string registryNumberField; - - private ListGroup listGroupField; - - private int pageField; - - private System.DateTime modifiedAfterField; - - private bool modifiedAfterFieldSpecified; - - private string versionField; - - public exportNsiPagingItemRequest() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", Order=1)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public int Page { - get { - return this.pageField; - } - set { - this.pageField = value; - this.RaisePropertyChanged("Page"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public System.DateTime ModifiedAfter { - get { - return this.modifiedAfterField; - } - set { - this.modifiedAfterField = value; - this.RaisePropertyChanged("ModifiedAfter"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ModifiedAfterSpecified { - get { - return this.modifiedAfterFieldSpecified; - } - set { - this.modifiedAfterFieldSpecified = value; - this.RaisePropertyChanged("ModifiedAfterSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportNsiPagingItemRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest exportNsiPagingItemRequest; - - public exportNsiPagingItemRequest1() { - } - - public exportNsiPagingItemRequest1(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest exportNsiPagingItemRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportNsiPagingItemRequest = exportNsiPagingItemRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportNsiPagingItemResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest; - - public exportNsiPagingItemResponse() { - } - - public exportNsiPagingItemResponse(Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] - public partial class getStateResult : BaseAsyncResponseType { - - private object itemField; - - private string versionField; - - public getStateResult() { - this.versionField = "10.0.1.2"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiItem", typeof(NsiItemType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiList", typeof(NsiListType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NsiPagingItem", typeof(getStateResultNsiPagingItem), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [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/base/")] - public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string descriptionField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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 NsiItemType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private System.DateTime createdField; - - private NsiElementType[] nsiElementField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public System.DateTime Created { - get { - return this.createdField; - } - set { - this.createdField = value; - this.RaisePropertyChanged("Created"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiElement", Order=2)] - public NsiElementType[] NsiElement { - get { - return this.nsiElementField; - } - set { - this.nsiElementField = value; - this.RaisePropertyChanged("NsiElement"); - } - } - - 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 NsiElementType : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - private string gUIDField; - - private System.DateTime[] itemsField; - - private ItemsChoiceType3[] itemsElementNameField; - - private bool isActualField; - - private NsiElementFieldType[] nsiElementFieldField; - - private NsiElementType[] childElementField; - - /// - [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("EndDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("Modified", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("StartDate", typeof(System.DateTime), Order=2)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public System.DateTime[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=3)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType3[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiElementField", Order=5)] - public NsiElementFieldType[] NsiElementField { - get { - return this.nsiElementFieldField; - } - set { - this.nsiElementFieldField = value; - this.RaisePropertyChanged("NsiElementField"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ChildElement", Order=6)] - public NsiElementType[] ChildElement { - get { - return this.childElementField; - } - set { - this.childElementField = value; - this.RaisePropertyChanged("ChildElement"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/", IncludeInSchema=false)] - public enum ItemsChoiceType3 { - - /// - EndDate, - - /// - Modified, - - /// - StartDate, - } - - /// - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementAttachmentFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFiasAddressRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementOkeiRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiRefFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementNsiFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementEnumFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementIntegerFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementDateFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementFloatFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementBooleanFieldType))] - [System.Xml.Serialization.XmlIncludeAttribute(typeof(NsiElementStringFieldType))] - [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 abstract partial class NsiElementFieldType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - 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://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementAttachmentFieldType : NsiElementFieldType { - - private AttachmentType documentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AttachmentType Document { - get { - return this.documentField; - } - set { - this.documentField = value; - this.RaisePropertyChanged("Document"); - } - } - } - - /// - [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/base/")] - public partial class AttachmentType : object, System.ComponentModel.INotifyPropertyChanged { - - private string nameField; - - private string descriptionField; - - private Attachment attachmentField; - - private string attachmentHASHField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public Attachment Attachment { - get { - return this.attachmentField; - } - set { - this.attachmentField = value; - this.RaisePropertyChanged("Attachment"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public string AttachmentHASH { - get { - return this.attachmentHASHField; - } - set { - this.attachmentHASHField = value; - this.RaisePropertyChanged("AttachmentHASH"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Attachment : object, System.ComponentModel.INotifyPropertyChanged { - - private string attachmentGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AttachmentGUID { - get { - return this.attachmentGUIDField; - } - set { - this.attachmentGUIDField = value; - this.RaisePropertyChanged("AttachmentGUID"); - } - } - - 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 NsiElementFiasAddressRefFieldType : NsiElementFieldType { - - private NsiElementFiasAddressRefFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementFiasAddressRefFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementFiasAddressRefFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string guidField; - - private string aoGuidField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Guid { - get { - return this.guidField; - } - set { - this.guidField = value; - this.RaisePropertyChanged("Guid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string aoGuid { - get { - return this.aoGuidField; - } - set { - this.aoGuidField = value; - this.RaisePropertyChanged("aoGuid"); - } - } - - 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 NsiElementOkeiRefFieldType : NsiElementFieldType { - - private string codeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Code { - get { - return this.codeField; - } - set { - this.codeField = value; - this.RaisePropertyChanged("Code"); - } - } - } - - /// - [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 NsiElementNsiRefFieldType : NsiElementFieldType { - - private NsiElementNsiRefFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementNsiRefFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiRefFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private nsiRef refField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public nsiRef Ref { - get { - return this.refField; - } - set { - this.refField = value; - this.RaisePropertyChanged("Ref"); - } - } - - 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://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiFieldType : NsiElementFieldType { - - private NsiElementNsiFieldTypeNsiRef nsiRefField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public NsiElementNsiFieldTypeNsiRef NsiRef { - get { - return this.nsiRefField; - } - set { - this.nsiRefField = value; - this.RaisePropertyChanged("NsiRef"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementNsiFieldTypeNsiRef : object, System.ComponentModel.INotifyPropertyChanged { - - private string nsiItemRegistryNumberField; - - private ListGroup listGroupField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string NsiItemRegistryNumber { - get { - return this.nsiItemRegistryNumberField; - } - set { - this.nsiItemRegistryNumberField = value; - this.RaisePropertyChanged("NsiItemRegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - 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 NsiElementEnumFieldType : NsiElementFieldType { - - private NsiElementEnumFieldTypePosition[] positionField; - - /// - [System.Xml.Serialization.XmlElementAttribute("Position", Order=0)] - public NsiElementEnumFieldTypePosition[] Position { - get { - return this.positionField; - } - set { - this.positionField = value; - this.RaisePropertyChanged("Position"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")] - public partial class NsiElementEnumFieldTypePosition : object, System.ComponentModel.INotifyPropertyChanged { - - private object gUIDField; - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public object GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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 NsiElementIntegerFieldType : NsiElementFieldType { - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - } - - /// - [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 NsiElementDateFieldType : NsiElementFieldType { - - private System.DateTime valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)] - public System.DateTime Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementFloatFieldType : NsiElementFieldType { - - private float valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public float Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementBooleanFieldType : NsiElementFieldType { - - private bool valueField; - - private bool valueFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ValueSpecified { - get { - return this.valueFieldSpecified; - } - set { - this.valueFieldSpecified = value; - this.RaisePropertyChanged("ValueSpecified"); - } - } - } - - /// - [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 NsiElementStringFieldType : NsiElementFieldType { - - private string valueField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - } - - /// - [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 NsiListType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime createdField; - - private NsiItemInfoType[] nsiItemInfoField; - - private ListGroup listGroupField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Created { - get { - return this.createdField; - } - set { - this.createdField = value; - this.RaisePropertyChanged("Created"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("NsiItemInfo", Order=1)] - public NsiItemInfoType[] NsiItemInfo { - get { - return this.nsiItemInfoField; - } - set { - this.nsiItemInfoField = value; - this.RaisePropertyChanged("NsiItemInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public ListGroup ListGroup { - get { - return this.listGroupField; - } - set { - this.listGroupField = value; - this.RaisePropertyChanged("ListGroup"); - } - } - - 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 NsiItemInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private string registryNumberField; - - private string nameField; - - private System.DateTime modifiedField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="positiveInteger", Order=0)] - public string RegistryNumber { - get { - return this.registryNumberField; - } - set { - this.registryNumberField = value; - this.RaisePropertyChanged("RegistryNumber"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Name { - get { - return this.nameField; - } - set { - this.nameField = value; - this.RaisePropertyChanged("Name"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public System.DateTime Modified { - get { - return this.modifiedField; - } - set { - this.modifiedField = value; - this.RaisePropertyChanged("Modified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/")] - public partial class getStateResultNsiPagingItem : NsiItemType { - - private int totalItemsCountField; - - private int totalPagesField; - - private object currentPageField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public int TotalItemsCount { - get { - return this.totalItemsCountField; - } - set { - this.totalItemsCountField = value; - this.RaisePropertyChanged("TotalItemsCount"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public int TotalPages { - get { - return this.totalPagesField; - } - set { - this.totalPagesField = value; - this.RaisePropertyChanged("TotalPages"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public object CurrentPage { - get { - return this.currentPageField; - } - set { - this.currentPageField = value; - this.RaisePropertyChanged("CurrentPage"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest getStateRequest; - - public getStateRequest1() { - } - - public getStateRequest1(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest getStateRequest) { - this.ISRequestHeader = ISRequestHeader; - this.getStateRequest = getStateRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-common/", Order=0)] - public Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult getStateResult; - - public getStateResponse() { - } - - public getStateResponse(Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult getStateResult) { - this.ResultHeader = ResultHeader; - this.getStateResult = getStateResult; - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface NsiPortsTypeAsyncChannel : Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class NsiPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync { - - public NsiPortsTypeAsyncClient() { - } - - public NsiPortsTypeAsyncClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public NsiPortsTypeAsyncClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public NsiPortsTypeAsyncClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public NsiPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.exportNsiList(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1 request) { - return base.Channel.exportNsiList(request); - } - - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader exportNsiList(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest exportNsiListRequest, out Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportNsiListRequest = exportNsiListRequest; - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListResponse retVal = ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).exportNsiList(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.exportNsiListAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1 request) { - return base.Channel.exportNsiListAsync(request); - } - - public System.Threading.Tasks.Task exportNsiListAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest exportNsiListRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiListRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportNsiListRequest = exportNsiListRequest; - return ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).exportNsiListAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.exportNsiItem(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1 request) { - return base.Channel.exportNsiItem(request); - } - - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader exportNsiItem(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest exportNsiItemRequest, out Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportNsiItemRequest = exportNsiItemRequest; - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemResponse retVal = ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).exportNsiItem(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.exportNsiItemAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1 request) { - return base.Channel.exportNsiItemAsync(request); - } - - public System.Threading.Tasks.Task exportNsiItemAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest exportNsiItemRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiItemRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportNsiItemRequest = exportNsiItemRequest; - return ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).exportNsiItemAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.exportNsiPagingItem(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1 request) { - return base.Channel.exportNsiPagingItem(request); - } - - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader exportNsiPagingItem(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest exportNsiPagingItemRequest, out Hcs.Service.Async.NsiCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportNsiPagingItemRequest = exportNsiPagingItemRequest; - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemResponse retVal = ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).exportNsiPagingItem(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.exportNsiPagingItemAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1 request) { - return base.Channel.exportNsiPagingItemAsync(request); - } - - public System.Threading.Tasks.Task exportNsiPagingItemAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest exportNsiPagingItemRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.exportNsiPagingItemRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportNsiPagingItemRequest = exportNsiPagingItemRequest; - return ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).exportNsiPagingItemAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.getState(Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getState(request); - } - - public Hcs.Service.Async.NsiCommon.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResult getStateResult) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.getStateRequest = getStateRequest; - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).getState(inValue); - getStateResult = retVal.getStateResult; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync.getStateAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getStateAsync(request); - } - - public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.NsiCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest getStateRequest) { - Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.NsiCommon.v15_7_0_1.getStateRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.getStateRequest = getStateRequest; - return ((Hcs.Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync)(this)).getStateAsync(inValue); - } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Reference.svcmap deleted file mode 100644 index 326c15a..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/Reference.svcmap +++ /dev/null @@ -1,35 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/configuration.svcinfo deleted file mode 100644 index aec8fa4..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/configuration.svcinfo +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/configuration91.svcinfo deleted file mode 100644 index 3f4500c..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/configuration91.svcinfo +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - NsiBindingAsync1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - NsiBindingAsync2 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - https://api.dom.gosuslugi.ru/ext-bus-nsi-common-service/services/NsiCommonAsync - - - - - - basicHttpBinding - - - NsiBindingAsync1 - - - Service.Async.NsiCommon.v15_7_0_1.NsiPortsTypeAsync - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - NsiPortAsync1 - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-base.xsd b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-base.xsd deleted file mode 100644 index ebfa590..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-base.xsd +++ /dev/null @@ -1,862 +0,0 @@ - - - - - - ???????????? ???? ?????????? 2000 ????????????????. - - - - - - - - ???????????? ???? ?????????? 1500 ????????????????. - - - - - - - - ???????????? ???? ?????????? 300 ????????????????. - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 255 ????????????????. - - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 100 ????????????????. - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 250 ????????????????. - - - - - - - - ?????????????????? ??????. ???????????? ???? ?????????? 500 ????????????????. - - - - - - - - ???????????? ???? ?????????? 60 ????????????????. - - - - - - - - ?????????????????? ???????? 2000 - - - - - - - - ???????????????? ???????????? - - - - - - - - - ?????????????? ?????? ????????????-?????????????????? ?? ???????????????? - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - ?????????????????????????? ???????????????????? ???????????? - - - - - ?????????????????????????? ???????????????????????????????????? ?????????????????????? - - - - - ???????????????????? ?? ???????????????????? ???????? - - - - - - ?????????????????????????? ?????????????????????? ????????, ?????????????????????????????????????? ?? ?????? ?????? - - - - - - ?????????? - - - - - - - - - - ????????????????, ???????????????????????????? ???????????????? - - - - - - ?????? ??????????????????, ?????????????????????????????? ???????????????? (?????? ???95) - - - - - - ?????? ???????????? ?????????????????????? - - - - - - - - - - - ?????????????????????????? ???????????? ?? ?????????????????????????????? ?????????????????????? ?????? ?????? - - - - - ???????????????? - - - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - - - - - - - - - ???????????????????????? ?????????????? ?????????????????? ???? - - - - - ???????????????? ???? ???????? ????, ?? ???????????????????????????? ?????????????? ???????? ???????????????????????? ???????????????????? (589/944/,??.164). ???????????? ?????? ???????????????? ???????????????????? ????????????????????. - - - - - - - - - - ?????????????????? ?????????????? - - - - - - - - - - - - - - ?????????????????? ???????????? - - - - - - - - - - ?????????????? ?????? ???????????? ???? ???????????? ????????????????, ????????????????????????????, ???????????????? - - - - - - ???????????????????????? ??????????????????????????, ???????????????????????? ???????????????????? ???????????????????? - - - - - ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - - - - ?????????????????????????? ?????????????? ?? ?????? ?????? - - - - - ???????? ?????????????????????? - - - - - ???????????????????? ?????????? - - - - - - - - - - ?????????????? ?????? ?????????????????? - - - - - ???????? ???????????????? ???????????? - - - - - ?????????????????????????? ?????????????????? - - - - - - - ???????????????? - - - - - - ?????????????????????????? ???????????????????????? ???????????????? - - - - - - - - ???????????????? - - - - - ???????????????????????? ???????????????? - - - - - - - - - - - ???????????????? ???????????????? - - - - - - - - - - - - ??????-?????? ???????????????? ???? ?????????????????? ???????? ?? binhex. - -?????????????? ???????????????????? ?? ???????????????? ?????????????? - - - - - - - - - - - - ???????????????? - - - - - ???????????????????????? ???????????????? - - - - - - - - - - - ???????????????? ???????????????? - - - - - - - - - - - - ??????-?????? ???????????????? ???? ?????????????????? ???????? ?? binhex - - - - - - - - - - - - ?????????????? ??????, ?????????????????????? ???????????????? ?? ?????????????????????????? (detached) ??????????????????. ?? ???????????????? ?????? ??????, ?????????????????????? ?????? SignedAttachmentType, ?????????? ???????? ???????????????? ?????????????????????? ???? ???????????????????????? ?????????????????? ?????????????????? ?? ?????????? Signature (????. ???????????????? INT002039). - - - - - ???????????????? - - - - - ???????????????????????? (detached) ?????????????? - - - - - - - ?????????????? Fault (?????? ?????????????????? Fault ?? ????????????????) - - - - ?????????????? ?????? ?????? fault-???????????? - - - - - - - - - - - ???????????????? ???????????? ?????????????????? ?????? ????????????-????????????????. ?????????????? ???? ??????????????????????. ???????????????? ?????? ?????????????????????????? - - - - - - ?????????????? ?????? ???????????? ???????????????? ?????? ????????????-???????????????? - - - - - ?????? ???????????? - - - - - ???????????????? ???????????? - - - - - StackTrace ?? ???????????? ?????????????????????????? ???????????????????? - - - - - - - ???????????? ????????????????, ?????????????? ?? ?????????????? ???????????????????????????? ?????????????????????????? - - - - - ?????????????? ?????????????????? ???????????? ?????????????????? - - - - - - ?????????????????? - - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????????????????????? - - - - - - - - - - - ???????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - ???????????? ???????????? ???????????????????????? ?????????????????? - - - - - - ???????????? ?????????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - ?????????? ???? ???????????? ???????????? ???????????????????????? ?????????????????? - - - - - - - - ???????????? ?????????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - - - ?????????????? ?????? ???????????? ???? ???????????? ?????????????? - - - - - - - ???????????? ?????????????????? - - - - - ?????????????????????????? ??????????????????, ?????????????????????? ?????? ?????? - - - - - - - - - ?????????????????? ???????????????????? C_UD - - - - - ?????????????????????????? ??????????????????????/???????????????????? ???????????????? - - - - - ???????????????????????? ?????????????????????????? - - - - - - ???????????????? ?????????????????? ?????????????? - - - - ???????????????????? ???????????????????? ?????????? - - - - - ???????? ?????????????????????? - - - - - - ???????????????? ???????????? - - - - - - - - - - - - - ???????????? ?????????????????? ?????????????????? ?? ?????????????????????? ???????????? (1- ????????????????; 2 - ?? ??????????????????; 3- ????????????????????) - - - - - - - - - - ???????????????????????? ?????????????????????????? - - - - - GUID-??????. - - - - - - - - ???????? ?????????????????????? ?????????????? - - - - - ??????, ?????????????????????? ?????? - - - - - - - - ??????, ?????????????????????? ?????????? - - - - - - - - - ?????????? - - - - - ?????? - - - - - - - - - - - ???????????????????????? ?????????? ?????????????????????????? ???????? - - - - - - - - - ?????????????????? ???????????? (?????? ???????? ??????????????????????) - - - - - ???????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - - ???????????????? ?????????????????? ???????????? (???????? ??????????????????????????) - - - - - ???????????? ?????????????? - - - - - ?????????? ?????????????? - - - - - - - ?????? ???????????? - - - - - - - - - - ???????????? ???? ?????????????? ???? (????????) - - - - - ?????? ?????????????? (????????) - - - - - - - - - - ???????????? ???????????????????????? - - - - - - - - - - - - ???????????? ???? ?????????? - - - - - ?????? ???? ?????????? - - - - - - - - - - - ???????????? ???????????????????????? - - - - - - - - - - - - - - - - - ?????? ???????? - - - - - ?????????????????????????? ???????????????????????????????????? ?????????????????????? - - - - - ?????????????? ?????? ?????????????????? ???? - - - - - ???????????????????????? ?????????????????? - - - - - - - - - - - ?????????? ?????????????????? - - - - - - - - - - - ???????? ???????????????? ?????????????????? ?????????????? ???????????? - - - - - ???????????????? - - - - - - - ???????????????? ???? ???????? ????, ?? ???????????????????????????? ?????????????? ???????? ???????????????????????? ???????????????????? (589/944/,??.164) - - - - - - ???????????????????????? ???? - - - - - ???????????????????????? ?????????????????? ???? - - - - - - - - ?????? ???? ?????????? - - - - - - - - - ?????? ???? ?????????? - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-base.xsd b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-base.xsd deleted file mode 100644 index cbd302d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-base.xsd +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - Ссылка на справочник - - - - - Код записи справочника - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - Скалярный тип. Наименование справочника. Строка не более 200 символов. - - - - - - - - Скалярный тип. Реестровый номер справочника. Код не более 10 символов. - - - - - - - - Составной тип. Наименование, дата и время последнего изменения справочника. - - - - - Реестровый номер справочника. - - - - - Наименование справочника. - - - - - Дата и время последнего изменения справочника. - - - - - - - Перечень справочников с датой последнего изменения каждого из них. - - - - - Дата и время формирования перечня справочников. - - - - - Наименование, дата и время последнего изменения справочника. - - - - - - - - Данные справочника. - - - - - Реестровый номер справочника. - - - - - Дата и время формирования данных справочника. - - - - - Элемент справочника верхнего уровня. - - - - - - - Составной тип. Элемент справочника. - - - - - Код элемента справочника, уникальный в пределах справочника. - - - - - Глобально-уникальный идентификатор элемента справочника. - - - - - - Дата и время последнего изменения элемента справочника (в том числе создания). - - - - - - Дата начала действия значения - - - - - Дата окончания действия значения - - - - - - - Признак актуальности элемента справочника. - - - - - Наименование и значение поля для элемента справочника. - - - - - Дочерний элемент. - - - - - - - Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. - - - - - Наименование поля элемента справочника. - - - - - - - Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Строка". - - - - - - - - - Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Да/Нет". - - - - - - - - - Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Вещественное". - - - - - - - - - Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Дата". - - - - - - - - - Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Целое число". - - - - - - - - - Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. - - - - - - - Запись элемента справочника типа "Перечислимый". - - - - - - Код поля элемента справочника типа "Перечислимый". - - - - - Значение поля элемента справочника типа "Перечислимый". - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. - - - - - - - Ссылка на справочник. - - - - - - Реестровый номер справочника. - - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. - - - - - - - Ссылка на элемент внутреннего справочника. - - - - - - Реестровый номер справочника. - - - - - Ссылка на элемент справочника. - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. - - - - - - - Код единицы измерения по справочнику ОКЕИ. - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. - - - - - - - Ссылка на элемент справочника ФИАС. - - - - - - Идентификационный код позиции в справочнике ФИАС. - - - - - Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. - - - - - - - - - - - - Составной тип. Наименование и значение поля "Вложение" - - - - - - - Документ - - - - - - - - - Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. - - - - - - - - Группа справочника: -NSI - (по умолчанию) общесистемный -NSIRAO - ОЖФ - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-common-service-async.wsdl b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-common-service-async.wsdl deleted file mode 100644 index 9ba2429..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-common-service-async.wsdl +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ВИ_НСИ_ППС. Получить перечень общесистемных справочников с указанием даты последнего изменения каждого из них. - - - - - - ВИ_НСИ_ПДС. Получить данные общесистемного справочника. - - - - - - ВИ_НСИ_ПДС_ПОСТР. Получить данные общесистемного справочника. - - - - - - - - - - - - - - ВИ_НСИ_ППС. Получить перечень справочников с указанием даты последнего изменения каждого из них. - - - - - - - - - - - - - - - ВИ_НСИ_ПДС. Получить данные справочника. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Асинхронный сервис экспорта общих справочников подсистемы НСИ - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-common-types.xsd b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-common-types.xsd deleted file mode 100644 index 736d43c..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/hcs-nsi-common-types.xsd +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - ???????????? ?????????????????? ?????????????? ?????????????????????????? ????????????????????????. - - - - - - - - - - - - - - - ???????????? ???? ?????????????????? ???????????? ?????????????????????????? ??????????????????????. - - - - - - - - ???????????????????? ?????????? ??????????????????????. - - - - - - ???????? ?? ??????????, ???????????????????? ?????????? ?????????????? ???????????????? ?????????????????????? ???????????? ???????? ???????????????????? ?? ????????????. ???????? ???? ??????????????, ???????????????????????? ?????? ???????????????? ??????????????????????. - - - - - - - - - - - ???????????? ???? ?????????????????? ???????????? ?????????????????????????? ??????????????????????. - - - - - - - - ???????????????????? ?????????? ??????????????????????. - - - - - - ???????????????? ??????????????. ???????????????????????? ???? 1000 ??????????????????. - - - - - - - - - - ???????? ?? ??????????, ???????????????????? ?????????? ?????????????? ???????????????? ?????????????????????? ???????????? ???????? ???????????????????? ?? ????????????. ???????? ???? ??????????????, ???????????????????????? ?????? ???????????????? ??????????????????????. - - - - - - - - - - - ?????????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - - - - ???????????????????? ?????????????? ?? ?????????????????????? - - - - - ???????????????????? ?????????????? - - - - - ?????????? ?????????????? ???????????????? - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/xmldsig-core-schema.xsd b/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/xmldsig-core-schema.xsd deleted file mode 100644 index e036087..0000000 --- a/Hcs.Client/Connected Services/Service.Async.NsiCommon.v15_7_0_1/xmldsig-core-schema.xsd +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest.datasource deleted file mode 100644 index d75e831..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader.datasource deleted file mode 100644 index 96cbbae..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse.datasource deleted file mode 100644 index a149d7f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse.datasource deleted file mode 100644 index 3b3214d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse.datasource deleted file mode 100644 index 2b37cbc..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse.datasource deleted file mode 100644 index d81adaf..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse.datasource deleted file mode 100644 index 28d92d0..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse.datasource deleted file mode 100644 index b31860f..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult.datasource b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult.datasource deleted file mode 100644 index f26b115..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult, Connected Services.Service.Async.OrgRegistryCommon.v15_7_0_1.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Reference.cs b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Reference.cs deleted file mode 100644 index dc2d827..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Reference.cs +++ /dev/null @@ -1,4647 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Этот код создан программой. -// Исполняемая версия:4.0.30319.42000 -// -// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае -// повторной генерации кода. -// -//------------------------------------------------------------------------------ - -namespace Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1 { - - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string errorMessageField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ErrorMessage { - get { - return this.errorMessageField; - } - set { - this.errorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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/base/")] - public partial class OKTMORefType : object, System.ComponentModel.INotifyPropertyChanged { - - private string codeField; - - 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 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://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class TerritoryDelegatedAccessRightType : object, System.ComponentModel.INotifyPropertyChanged { - - private string accessRightGUIDField; - - private OKTMORefType[] oKTMOField; - - private nsiRef[] regionField; - - private bool allTerritoriesField; - - private bool allTerritoriesFieldSpecified; - - public TerritoryDelegatedAccessRightType() { - this.allTerritoriesField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AccessRightGUID { - get { - return this.accessRightGUIDField; - } - set { - this.accessRightGUIDField = value; - this.RaisePropertyChanged("AccessRightGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("OKTMO", Order=1)] - public OKTMORefType[] OKTMO { - get { - return this.oKTMOField; - } - set { - this.oKTMOField = value; - this.RaisePropertyChanged("OKTMO"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Region", Order=2)] - public nsiRef[] Region { - get { - return this.regionField; - } - set { - this.regionField = value; - this.RaisePropertyChanged("Region"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool AllTerritories { - get { - return this.allTerritoriesField; - } - set { - this.allTerritoriesField = value; - this.RaisePropertyChanged("AllTerritories"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AllTerritoriesSpecified { - get { - return this.allTerritoriesFieldSpecified; - } - set { - this.allTerritoriesFieldSpecified = value; - this.RaisePropertyChanged("AllTerritoriesSpecified"); - } - } - - 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://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class ObjectsDelegatedAccessRightType : object, System.ComponentModel.INotifyPropertyChanged { - - private string accessRightGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AccessRightGUID { - get { - return this.accessRightGUIDField; - } - set { - this.accessRightGUIDField = value; - this.RaisePropertyChanged("AccessRightGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AllObjects", typeof(bool), Order=1)] - [System.Xml.Serialization.XmlElementAttribute("ObjectInfo", typeof(ObjectsDelegatedAccessRightTypeObjectInfo), Order=1)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class ObjectsDelegatedAccessRightTypeObjectInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private string objectGUIDField; - - private string typeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ObjectGUID { - get { - return this.objectGUIDField; - } - set { - this.objectGUIDField = value; - this.RaisePropertyChanged("ObjectGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - 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://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class AccessRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string accessRequestGUIDField; - - private AccessRequestType typeField; - - private System.DateTime applicationDateField; - - private System.DateTime startDateField; - - private System.DateTime endDateField; - - private bool endDateFieldSpecified; - - private AccessRequestStatus statusField; - - private System.DateTime statusChangeDateField; - - private bool statusChangeDateFieldSpecified; - - private string statusReasonField; - - private AccessRequestDelegatedAccessRight[] delegatedAccessRightField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AccessRequestGUID { - get { - return this.accessRequestGUIDField; - } - set { - this.accessRequestGUIDField = value; - this.RaisePropertyChanged("AccessRequestGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public AccessRequestType Type { - get { - return this.typeField; - } - set { - this.typeField = value; - this.RaisePropertyChanged("Type"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)] - public System.DateTime ApplicationDate { - get { - return this.applicationDateField; - } - set { - this.applicationDateField = value; - this.RaisePropertyChanged("ApplicationDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=3)] - public System.DateTime StartDate { - get { - return this.startDateField; - } - set { - this.startDateField = value; - this.RaisePropertyChanged("StartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime EndDate { - get { - return this.endDateField; - } - set { - this.endDateField = value; - this.RaisePropertyChanged("EndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool EndDateSpecified { - get { - return this.endDateFieldSpecified; - } - set { - this.endDateFieldSpecified = value; - this.RaisePropertyChanged("EndDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public AccessRequestStatus Status { - get { - return this.statusField; - } - set { - this.statusField = value; - this.RaisePropertyChanged("Status"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=6)] - public System.DateTime StatusChangeDate { - get { - return this.statusChangeDateField; - } - set { - this.statusChangeDateField = value; - this.RaisePropertyChanged("StatusChangeDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StatusChangeDateSpecified { - get { - return this.statusChangeDateFieldSpecified; - } - set { - this.statusChangeDateFieldSpecified = value; - this.RaisePropertyChanged("StatusChangeDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string StatusReason { - get { - return this.statusReasonField; - } - set { - this.statusReasonField = value; - this.RaisePropertyChanged("StatusReason"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("DelegatedAccessRight", Order=8)] - public AccessRequestDelegatedAccessRight[] DelegatedAccessRight { - get { - return this.delegatedAccessRightField; - } - set { - this.delegatedAccessRightField = value; - this.RaisePropertyChanged("DelegatedAccessRight"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public enum AccessRequestType { - - /// - ForInformationSystemOperator, - - /// - ForCalculationCenter, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public enum AccessRequestStatus { - - /// - Created, - - /// - Accepted, - - /// - Declined, - - /// - Revoked, - - /// - Annulled, - - /// - Closed, - - /// - Preset, - - /// - Waiting_approval, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class AccessRequestDelegatedAccessRight : object, System.ComponentModel.INotifyPropertyChanged { - - private string accessRightGUIDField; - - private AccessRequestDelegatedAccessRightTerritoryInfo territoryInfoField; - - private AccessRequestDelegatedAccessRightObjectInfo objectInfoField; - - private bool isActualField; - - private nsiRef[] informationTypeField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string AccessRightGUID { - get { - return this.accessRightGUIDField; - } - set { - this.accessRightGUIDField = value; - this.RaisePropertyChanged("AccessRightGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public AccessRequestDelegatedAccessRightTerritoryInfo TerritoryInfo { - get { - return this.territoryInfoField; - } - set { - this.territoryInfoField = value; - this.RaisePropertyChanged("TerritoryInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public AccessRequestDelegatedAccessRightObjectInfo ObjectInfo { - get { - return this.objectInfoField; - } - set { - this.objectInfoField = value; - this.RaisePropertyChanged("ObjectInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("InformationType", Order=4)] - public nsiRef[] InformationType { - get { - return this.informationTypeField; - } - set { - this.informationTypeField = value; - this.RaisePropertyChanged("InformationType"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class AccessRequestDelegatedAccessRightTerritoryInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private bool itemField; - - private ItemChoiceType itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("AllTerritories", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ExistListOfTerritory", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", IncludeInSchema=false)] - public enum ItemChoiceType { - - /// - AllTerritories, - - /// - ExistListOfTerritory, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class AccessRequestDelegatedAccessRightObjectInfo : object, System.ComponentModel.INotifyPropertyChanged { - - private bool itemField; - - private ItemChoiceType1 itemElementNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute("AllObjects", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ExistListOfObjects", typeof(bool), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")] - public bool Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemChoiceType1 ItemElementName { - get { - return this.itemElementNameField; - } - set { - this.itemElementNameField = value; - this.RaisePropertyChanged("ItemElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", IncludeInSchema=false)] - public enum ItemChoiceType1 { - - /// - AllObjects, - - /// - ExistListOfObjects, - } - - /// - [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/organizations-registry-common/")] - public partial class exportDelegatedAccessType : object, System.ComponentModel.INotifyPropertyChanged { - - private RegOrgType parentOrgField; - - private string orgPPAGUIDField; - - private RegOrgType regOrgField; - - private AccessRequest[] accessRequestField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public RegOrgType ParentOrg { - get { - return this.parentOrgField; - } - set { - this.parentOrgField = value; - this.RaisePropertyChanged("ParentOrg"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=1)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=2)] - public RegOrgType RegOrg { - get { - return this.regOrgField; - } - set { - this.regOrgField = value; - this.RaisePropertyChanged("RegOrg"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccessRequest", Order=3)] - public AccessRequest[] AccessRequest { - get { - return this.accessRequestField; - } - set { - this.accessRequestField = value; - this.RaisePropertyChanged("AccessRequest"); - } - } - - 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/organizations-registry-base/")] - public partial class RegOrgType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgRootEntityGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string orgRootEntityGUID { - get { - return this.orgRootEntityGUIDField; - } - set { - this.orgRootEntityGUIDField = value; - this.RaisePropertyChanged("orgRootEntityGUID"); - } - } - - 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/organizations-registry-common/")] - public partial class exportDataProviderResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string dataProviderGUIDField; - - private bool isActualField; - - private RegOrgType regOrgField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string DataProviderGUID { - get { - return this.dataProviderGUIDField; - } - set { - this.dataProviderGUIDField = value; - this.RaisePropertyChanged("DataProviderGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=2)] - public RegOrgType RegOrg { - get { - return this.regOrgField; - } - set { - this.regOrgField = value; - this.RaisePropertyChanged("RegOrg"); - } - } - - 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/organizations-registry-base/")] - public partial class ForeignBranchType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fullNameField; - - private string shortNameField; - - private string nZAField; - - private string iNNField; - - private string kPPField; - - private string addressField; - - private string fIASHouseGuidField; - - private System.DateTime accreditationStartDateField; - - private System.DateTime accreditationEndDateField; - - private bool accreditationEndDateFieldSpecified; - - private string registrationCountryField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FullName { - get { - return this.fullNameField; - } - set { - this.fullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ShortName { - get { - return this.shortNameField; - } - set { - this.shortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] - public string NZA { - get { - return this.nZAField; - } - set { - this.nZAField = value; - this.RaisePropertyChanged("NZA"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] - public string KPP { - get { - return this.kPPField; - } - set { - this.kPPField = value; - this.RaisePropertyChanged("KPP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=5)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)] - public System.DateTime AccreditationStartDate { - get { - return this.accreditationStartDateField; - } - set { - this.accreditationStartDateField = value; - this.RaisePropertyChanged("AccreditationStartDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime AccreditationEndDate { - get { - return this.accreditationEndDateField; - } - set { - this.accreditationEndDateField = value; - this.RaisePropertyChanged("AccreditationEndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool AccreditationEndDateSpecified { - get { - return this.accreditationEndDateFieldSpecified; - } - set { - this.accreditationEndDateFieldSpecified = value; - this.RaisePropertyChanged("AccreditationEndDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string RegistrationCountry { - get { - return this.registrationCountryField; - } - set { - this.registrationCountryField = value; - this.RaisePropertyChanged("RegistrationCountry"); - } - } - - 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/organizations-registry-base/")] - public partial class EntpsType : object, System.ComponentModel.INotifyPropertyChanged { - - private string surnameField; - - private string firstNameField; - - private string patronymicField; - - private EntpsTypeSex sexField; - - private bool sexFieldSpecified; - - private string oGRNIPField; - - private System.DateTime stateRegistrationDateField; - - private bool stateRegistrationDateFieldSpecified; - - private string iNNField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string Surname { - get { - return this.surnameField; - } - set { - this.surnameField = value; - this.RaisePropertyChanged("Surname"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FirstName { - get { - return this.firstNameField; - } - set { - this.firstNameField = value; - this.RaisePropertyChanged("FirstName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string Patronymic { - get { - return this.patronymicField; - } - set { - this.patronymicField = value; - this.RaisePropertyChanged("Patronymic"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=3)] - public EntpsTypeSex Sex { - get { - return this.sexField; - } - set { - this.sexField = value; - this.RaisePropertyChanged("Sex"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool SexSpecified { - get { - return this.sexFieldSpecified; - } - set { - this.sexFieldSpecified = value; - this.RaisePropertyChanged("SexSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] - public string OGRNIP { - get { - return this.oGRNIPField; - } - set { - this.oGRNIPField = value; - this.RaisePropertyChanged("OGRNIP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=5)] - public System.DateTime StateRegistrationDate { - get { - return this.stateRegistrationDateField; - } - set { - this.stateRegistrationDateField = value; - this.RaisePropertyChanged("StateRegistrationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StateRegistrationDateSpecified { - get { - return this.stateRegistrationDateFieldSpecified; - } - set { - this.stateRegistrationDateFieldSpecified = value; - this.RaisePropertyChanged("StateRegistrationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] - public enum EntpsTypeSex { - - /// - M, - - /// - F, - } - - /// - [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/organizations-registry-base/")] - public partial class RegOrgVersionType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgVersionGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string orgVersionGUID { - get { - return this.orgVersionGUIDField; - } - set { - this.orgVersionGUIDField = value; - this.RaisePropertyChanged("orgVersionGUID"); - } - } - - 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/organizations-registry-base/")] - public partial class SubsidiaryType : object, System.ComponentModel.INotifyPropertyChanged { - - private string fullNameField; - - private string shortNameField; - - private string oGRNField; - - private string iNNField; - - private string kPPField; - - private string oKOPFField; - - private string addressField; - - private string fIASHouseGuidField; - - private System.DateTime activityEndDateField; - - private bool activityEndDateFieldSpecified; - - private SubsidiaryTypeSourceName sourceNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string FullName { - get { - return this.fullNameField; - } - set { - this.fullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ShortName { - get { - return this.shortNameField; - } - set { - this.shortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=2)] - public string OGRN { - get { - return this.oGRNField; - } - set { - this.oGRNField = value; - this.RaisePropertyChanged("OGRN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=4)] - public string KPP { - get { - return this.kPPField; - } - set { - this.kPPField = value; - this.RaisePropertyChanged("KPP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] - public string OKOPF { - get { - return this.oKOPFField; - } - set { - this.oKOPFField = value; - this.RaisePropertyChanged("OKOPF"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=6)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=7)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=8)] - public System.DateTime ActivityEndDate { - get { - return this.activityEndDateField; - } - set { - this.activityEndDateField = value; - this.RaisePropertyChanged("ActivityEndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ActivityEndDateSpecified { - get { - return this.activityEndDateFieldSpecified; - } - set { - this.activityEndDateFieldSpecified = value; - this.RaisePropertyChanged("ActivityEndDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public SubsidiaryTypeSourceName SourceName { - get { - return this.sourceNameField; - } - set { - this.sourceNameField = value; - this.RaisePropertyChanged("SourceName"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/")] - public partial class SubsidiaryTypeSourceName : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="date")] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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/organizations-registry-base/")] - public partial class LegalType : object, System.ComponentModel.INotifyPropertyChanged { - - private string shortNameField; - - private string fullNameField; - - private string commercialNameField; - - private string oGRNField; - - private System.DateTime stateRegistrationDateField; - - private bool stateRegistrationDateFieldSpecified; - - private string iNNField; - - private string kPPField; - - private string oKOPFField; - - private string addressField; - - private string fIASHouseGuidField; - - private System.DateTime activityEndDateField; - - private bool activityEndDateFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ShortName { - get { - return this.shortNameField; - } - set { - this.shortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string FullName { - get { - return this.fullNameField; - } - set { - this.fullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string CommercialName { - get { - return this.commercialNameField; - } - set { - this.commercialNameField = value; - this.RaisePropertyChanged("CommercialName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=3)] - public string OGRN { - get { - return this.oGRNField; - } - set { - this.oGRNField = value; - this.RaisePropertyChanged("OGRN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=4)] - public System.DateTime StateRegistrationDate { - get { - return this.stateRegistrationDateField; - } - set { - this.stateRegistrationDateField = value; - this.RaisePropertyChanged("StateRegistrationDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool StateRegistrationDateSpecified { - get { - return this.stateRegistrationDateFieldSpecified; - } - set { - this.stateRegistrationDateFieldSpecified = value; - this.RaisePropertyChanged("StateRegistrationDateSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=5)] - public string INN { - get { - return this.iNNField; - } - set { - this.iNNField = value; - this.RaisePropertyChanged("INN"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=6)] - public string KPP { - get { - return this.kPPField; - } - set { - this.kPPField = value; - this.RaisePropertyChanged("KPP"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=7)] - public string OKOPF { - get { - return this.oKOPFField; - } - set { - this.oKOPFField = value; - this.RaisePropertyChanged("OKOPF"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=8)] - public string Address { - get { - return this.addressField; - } - set { - this.addressField = value; - this.RaisePropertyChanged("Address"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=9)] - public string FIASHouseGuid { - get { - return this.fIASHouseGuidField; - } - set { - this.fIASHouseGuidField = value; - this.RaisePropertyChanged("FIASHouseGuid"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)] - public System.DateTime ActivityEndDate { - get { - return this.activityEndDateField; - } - set { - this.activityEndDateField = value; - this.RaisePropertyChanged("ActivityEndDate"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool ActivityEndDateSpecified { - get { - return this.activityEndDateFieldSpecified; - } - set { - this.activityEndDateFieldSpecified = value; - this.RaisePropertyChanged("ActivityEndDateSpecified"); - } - } - - 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/organizations-registry-common/")] - public partial class exportOrgRegistryResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgRootEntityGUIDField; - - private exportOrgRegistryResultTypeOrgVersion orgVersionField; - - private string orgPPAGUIDField; - - private nsiRef[] organizationRolesField; - - private bool isRegisteredField; - - private bool isRegisteredFieldSpecified; - - public exportOrgRegistryResultType() { - this.isRegisteredField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] - public string orgRootEntityGUID { - get { - return this.orgRootEntityGUIDField; - } - set { - this.orgRootEntityGUIDField = value; - this.RaisePropertyChanged("orgRootEntityGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportOrgRegistryResultTypeOrgVersion OrgVersion { - get { - return this.orgVersionField; - } - set { - this.orgVersionField = value; - this.RaisePropertyChanged("OrgVersion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=2)] - public string orgPPAGUID { - get { - return this.orgPPAGUIDField; - } - set { - this.orgPPAGUIDField = value; - this.RaisePropertyChanged("orgPPAGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("organizationRoles", Order=3)] - public nsiRef[] organizationRoles { - get { - return this.organizationRolesField; - } - set { - this.organizationRolesField = value; - this.RaisePropertyChanged("organizationRoles"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public bool isRegistered { - get { - return this.isRegisteredField; - } - set { - this.isRegisteredField = value; - this.RaisePropertyChanged("isRegistered"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool isRegisteredSpecified { - get { - return this.isRegisteredFieldSpecified; - } - set { - this.isRegisteredFieldSpecified = value; - this.RaisePropertyChanged("isRegisteredSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportOrgRegistryResultTypeOrgVersion : object, System.ComponentModel.INotifyPropertyChanged { - - private string orgVersionGUIDField; - - private System.DateTime lastEditingDateField; - - private bool isActualField; - - private object itemField; - - private exportOrgRegistryResultTypeOrgVersionRegistryOrganizationStatus registryOrganizationStatusField; - - private bool registryOrganizationStatusFieldSpecified; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] - public string orgVersionGUID { - get { - return this.orgVersionGUIDField; - } - set { - this.orgVersionGUIDField = value; - this.RaisePropertyChanged("orgVersionGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime lastEditingDate { - get { - return this.lastEditingDateField; - } - set { - this.lastEditingDateField = value; - this.RaisePropertyChanged("lastEditingDate"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Entrp", typeof(EntpsType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("ForeignBranch", typeof(ForeignBranchType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("Legal", typeof(LegalType), Order=3)] - [System.Xml.Serialization.XmlElementAttribute("Subsidiary", typeof(exportOrgRegistryResultTypeOrgVersionSubsidiary), Order=3)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=4)] - public exportOrgRegistryResultTypeOrgVersionRegistryOrganizationStatus registryOrganizationStatus { - get { - return this.registryOrganizationStatusField; - } - set { - this.registryOrganizationStatusField = value; - this.RaisePropertyChanged("registryOrganizationStatus"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool registryOrganizationStatusSpecified { - get { - return this.registryOrganizationStatusFieldSpecified; - } - set { - this.registryOrganizationStatusFieldSpecified = value; - this.RaisePropertyChanged("registryOrganizationStatusSpecified"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportOrgRegistryResultTypeOrgVersionSubsidiary : SubsidiaryType { - - private string statusVersionField; - - private exportOrgRegistryResultTypeOrgVersionSubsidiaryParentOrg parentOrgField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string StatusVersion { - get { - return this.statusVersionField; - } - set { - this.statusVersionField = value; - this.RaisePropertyChanged("StatusVersion"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public exportOrgRegistryResultTypeOrgVersionSubsidiaryParentOrg ParentOrg { - get { - return this.parentOrgField; - } - set { - this.parentOrgField = value; - this.RaisePropertyChanged("ParentOrg"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportOrgRegistryResultTypeOrgVersionSubsidiaryParentOrg : object, System.ComponentModel.INotifyPropertyChanged { - - private RegOrgVersionType regOrgVersionField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] - public RegOrgVersionType RegOrgVersion { - get { - return this.regOrgVersionField; - } - set { - this.regOrgVersionField = value; - this.RaisePropertyChanged("RegOrgVersion"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public enum exportOrgRegistryResultTypeOrgVersionRegistryOrganizationStatus { - - /// - P, - } - - /// - [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/base/")] - public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged { - - private string gUIDField; - - private string transportGUIDField; - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string GUID { - get { - return this.gUIDField; - } - set { - this.gUIDField = value; - this.RaisePropertyChanged("GUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string TransportGUID { - get { - return this.transportGUIDField; - } - set { - this.transportGUIDField = value; - this.RaisePropertyChanged("TransportGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)] - [System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class CommonResultTypeError : ErrorMessageType { - } - - /// - [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/base/")] - public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged { - - private string errorCodeField; - - private string descriptionField; - - private string stackTraceField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ErrorCode { - get { - return this.errorCodeField; - } - set { - this.errorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string Description { - get { - return this.descriptionField; - } - set { - this.descriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public string StackTrace { - get { - return this.stackTraceField; - } - set { - this.stackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - - 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 ObjectType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.Xml.XmlNode[] anyField; - - private string idField; - - private string mimeTypeField; - - private string encodingField; - - /// - [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="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - public string MimeType { - get { - return this.mimeTypeField; - } - set { - this.mimeTypeField = value; - this.RaisePropertyChanged("MimeType"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")] - public string Encoding { - get { - return this.encodingField; - } - set { - this.encodingField = value; - this.RaisePropertyChanged("Encoding"); - } - } - - 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 SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - 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 PGPDataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType1[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType1[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType1 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - PGPKeyID, - - /// - PGPKeyPacket, - } - - /// - [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 X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged { - - private string x509IssuerNameField; - - private string x509SerialNumberField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string X509IssuerName { - get { - return this.x509IssuerNameField; - } - set { - this.x509IssuerNameField = value; - this.RaisePropertyChanged("X509IssuerName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)] - public string X509SerialNumber { - get { - return this.x509SerialNumberField; - } - set { - this.x509SerialNumberField = value; - this.RaisePropertyChanged("X509SerialNumber"); - } - } - - 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 X509DataType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType[] itemsElementNameField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - X509CRL, - - /// - X509Certificate, - - /// - X509IssuerSerial, - - /// - X509SKI, - - /// - X509SubjectName, - } - - /// - [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 RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private TransformType[] transformsField; - - 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.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 RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] modulusField; - - private byte[] exponentField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] Modulus { - get { - return this.modulusField; - } - set { - this.modulusField = value; - this.RaisePropertyChanged("Modulus"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Exponent { - get { - return this.exponentField; - } - set { - this.exponentField = value; - this.RaisePropertyChanged("Exponent"); - } - } - - 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 DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private byte[] pField; - - private byte[] qField; - - private byte[] gField; - - private byte[] yField; - - private byte[] jField; - - private byte[] seedField; - - private byte[] pgenCounterField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)] - public byte[] P { - get { - return this.pField; - } - set { - this.pField = value; - this.RaisePropertyChanged("P"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)] - public byte[] Q { - get { - return this.qField; - } - set { - this.qField = value; - this.RaisePropertyChanged("Q"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)] - public byte[] G { - get { - return this.gField; - } - set { - this.gField = value; - this.RaisePropertyChanged("G"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)] - public byte[] Y { - get { - return this.yField; - } - set { - this.yField = value; - this.RaisePropertyChanged("Y"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)] - public byte[] J { - get { - return this.jField; - } - set { - this.jField = value; - this.RaisePropertyChanged("J"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)] - public byte[] Seed { - get { - return this.seedField; - } - set { - this.seedField = value; - this.RaisePropertyChanged("Seed"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)] - public byte[] PgenCounter { - get { - return this.pgenCounterField; - } - set { - this.pgenCounterField = value; - this.RaisePropertyChanged("PgenCounter"); - } - } - - 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 KeyValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private object itemField; - - private string[] textField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)] - public object Item { - get { - return this.itemField; - } - set { - this.itemField = value; - this.RaisePropertyChanged("Item"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - 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 KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private object[] itemsField; - - private ItemsChoiceType2[] itemsElementNameField; - - private string[] textField; - - private string idField; - - /// - [System.Xml.Serialization.XmlAnyElementAttribute(Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType2[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - public string[] Text { - get { - return this.textField; - } - set { - this.textField = value; - this.RaisePropertyChanged("Text"); - } - } - - /// - [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.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)] - public enum ItemsChoiceType2 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("##any:")] - Item, - - /// - KeyName, - - /// - KeyValue, - - /// - MgmtData, - - /// - PGPData, - - /// - RetrievalMethod, - - /// - SPKIData, - - /// - X509Data, - } - - /// - [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 SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged { - - private string idField; - - private byte[] valueField; - - /// - [System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")] - public string Id { - get { - return this.idField; - } - set { - this.idField = value; - this.RaisePropertyChanged("Id"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] - public byte[] Value { - get { - return this.valueField; - } - set { - this.valueField = value; - this.RaisePropertyChanged("Value"); - } - } - - 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.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 SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged { - - private string hMACOutputLengthField; - - private System.Xml.XmlNode[] anyField; - - private string algorithmField; - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)] - public string HMACOutputLength { - get { - return this.hMACOutputLengthField; - } - set { - this.hMACOutputLengthField = value; - this.RaisePropertyChanged("HMACOutputLength"); - } - } - - /// - [System.Xml.Serialization.XmlTextAttribute()] - [System.Xml.Serialization.XmlAnyElementAttribute(Order=1)] - 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.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 CanonicalizationMethodType : 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.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 SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged { - - private CanonicalizationMethodType canonicalizationMethodField; - - private SignatureMethodType signatureMethodField; - - private ReferenceType[] referenceField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public CanonicalizationMethodType CanonicalizationMethod { - get { - return this.canonicalizationMethodField; - } - set { - this.canonicalizationMethodField = value; - this.RaisePropertyChanged("CanonicalizationMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureMethodType SignatureMethod { - get { - return this.signatureMethodField; - } - set { - this.signatureMethodField = value; - this.RaisePropertyChanged("SignatureMethod"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)] - 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 SignatureType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignedInfoType signedInfoField; - - private SignatureValueType signatureValueField; - - private KeyInfoType keyInfoField; - - private ObjectType[] objectField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public SignedInfoType SignedInfo { - get { - return this.signedInfoField; - } - set { - this.signedInfoField = value; - this.RaisePropertyChanged("SignedInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public SignatureValueType SignatureValue { - get { - return this.signatureValueField; - } - set { - this.signatureValueField = value; - this.RaisePropertyChanged("SignatureValue"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public KeyInfoType KeyInfo { - get { - return this.keyInfoField; - } - set { - this.keyInfoField = value; - this.RaisePropertyChanged("KeyInfo"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("Object", Order=3)] - public ObjectType[] Object { - get { - return this.objectField; - } - set { - this.objectField = value; - this.RaisePropertyChanged("Object"); - } - } - - /// - [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.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))] - [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/base/")] - public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged { - - private SignatureType signatureField; - - private string idField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)] - public SignatureType Signature { - get { - return this.signatureField; - } - set { - this.signatureField = value; - this.RaisePropertyChanged("Signature"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute()] - 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://dom.gosuslugi.ru/schema/integration/base/")] - public partial class BaseAsyncResponseType : BaseType { - - private sbyte requestStateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public sbyte RequestState { - get { - return this.requestStateField; - } - set { - this.requestStateField = value; - this.RaisePropertyChanged("RequestState"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common-service-" + - "async/", ConfigurationName="Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync")] - public interface RegOrgPortsTypeAsync { - - // CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")] - System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportOrgRegistry не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportOrgRegistry", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.Fault), Action="urn:exportOrgRegistry", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse exportOrgRegistry(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportOrgRegistry", ReplyAction="*")] - System.Threading.Tasks.Task exportOrgRegistryAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportDataProvider не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProvider", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.Fault), Action="urn:exportDataProvider", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse exportDataProvider(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDataProvider", ReplyAction="*")] - System.Threading.Tasks.Task exportDataProviderAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportDelegatedAccess не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDelegatedAccess", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.Fault), Action="urn:exportDelegatedAccess", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse exportDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportDelegatedAccess", ReplyAction="*")] - System.Threading.Tasks.Task exportDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportObjectsDelegatedAccess не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportObjectsDelegatedAccess", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.Fault), Action="urn:exportObjectsDelegatedAccess", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse exportObjectsDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportObjectsDelegatedAccess", ReplyAction="*")] - System.Threading.Tasks.Task exportObjectsDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1 request); - - // CODEGEN: Контракт генерации сообщений с операцией exportTerritoryDelegatedAccess не является ни RPC, ни упакованным документом. - [System.ServiceModel.OperationContractAttribute(Action="urn:exportTerritoryDelegatedAccess", ReplyAction="*")] - [System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.Fault), Action="urn:exportTerritoryDelegatedAccess", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(SubsidiaryType))] - [System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse exportTerritoryDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1 request); - - [System.ServiceModel.OperationContractAttribute(Action="urn:exportTerritoryDelegatedAccess", ReplyAction="*")] - System.Threading.Tasks.Task exportTerritoryDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1 request); - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISRequestHeader : HeaderType { - - private ISCreator[] iSCreatorField; - - /// - [System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=0)] - public ISCreator[] ISCreator { - get { - return this.iSCreatorField; - } - set { - this.iSCreatorField = value; - this.RaisePropertyChanged("ISCreator"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged { - - private string iSNameField; - - private string iSOperatorNameField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string ISName { - get { - return this.iSNameField; - } - set { - this.iSNameField = value; - this.RaisePropertyChanged("ISName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string ISOperatorName { - get { - return this.iSOperatorNameField; - } - set { - this.iSOperatorNameField = value; - this.RaisePropertyChanged("ISOperatorName"); - } - } - - 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/base/")] - public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged { - - private System.DateTime dateField; - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public System.DateTime Date { - get { - return this.dateField; - } - set { - this.dateField = value; - this.RaisePropertyChanged("Date"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class ResultHeader : HeaderType { - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class getStateResult : BaseAsyncResponseType { - - private object[] itemsField; - - private bool isNextPageField; - - private bool isNextPageFieldSpecified; - - private string versionField; - - public getStateResult() { - this.isNextPageField = true; - this.versionField = "10.0.2.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("ImportResult", typeof(CommonResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportDataProviderResult", typeof(exportDataProviderResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportDelegatedAccessResult", typeof(exportDelegatedAccessType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportObjectsDelegatedAccessResult", typeof(ObjectsDelegatedAccessRightType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportOrgRegistryResult", typeof(exportOrgRegistryResultType), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("exportTerritoryDelegatedAccess", typeof(TerritoryDelegatedAccessRightType), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public bool IsNextPage { - get { - return this.isNextPageField; - } - set { - this.isNextPageField = value; - this.RaisePropertyChanged("IsNextPage"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsNextPageSpecified { - get { - return this.isNextPageFieldSpecified; - } - set { - this.isNextPageFieldSpecified = value; - this.RaisePropertyChanged("IsNextPageSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest getStateRequest; - - public getStateRequest1() { - } - - public getStateRequest1(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest getStateRequest) { - this.ISRequestHeader = ISRequestHeader; - this.getStateRequest = getStateRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class getStateResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult getStateResult; - - public getStateResponse() { - } - - public getStateResponse(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult getStateResult) { - this.ResultHeader = ResultHeader; - this.getStateResult = getStateResult; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportOrgRegistryRequest : BaseType { - - private exportOrgRegistryRequestSearchCriteria[] searchCriteriaField; - - private System.DateTime lastEditingDateFromField; - - private bool lastEditingDateFromFieldSpecified; - - private string versionField; - - public exportOrgRegistryRequest() { - this.versionField = "10.0.2.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("SearchCriteria", Order=0)] - public exportOrgRegistryRequestSearchCriteria[] SearchCriteria { - get { - return this.searchCriteriaField; - } - set { - this.searchCriteriaField = value; - this.RaisePropertyChanged("SearchCriteria"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)] - public System.DateTime lastEditingDateFrom { - get { - return this.lastEditingDateFromField; - } - set { - this.lastEditingDateFromField = value; - this.RaisePropertyChanged("lastEditingDateFrom"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool lastEditingDateFromSpecified { - get { - return this.lastEditingDateFromFieldSpecified; - } - set { - this.lastEditingDateFromFieldSpecified = value; - this.RaisePropertyChanged("lastEditingDateFromSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportOrgRegistryRequestSearchCriteria : object, System.ComponentModel.INotifyPropertyChanged { - - private string[] itemsField; - - private ItemsChoiceType3[] itemsElementNameField; - - private bool isRegisteredField; - - private bool isRegisteredFieldSpecified; - - public exportOrgRegistryRequestSearchCriteria() { - this.isRegisteredField = true; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("KPP", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("NZA", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("OGRN", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("OGRNIP", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgRootEntityGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgVersionGUID", typeof(string), Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/", Order=0)] - [System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")] - public string[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)] - [System.Xml.Serialization.XmlIgnoreAttribute()] - public ItemsChoiceType3[] ItemsElementName { - get { - return this.itemsElementNameField; - } - set { - this.itemsElementNameField = value; - this.RaisePropertyChanged("ItemsElementName"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=2)] - public bool isRegistered { - get { - return this.isRegisteredField; - } - set { - this.isRegisteredField = value; - this.RaisePropertyChanged("isRegistered"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool isRegisteredSpecified { - get { - return this.isRegisteredFieldSpecified; - } - set { - this.isRegisteredFieldSpecified = value; - this.RaisePropertyChanged("isRegisteredSpecified"); - } - } - - 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.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", IncludeInSchema=false)] - public enum ItemsChoiceType3 { - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:KPP")] - KPP, - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:NZA")] - NZA, - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:OGRN")] - OGRN, - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-base/:OGRNIP")] - OGRNIP, - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/:orgRootEn" + - "tityGUID")] - orgRootEntityGUID, - - /// - [System.Xml.Serialization.XmlEnumAttribute("http://dom.gosuslugi.ru/schema/integration/organizations-registry-base/:orgVersio" + - "nGUID")] - orgVersionGUID, - - /// - orgPPAGUID, - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged { - - private AckRequestAck ackField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public AckRequestAck Ack { - get { - return this.ackField; - } - set { - this.ackField = value; - this.RaisePropertyChanged("Ack"); - } - } - - 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(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged { - - private string messageGUIDField; - - private string requesterMessageGUIDField; - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public string MessageGUID { - get { - return this.messageGUIDField; - } - set { - this.messageGUIDField = value; - this.RaisePropertyChanged("MessageGUID"); - } - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=1)] - public string RequesterMessageGUID { - get { - return this.requesterMessageGUIDField; - } - set { - this.requesterMessageGUIDField = value; - this.RaisePropertyChanged("RequesterMessageGUID"); - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportOrgRegistryRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest exportOrgRegistryRequest; - - public exportOrgRegistryRequest1() { - } - - public exportOrgRegistryRequest1(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest exportOrgRegistryRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportOrgRegistryRequest = exportOrgRegistryRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportOrgRegistryResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest; - - public exportOrgRegistryResponse() { - } - - public exportOrgRegistryResponse(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportDataProviderRequest : BaseType { - - private bool isActualField; - - private bool isActualFieldSpecified; - - private string versionField; - - public exportDataProviderRequest() { - this.isActualField = true; - this.versionField = "10.0.2.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute(Order=0)] - public bool IsActual { - get { - return this.isActualField; - } - set { - this.isActualField = value; - this.RaisePropertyChanged("IsActual"); - } - } - - /// - [System.Xml.Serialization.XmlIgnoreAttribute()] - public bool IsActualSpecified { - get { - return this.isActualFieldSpecified; - } - set { - this.isActualFieldSpecified = value; - this.RaisePropertyChanged("IsActualSpecified"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDataProviderRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest exportDataProviderRequest; - - public exportDataProviderRequest1() { - } - - public exportDataProviderRequest1(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest exportDataProviderRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportDataProviderRequest = exportDataProviderRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDataProviderResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest; - - public exportDataProviderResponse() { - } - - public exportDataProviderResponse(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportDelegatedAccessRequest : BaseType { - - private object[] itemsField; - - private string versionField; - - public exportDelegatedAccessRequest() { - this.versionField = "11.2.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccessRequestGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Page", typeof(int), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Status", typeof(AccessRequestStatus), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDelegatedAccessRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest exportDelegatedAccessRequest; - - public exportDelegatedAccessRequest1() { - } - - public exportDelegatedAccessRequest1(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest exportDelegatedAccessRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportDelegatedAccessRequest = exportDelegatedAccessRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportDelegatedAccessResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest; - - public exportDelegatedAccessResponse() { - } - - public exportDelegatedAccessResponse(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportObjectsDelegatedAccessRequest : BaseType { - - private object[] itemsField; - - private string versionField; - - public exportObjectsDelegatedAccessRequest() { - this.versionField = "11.2.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccessRightGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Page", typeof(int), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportObjectsDelegatedAccessRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest; - - public exportObjectsDelegatedAccessRequest1() { - } - - public exportObjectsDelegatedAccessRequest1(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportObjectsDelegatedAccessRequest = exportObjectsDelegatedAccessRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportObjectsDelegatedAccessResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest; - - public exportObjectsDelegatedAccessResponse() { - } - - public exportObjectsDelegatedAccessResponse(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - /// - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")] - [System.SerializableAttribute()] - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.ComponentModel.DesignerCategoryAttribute("code")] - [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/")] - public partial class exportTerritoryDelegatedAccessRequest : BaseType { - - private object[] itemsField; - - private string versionField; - - public exportTerritoryDelegatedAccessRequest() { - this.versionField = "11.2.0.1"; - } - - /// - [System.Xml.Serialization.XmlElementAttribute("AccessRightGUID", typeof(string), Order=0)] - [System.Xml.Serialization.XmlElementAttribute("Page", typeof(int), Order=0)] - public object[] Items { - get { - return this.itemsField; - } - set { - this.itemsField = value; - this.RaisePropertyChanged("Items"); - } - } - - /// - [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public string version { - get { - return this.versionField; - } - set { - this.versionField = value; - this.RaisePropertyChanged("version"); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportTerritoryDelegatedAccessRequest1 { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/organizations-registry-common/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest; - - public exportTerritoryDelegatedAccessRequest1() { - } - - public exportTerritoryDelegatedAccessRequest1(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest) { - this.ISRequestHeader = ISRequestHeader; - this.exportTerritoryDelegatedAccessRequest = exportTerritoryDelegatedAccessRequest; - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] - public partial class exportTerritoryDelegatedAccessResponse { - - [System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader; - - [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)] - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest; - - public exportTerritoryDelegatedAccessResponse() { - } - - public exportTerritoryDelegatedAccessResponse(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - this.ResultHeader = ResultHeader; - this.AckRequest = AckRequest; - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface RegOrgPortsTypeAsyncChannel : Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class RegOrgPortsTypeAsyncClient : System.ServiceModel.ClientBase, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync { - - public RegOrgPortsTypeAsyncClient() { - } - - public RegOrgPortsTypeAsyncClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public RegOrgPortsTypeAsyncClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public RegOrgPortsTypeAsyncClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public RegOrgPortsTypeAsyncClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.getState(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getState(request); - } - - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResult getStateResult) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.getStateRequest = getStateRequest; - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).getState(inValue); - getStateResult = retVal.getStateResult; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.getStateAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1 request) { - return base.Channel.getStateAsync(request); - } - - public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest getStateRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.getStateRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.getStateRequest = getStateRequest; - return ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).getStateAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportOrgRegistry(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1 request) { - return base.Channel.exportOrgRegistry(request); - } - - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader exportOrgRegistry(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest exportOrgRegistryRequest, out Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportOrgRegistryRequest = exportOrgRegistryRequest; - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryResponse retVal = ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportOrgRegistry(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportOrgRegistryAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1 request) { - return base.Channel.exportOrgRegistryAsync(request); - } - - public System.Threading.Tasks.Task exportOrgRegistryAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest exportOrgRegistryRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportOrgRegistryRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportOrgRegistryRequest = exportOrgRegistryRequest; - return ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportOrgRegistryAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportDataProvider(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1 request) { - return base.Channel.exportDataProvider(request); - } - - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader exportDataProvider(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest exportDataProviderRequest, out Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportDataProviderRequest = exportDataProviderRequest; - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderResponse retVal = ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportDataProvider(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportDataProviderAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1 request) { - return base.Channel.exportDataProviderAsync(request); - } - - public System.Threading.Tasks.Task exportDataProviderAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest exportDataProviderRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDataProviderRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportDataProviderRequest = exportDataProviderRequest; - return ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportDataProviderAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1 request) { - return base.Channel.exportDelegatedAccess(request); - } - - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader exportDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest exportDelegatedAccessRequest, out Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportDelegatedAccessRequest = exportDelegatedAccessRequest; - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessResponse retVal = ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportDelegatedAccess(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1 request) { - return base.Channel.exportDelegatedAccessAsync(request); - } - - public System.Threading.Tasks.Task exportDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest exportDelegatedAccessRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportDelegatedAccessRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportDelegatedAccessRequest = exportDelegatedAccessRequest; - return ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportDelegatedAccessAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportObjectsDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1 request) { - return base.Channel.exportObjectsDelegatedAccess(request); - } - - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader exportObjectsDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest, out Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportObjectsDelegatedAccessRequest = exportObjectsDelegatedAccessRequest; - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessResponse retVal = ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportObjectsDelegatedAccess(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportObjectsDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1 request) { - return base.Channel.exportObjectsDelegatedAccessAsync(request); - } - - public System.Threading.Tasks.Task exportObjectsDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest exportObjectsDelegatedAccessRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportObjectsDelegatedAccessRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportObjectsDelegatedAccessRequest = exportObjectsDelegatedAccessRequest; - return ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportObjectsDelegatedAccessAsync(inValue); - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportTerritoryDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1 request) { - return base.Channel.exportTerritoryDelegatedAccess(request); - } - - public Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ResultHeader exportTerritoryDelegatedAccess(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest, out Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.AckRequest AckRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportTerritoryDelegatedAccessRequest = exportTerritoryDelegatedAccessRequest; - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessResponse retVal = ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportTerritoryDelegatedAccess(inValue); - AckRequest = retVal.AckRequest; - return retVal.ResultHeader; - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - System.Threading.Tasks.Task Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync.exportTerritoryDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1 request) { - return base.Channel.exportTerritoryDelegatedAccessAsync(request); - } - - public System.Threading.Tasks.Task exportTerritoryDelegatedAccessAsync(Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.ISRequestHeader ISRequestHeader, Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest exportTerritoryDelegatedAccessRequest) { - Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1 inValue = new Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.exportTerritoryDelegatedAccessRequest1(); - inValue.ISRequestHeader = ISRequestHeader; - inValue.exportTerritoryDelegatedAccessRequest = exportTerritoryDelegatedAccessRequest; - return ((Hcs.Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync)(this)).exportTerritoryDelegatedAccessAsync(inValue); - } - } -} diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Reference.svcmap b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Reference.svcmap deleted file mode 100644 index 9641fea..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/Reference.svcmap +++ /dev/null @@ -1,38 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/configuration.svcinfo b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/configuration.svcinfo deleted file mode 100644 index e83e975..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/configuration.svcinfo +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/configuration91.svcinfo b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/configuration91.svcinfo deleted file mode 100644 index 05d1332..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/configuration91.svcinfo +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - RegOrgBindingAsync - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - RegOrgBindingAsync1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Коллекция) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - https://api.dom.gosuslugi.ru/ext-bus-org-registry-common-service/services/OrgRegistryCommonAsync - - - - - - basicHttpBinding - - - RegOrgBindingAsync - - - Service.Async.OrgRegistryCommon.v15_7_0_1.RegOrgPortsTypeAsync - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - RegOrgAsyncPort - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-base.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-base.xsd deleted file mode 100644 index f5688dd..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-base.xsd +++ /dev/null @@ -1,862 +0,0 @@ - - - - - - Строка не более 2000 символов. - - - - - - - - Строка не более 1500 символов. - - - - - - - - Строка не более 300 символов. - - - - - - - - Скалярный тип. Строка не более 255 символов. - - - - - - - - - Скалярный тип. Строка не более 100 символов. - - - - - - - - Скалярный тип. Строка не более 250 символов. - - - - - - - - Скалярный тип. Строка не более 500 символов. - - - - - - - - Строка не более 60 символов. - - - - - - - - Текстовое поле 2000 - - - - - - - - Непустая строка - - - - - - - - - Базовый тип бизнес-сообщения с подписью - - - - - - - - - Заголовок запроса - - - - - - - - - Идентификатор поставщика данных - - - - - Идентификатор зарегистрированной организации - - - - - Информация о физическом лице - - - - - - Идентификатор физического лица, зарегистрированного в ГИС ЖКХ - - - - - - СНИЛС - - - - - - - - - - Документ, удостоверяющий личность - - - - - - Вид документа, удостоверяющего личность (НСИ №95) - - - - - - Код записи справочника - - - - - - - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - - Серия документа - - - - - - - - - - - Номер документа - - - - - - - - - - - - - - - - - - - Используется подпись Оператора ИС - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164). Только для запросов размещения информации. - - - - - - - - - - Заголовок запроса - - - - - - - - - - - - - - Заголовок ответа - - - - - - - - - - Базовый тип ответа на запрос создания, редактирования, удаления - - - - - - Транспортный идентификатор, определенный постащиком информации - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - - - - Идентификатор объекта в ГИС ЖКХ - - - - - Дата модификации - - - - - Уникальный номер - - - - - - - - - - Базовый тип заголовка - - - - - Дата отправки пакета - - - - - Идентификатор сообщения - - - - - - - Вложение - - - - - - Идентификатор сохраненного вложения - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex. - -Элемент обязателен в запросах импорта - - - - - - - - - - - - Вложение - - - - - Наименование вложения - - - - - - - - - - - Описание вложения - - - - - - - - - - - - Хэш-тег вложения по алгоритму ГОСТ в binhex - - - - - - - - - - - - Базовый тип, описывающий вложение с открепленными (detached) подписями. В сервисах ГИС ЖКХ, использущих тип SignedAttachmentType, может быть наложено ограничение на максимальное количесво элементов в блоке Signature (см. контроль INT002039). - - - - - Вложение - - - - - Открепленная (detached) подпись - - - - - - - Элемент Fault (для параметра Fault в операции) - - - - Базовый тип для fault-ошибки - - - - - - - - - - - Описание ошибок контролей или бизнес-процесса. Элемент не заполянется. Оставлен для совместимости - - - - - - Базовый тип ошибки контроля или бизнес-процесса - - - - - Код ошибки - - - - - Описание ошибки - - - - - StackTrace в случае возникновения исключения - - - - - - - Версия элемента, начиная с которой поддерживается совместимость - - - - - Возврат квитанции приема сообщения - - - - - - Квитанция - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - Идентификатор сообщения, присвоенный поставщиком - - - - - - - - - - - Запрос статуса отправленного сообщения - - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - Запрос списка обработанных сообщений - - - - - - Массив идентификаторов сообщений, присвоенных ГИС ЖКХ - - - - - - - - Ответ на запрос списка обработанных сообщений - - - - - - - - Список идентификаторов сообщений, присвоенный ГИС ЖКХ - - - - - - - - - - Базовый тип ответа на запрос статуса - - - - - - - Статус обработки - - - - - Идентификатор сообщения, присвоенный ГИС ЖКХ - - - - - - - - - Результат выполнения C_UD - - - - - Идентификатор создаваемой/изменяемой сущности - - - - - Транспортный идентификатор - - - - - - Операция выполнена успешно - - - - Уникальный реестровый номер - - - - - Дата модификации - - - - - - Описание ошибки - - - - - - - - - - - - - Статус обработки сообщения в асинхронном обмене (1- получено; 2 - в обработке; 3- обработано) - - - - - - - - - - Транспортный идентификатор - - - - - GUID-тип. - - - - - - - - Дата модификации объекта - - - - - Тип, описывающий год - - - - - - - - Тип, описывающий месяц - - - - - - - - - Месяц - - - - - Год - - - - - - - - - - - Определенный месяц определенного года - - - - - - - - - Временной период (обе даты обязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Открытый временной период (даты необязательны) - - - - - Начало периода - - - - - Конец периода - - - - - - - Тип объема - - - - - - - - - - Ссылка на субъект РФ (ФИАС) - - - - - Код региона (ФИАС) - - - - - - - - - - Полное наименование - - - - - - - - - - - - Ссылка на ОКТМО - - - - - Код по ОКТМО - - - - - - - - - - - Полное наименование - - - - - - - - - - - - - - - - - Код ОКЕИ - - - - - Идентификатор зарегистрированной организации - - - - - Базовый тип документа ОЧ - - - - - Наименование документа - - - - - - - - - - - Номер документа - - - - - - - - - - - Дата принятия документа органом власти - - - - - Вложение - - - - - - - Сведения об иной ИС, с использованием которой была сформирована информация (589/944/,п.164) - - - - - - Наименование ИС - - - - - Наименование Оператора ИС - - - - - - - - Код по ОКТМО - - - - - - - - - Код по ОКТМО - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-nsi-base.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-nsi-base.xsd deleted file mode 100644 index cbd302d..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-nsi-base.xsd +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - Ссылка на справочник - - - - - Код записи справочника - - - - - Идентификатор записи в соответствующем справочнике ГИС ЖКХ - - - - - Значение - - - - - - - - - - - - Скалярный тип. Наименование справочника. Строка не более 200 символов. - - - - - - - - Скалярный тип. Реестровый номер справочника. Код не более 10 символов. - - - - - - - - Составной тип. Наименование, дата и время последнего изменения справочника. - - - - - Реестровый номер справочника. - - - - - Наименование справочника. - - - - - Дата и время последнего изменения справочника. - - - - - - - Перечень справочников с датой последнего изменения каждого из них. - - - - - Дата и время формирования перечня справочников. - - - - - Наименование, дата и время последнего изменения справочника. - - - - - - - - Данные справочника. - - - - - Реестровый номер справочника. - - - - - Дата и время формирования данных справочника. - - - - - Элемент справочника верхнего уровня. - - - - - - - Составной тип. Элемент справочника. - - - - - Код элемента справочника, уникальный в пределах справочника. - - - - - Глобально-уникальный идентификатор элемента справочника. - - - - - - Дата и время последнего изменения элемента справочника (в том числе создания). - - - - - - Дата начала действия значения - - - - - Дата окончания действия значения - - - - - - - Признак актуальности элемента справочника. - - - - - Наименование и значение поля для элемента справочника. - - - - - Дочерний элемент. - - - - - - - Составной тип. Наименование и значение поля для элемента справочника. Абстрактный тип. - - - - - Наименование поля элемента справочника. - - - - - - - Составной тип. Наименование и значение поля типа "Строка" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Строка". - - - - - - - - - Составной тип. Наименование и значение поля типа "Да/Нет" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Да/Нет". - - - - - - - - - Составной тип. Наименование и значение поля типа "Вещественное" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Вещественное". - - - - - - - - - Составной тип. Наименование и значение поля типа "Дата" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Дата". - - - - - - - - - Составной тип. Наименование и значение поля типа "Целое число" для элемента справочника. - - - - - - - Значение поля элемента справочника типа "Целое число". - - - - - - - - - Составной тип. Наименование и значение поля типа "Перечислимый" для элемента справочника. - - - - - - - Запись элемента справочника типа "Перечислимый". - - - - - - Код поля элемента справочника типа "Перечислимый". - - - - - Значение поля элемента справочника типа "Перечислимый". - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на справочник" для элемента справочника. - - - - - - - Ссылка на справочник. - - - - - - Реестровый номер справочника. - - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент внутреннего справочника" для элемента справочника. - - - - - - - Ссылка на элемент внутреннего справочника. - - - - - - Реестровый номер справочника. - - - - - Ссылка на элемент справочника. - - - - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ОКЕИ" для элемента справочника. - - - - - - - Код единицы измерения по справочнику ОКЕИ. - - - - - - - - - Составной тип. Наименование и значение поля типа "Ссылка на элемент справочника ФИАС" для элемента справочника. - - - - - - - Ссылка на элемент справочника ФИАС. - - - - - - Идентификационный код позиции в справочнике ФИАС. - - - - - Глобально-уникальный идентификатор адресного объекта в справочнике ФИАС. - - - - - - - - - - - - Составной тип. Наименование и значение поля "Вложение" - - - - - - - Документ - - - - - - - - - Скалярный тип. Наименование поля элемента справочника. Строка не более 200 символов. - - - - - - - - Группа справочника: -NSI - (по умолчанию) общесистемный -NSIRAO - ОЖФ - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-base.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-base.xsd deleted file mode 100644 index c001395..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-base.xsd +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - КПП - - - - - - - - - - - - - ОГРН - - - - - - - - - - ОГРНИП - - - - - - - - - - ОКОПФ - - - - - - - - - - - ОКОГУ - - - - - - - - - - Телефон - - - - - - - - - - - - - - - - - - - - - - - БИК - - - - - - - - БИК - - - - - - ИНН - - - - - НЗА (Номер записи об аккредитации) - - - - - - - - НЗА (Номер записи об аккредитации) - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-base.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-base.xsd deleted file mode 100644 index f53a4c7..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-base.xsd +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - - - - Полное наименование - - - - - - - - - - - Фирменное наименование - - - - - Юридическое лицо - - - - - - - - - Дата государственной регистрации - - - - - - - - Адрес регистрации - - - - - Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) - - - - - Дата прекращения деятельности - - - - - - - ОП (Обособленное подразделение) - - - - - Полное наименование - - - - - - - - - - - Сокращенное наименование - - - - - - - - - - - - - - - Адрес регистрации - - - - - - - - - - - Адрес регистрации (Глобальный уникальный идентификатор дома по ФИАС) - - - - - Дата прекращения деятельности - - - - - Источник информации - - - - - - - от - - - - - - - - - - - ФПИЮЛ (Филиал или представительство иностранного юридического лица) - - - - - - - - - - Адрес места нахождения(жительства)_текст - - - - - Адрес места нахождения(жительства)_ФИАС - - - - - Дата внесения записи в реестр аккредитованных - - - - - Дата прекращения действия аккредитации - - - - - Страна регистрации иностранного ЮЛ (Справочник ОКСМ, альфа-2) - - - - - - - - - - - - - Индивидуальный предприниматель - - - - - Фамилия - - - - - Имя - - - - - Отчество - - - - - Пол (M- мужской, F-женский) - - - - - - - - - - - - - ОГРН - - - - - Дата государственной регистрации - - - - - - - - Организация в реестре организаций - - - - - - - - - - Версия организации в реестре организаций - - - - - - - - - - Организация и версия организации в реестре организаций - - - - - - - - - Идентификатор корневой сущности организации в реестре организаций - - - - - Идентификатор версии записи в реестре организаций - - - - - Сокращенное наименование - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-common-service-async.wsdl b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-common-service-async.wsdl deleted file mode 100644 index 9bddff1..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-common-service-async.wsdl +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - экспорт сведений о поставщиках данных - - - - - - - - - - - Экспорт сведений об объектах из заявок на делегирование прав - - - - - - Экспорт сведений о территориях из заявок на делегирование прав - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-common-types.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-common-types.xsd deleted file mode 100644 index b463946..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-organizations-registry-common-types.xsd +++ /dev/null @@ -1,594 +0,0 @@ - - - - - - - - - - ?????????????? ???????????????? ???? ?????????????? ?????????????????????? - - - - - - - - ???????????????? ???????????? ??????????????????????. - - - - - - - ?????????? ???? ????????????????????. - - - - - - - - - - - - - ?????????????????????????? ???????????????????????????????????? ?????????????????????? - - - - - - ?????????? ?????????? ??????????????????????, ?????????????? ???????????? ?????????????? - - - - - - - - ?????????? ???????????????????? ?????????????????? (????) - - - - - - - - - - - ?????????????????? ???????????????? ???????????????? ???? ?????????????? ?????????????????????? - - - - - - ???????????? ?????????????????????? ?? ?????????????? ?????????????????????? - - - - - - - ???????? ???????????????????? ?????????????????? - - - - - ?????????????? ???????????????????????? ???????????? - - - - - - ?????????????????????? ???????? - - - - - ???????????????????????? ?????????????????????????? - - - - - - - - ???????????? ???????????? - - - - - - - - ???????????????????? ?? ???????????????? ?????????????????????? - - - - - - - - - - - - - - - ???????????????????????????? ?????????????????????????????? - - - - - ?????????? (???????????? ?????? ?????????????????????????????????? ???????????????????????? ???????????????????????? ????????) - - - - - - ????????????: -(P)UBLISHED - ???????????????????????? ?? ?????????? ???? ???????????????????? ?? ???????????? ?????????????????? - - - - - - - - - - - - - - ???????????????????? ?????????????????????? (?????? ???20) - - - - - ???????????????????????????????? ?? ?????? ?????? - - - - - - - ?????????????? ???????????????? ?? ?????????????????????? ???????????????????? ????. ?? ???????????????? ???????????????????? ?????????????????? ???????????????????????? ?????????????????????????? ???? ???? RequestHeader - - - - - - - - ?????????????????? ???????????? ???????????????? ?????????????????????? ???????????? - - - - - - - - - - - ?????????????????? ???????????????? ???????????????? ?? ?????????????????????? ???????????????????? ???? - - - - - ?????????????????????????? ???????????????????? ???????????? - - - - - ???????????? ??????????: 1 - ??????????????, 0- ???????????????? - - - - - - - - ?????????????? ???????????????? ?? ???????????????????????????? ???????????? - - - - - - - - ???? ???????????? - - - - - - ???????????????? ??????????????. ???????????????????????? ???? 100 ??????????????????. - - - - - - - - - - ???????????? ????????????: -Created ??? ?????????????? -Accepted ??? ?????????????? -Declined - ?????????????????? -Revoked - ???????????????? -Annuled - ???????????????????????? -Closed - ?????????????? -Preset??? ?????????????????????????? -Waiting_approval - ???? ?????????????????????? - - - - - - - - - - - - ?????????????????? ???????????????? ???????????????? ?? ???????????????????????????? ???????????? - - - - - ???????????????????? ?? ???????????????? ?????????????????????? (?????? ???????????????????????? ??????????????????????????) - - - - - - - ???????????? ???? ???????????? - - - - - - - ?????????????? ???????????????? ???? ???????????????? ???? ???????????? ???? ?????????????????????????? ???????? - - - - - - - - ???? ?????????????????????????????? ??????????. -?????????? ???????????????? ?? ???????????????????? ???????????????????? exportDelegatedAccess - - - - - ???????????????? ??????????????. ???????????????????????? ???? 1000 ??????????????????. - - - - - - - - - - - - - - - - ?????????????? ???????????????? ?? ?????????????????????? ???? ???????????? ???? ?????????????????????????? ???????? - - - - - - - - ???? ?????????????????????????????? ??????????. -?????????? ???????????????? ?? ???????????????????? ???????????????????? exportDelegatedAccess - - - - - ???????????????? ??????????????. ???????????????????????? ???? 1000 ??????????????????. - - - - - - - - - - - - - - - - ?????????????? ?????????????? ?????????????????????????? ?????????????????? - - - - - - - - - - - - - - - - - ?????????????? ????????, ?????? ?????????????????? ???? ?????? ????????????. ???????????????????? ?????????????????? ?????? ???????? ????????????, ???????????????? Page ???? 1. - - - - - - - - - - - ???????????? ???? ???????????????????????????? ?????????????? - - - - - ???? ???????????? - - - - - ?????? ???????????? - - - - - ???????? ???????????? - - - - - ???????? ???????????? - - - - - ???????? ?????????????????? - - - - - ???????????? ????????????: -Created ??? ?????????????? -Accepted ??? ?????????????? -Declined - ?????????????????? -Revoked - ???????????????? -Annuled - ???????????????????????? -Closed - ?????????????? -Preset??? ?????????????????????????? -Waiting_approval - ???? ?????????????????????? - - - - - ???????? ?????????????? - - - - - ?????????????? ?????????????? - - - - - - - - - - ???????????????????????????? ?????????? ?????????????? - - - - - - ???? ?????????????????????????????? ?????????? - - - - - ?????????????????????????????? ???????????????????????????? - - - - - - ?????? ???????? ???????????????????? - - - - - ???????? = "true", ???? ???? ???????? ???????????????????? ?????????????? ???????????? ????????????????????, ???? ?????????????? ???????????????????????? ????????????. ?????? ?????????????????? ???????????? ?????????? ?????????????????????????????? ???????????????? exportTerritoryDelegatedAccess - - - - - - - - ?????????????? ?????????????? - - - - - - ?????? ???????? ???????????????? - - - - - ???????? = "true", ???? ???? ???????? ???????????????????? ?????????????? ???????????? ????????????????, ???? ?????????????? ???????????????????????? ????????????. ?????? ?????????????????? ???????????? ?????????? ?????????????????????????????? ???????????????? exportObjectsDelegatedAccess - - - - - - - - ?????????????? ???????????????????????? - - - - - ?????? ???? ?????????????????????? 291 - "???????? ????????????????????" - - - - - - - - - - ?????? ???????????? ???? ???????????????????????????? ?????????????? - - - - - ?????? ?????????????????? ???????????????????????????? ?????????????? - - - - - - ?????? ???????????????????? ???????????? - - - - - - - ???????????? ???????????? ???? ???????????????????????????? ?????????????? - - - - - ?????????????? - - - - - ?????????????? - - - - - - ???????????????? - - - - - - - - - - - - - - - - - ???????????????? ???? ???????????????? ???? ???????????? ???? ?????????????????????????? ???????? - - - - - ???? ?????????????????????????????? ??????????. -?????????? ???????????????? ?? ???????????????????? ???????????????????? exportDelegatedAccess - - - - - - ???????????? ?????????????? - - - - - - ???????????????? ???????????????? - - - - - ?????? ?????????????? - - - - - - - - - - - - - ?????? ???????? ???????????????? - - - - - - - - ???????????????? ?? ?????????????????????? ???? ???????????? ???? ?????????????????????????? ???????? - - - - - ???? ?????????????????????????????? ??????????. -?????????? ???????????????? ?? ???????????????????? ???????????????????? exportDelegatedAccess - - - - - - ???????????????? ???????????????????? ???????????????? - - - - - ???????????????? ?????????????????? ????, ???? ?????????????? ?????????????????? ??????????. (???????????? ???? ???????????????????? ???????????????? ????). ?????? 237 - - - - - ?????? ???????? ???????????????????? - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-premises-base.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-premises-base.xsd deleted file mode 100644 index 7f6914b..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/hcs-premises-base.xsd +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - Глобальный уникальный идентификатор дома по ФИАС - - - - - - Тип уникального номера дома - - - - - - - - Тип уникального номера помещения - - - - - - - - Тип уникального номера комнаты - - - - - - - - Площадь жилого помещения (7 до запятой, 2 после) - - - - - - - - - - Площадь территории/здания - - - - - - - - - - Площадь помещения - - - - - - - - - - Площадь помещения (для экспорта данных) - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/xmldsig-core-schema.xsd b/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/xmldsig-core-schema.xsd deleted file mode 100644 index e036087..0000000 --- a/Hcs.Client/Connected Services/Service.Async.OrgRegistryCommon.v15_7_0_1/xmldsig-core-schema.xsd +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Hcs.Client/Hcs.Client.csproj b/Hcs.Client/Hcs.Client.csproj index 9a22bd3..16c0fa8 100644 --- a/Hcs.Client/Hcs.Client.csproj +++ b/Hcs.Client/Hcs.Client.csproj @@ -127,86 +127,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -214,41 +134,16 @@ - - True - True - Reference.svcmap - - - True - True - Reference.svcmap - True True Reference.svcmap - - True - True - Reference.svcmap - True True Reference.svcmap - - True - True - Reference.svcmap - - - True - True - Reference.svcmap - True True @@ -259,11 +154,6 @@ True Reference.svcmap - - True - True - Reference.svcmap - True True @@ -597,81 +487,9 @@ - - - Designer - - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Designer - - - Designer - - - - Designer - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Designer - Designer @@ -706,169 +524,6 @@ Designer - - Designer - - - Designer - - - Designer - - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Designer - Designer @@ -1032,92 +687,6 @@ Designer - - Designer - - - Designer - - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Designer - - - Designer - - - Designer - - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Designer - Designer @@ -1204,55 +773,6 @@ Designer - - Designer - - - Designer - - - Designer - - - Designer - - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Designer - Designer @@ -1448,55 +968,13 @@ - - - - - - - - - - WCF Proxy Generator - Reference.cs - - - - - WCF Proxy Generator - Reference.cs - - - - - WCF Proxy Generator - Reference.cs - - - - - WCF Proxy Generator - Reference.cs - - - - - WCF Proxy Generator - Reference.cs - - - - - WCF Proxy Generator - Reference.cs - diff --git a/Hcs.Client/app.config b/Hcs.Client/app.config index 7a5feaf..a211940 100644 --- a/Hcs.Client/app.config +++ b/Hcs.Client/app.config @@ -3,25 +3,6 @@ - - - - - - - - - - - - - - - - - - - @@ -45,29 +26,6 @@ - - - - - - diff --git a/Hcs.TestApp/ClientDemo/DebtRequestsDemo.cs b/Hcs.TestApp/ClientDemo/DebtRequestsDemo.cs deleted file mode 100644 index 3e0352a..0000000 --- a/Hcs.TestApp/ClientDemo/DebtRequestsDemo.cs +++ /dev/null @@ -1,52 +0,0 @@ -using Hcs.ClientApi; -using Hcs.ClientApi.DebtRequestsApi; -using System; - -namespace Hcs.ClientDemo -{ - public class DebtRequestsDemo - { - public static void DemoExportManySubrequests(HcsClient client) - { - Action handler = delegate (HcsDebtSubrequest s) - { - client.Log($"Получен: {s}"); - }; - - var date = new DateTime(2024, 1, 22); - int n = client.DebtRequests.ExportDSRsByPeriodOfSending(date, date, null, handler).Result; - - client.Log($"Получено запросов: {n}"); - } - - public static void DemoExportOneDebtRequest(HcsClient client) - { - HcsDebtSubrequest s; - if (client.IsPPAK) s = client.DebtRequests.ExportDSRByRequestNumber("01202411454682").Result; - else s = client.DebtRequests.ExportDSRByRequestNumber("0120241061").Result; - client.Log($"Получен: {s}"); - } - - public static void DemoImportOneDebtResponse(HcsClient client) - { - HcsDebtSubrequest s; - if (client.IsPPAK) s = client.DebtRequests.ExportDSRByRequestNumber("01202411454682").Result; - else s = client.DebtRequests.ExportDSRByRequestNumber("0120241061").Result; - if (s == null) Console.WriteLine("Ошибка: подзапрос не найден"); - - var response = new HcsDebtResponse(); - response.TransportGuid = Guid.NewGuid(); - response.SubrequestGuid = s.SubrequestGuid; - - // Если указывается наличие долга обязательно указание ФИО должников - response.HasDebt = false; - //response.PersonalData = new HcsPersonalData[] { new HcsPersonalData() { - // FirstName = "A", MiddleName = "B", LastName = "C" - //}}; - - var result = client.DebtRequests.ImportDSRResponse(response).Result; - if (result.HasError) Console.WriteLine("Возникла ошибка по время отправки: " + result.Error); - else Console.WriteLine("Запрос успешно выполнен: " + result.UpdateDate); - } - } -} diff --git a/Hcs.TestApp/ClientDemo/FileStoreDemo.cs b/Hcs.TestApp/ClientDemo/FileStoreDemo.cs deleted file mode 100644 index 32bbca0..0000000 --- a/Hcs.TestApp/ClientDemo/FileStoreDemo.cs +++ /dev/null @@ -1,67 +0,0 @@ -using Hcs.ClientApi; -using System; -using System.IO; -using System.Threading; - -namespace Hcs.ClientDemo -{ - public class FileStoreDemo - { - public static void DemoDownloadFile(HcsClient hcsClient) - { - Guid fileGuid = new Guid("e4c3b39f-ad59-11ef-bc8e-0242ac120002"); - - var file = hcsClient.FileStoreService.DownloadFile( - fileGuid, HcsFileStoreContext.homemanagement, CancellationToken.None).Result; - Console.WriteLine("\nКонтент len=" + file.Length + - " type=" + file.ContentType + " streamLength=" + file.Stream.Length + - " hash=" + hcsClient.ComputeGost94Hash(file.Stream)); - - using (var s = new FileStream(@"D:\temp\teplo0.pdf", FileMode.CreateNew, FileAccess.Write)) - { - file.Stream.Seek(0, SeekOrigin.Begin); - file.Stream.CopyTo(s); - s.Close(); - } - } - - public static void DemoUploadFile(HcsClient hcsClient) - { - string sourceFileName = @"D:\temp\Проект договора.docx"; - - var contentType = HcsFile.GetMimeContentTypeForFileName(sourceFileName); - if (contentType == null) throw new HcsException("Не найден тип mime для файла"); - - Console.WriteLine("Выгружаем файл: " + sourceFileName); - using (var stream = new FileStream(sourceFileName, FileMode.Open, FileAccess.Read)) - { - var file = new HcsFile(Path.GetFileName(sourceFileName), contentType, stream); - var guid = hcsClient.FileStoreService.UploadFile( - file, HcsFileStoreContext.homemanagement, CancellationToken.None).Result; - Console.WriteLine("Выгруженный файл GUID=" + guid); - } - } - - public static void DemoGetFileLength(HcsClient hcsClient) - { - Guid fileGuid = new Guid("33ddc355-60bd-4537-adf6-fbb31322e16f"); - var length = hcsClient.FileStoreService.GetFileLength( - HcsFileStoreContext.homemanagement, fileGuid, CancellationToken.None).Result; - Console.WriteLine($"\nДлина = {length} для файла с GUID " + fileGuid); - } - - public static void DemoGostHash(HcsClient hcsClient) - { - PrintFileHash(hcsClient, @"D:\temp\teplo0.pdf"); - } - - public static void PrintFileHash(HcsClient hcsClient, string fileName) - { - using (var stream = new FileStream(fileName, FileMode.Open, FileAccess.Read)) - { - var hash = hcsClient.ComputeGost94Hash(stream); - Console.WriteLine($"{fileName} hash=" + hash + " len=" + new FileInfo(fileName).Length); - } - } - } -} diff --git a/Hcs.TestApp/ClientDemo/HouseManagementDemo.cs b/Hcs.TestApp/ClientDemo/HouseManagementDemo.cs deleted file mode 100644 index 2daf95a..0000000 --- a/Hcs.TestApp/ClientDemo/HouseManagementDemo.cs +++ /dev/null @@ -1,202 +0,0 @@ -using Hcs.ClientApi; -using Hcs.ClientApi.DataTypes; -using Newtonsoft.Json; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; - -namespace Hcs.ClientDemo -{ - public class HouseManagementDemo - { - public static void DemoExportOrgRegistry(HcsClient client) - { - string ogrn = "1031402044145"; - string kpp = ""; - var orgs = client.OrgRegistryCommon.GetOrgByOgrn(ogrn, kpp).Result; - Console.WriteLine($"Организация с ОГРН={ogrn} имеет {orgs.Count()} orgs:"); - foreach (var org in orgs) - Console.WriteLine($" {org}"); - } - - public static void DemoExportOneContract(HcsClient client) - { - var guid = new Guid("575a7ff9-5473-4ab4-b077-fa80c1f85f0b"); - var договор = client.HouseManagement.ПолучитьДоговорРСО(guid).Result; - Console.WriteLine($"Получен договор №{договор.НомерДоговора} Статус={договор.СтатусВерсииДоговора}"); - - if (договор.ПриложенияДоговора != null && договор.ПриложенияДоговора.Length > 0) - { - var приложение = договор.ПриложенияДоговора[0]; - Console.WriteLine($"Приложение: {приложение.ИмяПриложения} HASH={приложение.ХэшПриложения}"); - FileStoreDemo.PrintFileHash(client, $"d:\\\\temp\\{приложение.ИмяПриложения}"); - } - } - - public static void DemoTerminateOneContract(HcsClient client) - { - var guid = new Guid("575a7ff9-5473-4ab4-b077-fa80c1f85f0b"); - var договор = client.HouseManagement.ПолучитьДоговорРСО(guid).Result; - Console.WriteLine($"Получен договор №{договор.НомерДоговора} Статус={договор.СтатусВерсииДоговора}"); - - var d = client.HouseManagement.РасторгнутьДоговор(договор, new DateTime(2019, 4, 1)).Result; - Console.WriteLine($"Дата внесения расторжения договора: {d}"); - } - - public static void DemoImportNewContract(HcsClient client) - { - var договор = new ГисДоговор - { - ТипДоговораРСО = ГисТипДоговораРСО.ПубличныйИлиНежилые, - НомерДоговора = "239009043", - ДатаЗаключения = new DateTime(2017, 1, 1), - Контрагент = new ГисКонтрагент() - { - ТипКонтрагента = ГисТипКонтрагента.ВладелецПомещения, - Индивид = new ГисИндивид() - { - Фамилия = "Пупкин", - Имя = "Василий", - Отчество = "Васильевич", - СНИЛС = "62392021264" - } - } - }; - - var адреса = new List<ГисАдресныйОбъект>() - { - new() - { - ГуидЗданияФиас = Guid.Parse("ff77e30f-a435-49fb-ae44-165c624f74d2"), - НомерПомещения = "70" - } - }; - - var d = client.HouseManagement.РазместитьДоговор(договор, адреса).Result; - Console.WriteLine($"Дата внесения нового договора: {d}"); - } - - public static void DemoExportContractTrees(HcsClient client) - { - var stopwatch = System.Diagnostics.Stopwatch.StartNew(); - - Func<ГисДоговор, bool> contractFilter = (договор) => - { - if (договор.СтатусВерсииДоговора == ГисСтатусВерсииДоговора.Аннулирован) return false; - if (договор.СтатусВерсииДоговора == ГисСтатусВерсииДоговора.Расторгнут) return false; - // ГИС возвращает проекты, но не может их найти по коду - if (договор.СтатусВерсииДоговора == ГисСтатусВерсииДоговора.Проект) return false; - if ("ЭККУК" == договор.НомерДоговора) return false; - if ("ЭККЧС" == договор.НомерДоговора) return false; - if ("ЭККНСУ" == договор.НомерДоговора) return false; - return true; - }; - - var все = client.HouseManagement.ПолучитьВсеДоговорыИПриборы(contractFilter).Result; - - using (StreamWriter file = File.CreateText(@"all.json")) - { - JsonSerializer serializer = new JsonSerializer(); - serializer.Serialize(file, все); - } - - stopwatch.Stop(); - Console.WriteLine($"{все}: {stopwatch.Elapsed}"); - } - - public static void DemoExportMeteringDevices(HcsClient client) - { - Action<ГисПриборУчета> resultHandler = (прибор) => - { - Console.WriteLine("" + прибор); - }; - - var houseGuid = Guid.Parse("ff77e30f-a435-49fb-ae44-165c624f74d2"); - var n = client.HouseManagement.ПолучитьПриборыУчетаПоЗданию(houseGuid, resultHandler).Result; - Console.WriteLine("n = " + n); - } - - public static void DemoExportContractAddressObjects(HcsClient client) - { - Action<ГисАдресныйОбъект> resultHandler = (адрес) => - { - Console.WriteLine("" + адрес); - }; - - var гуидДоговора = new Guid("575a7ff9-5473-4ab4-b077-fa80c1f85f0b"); - var договор = new ГисДоговор() { ГуидДоговора = гуидДоговора }; - var n = client.HouseManagement.ПолучитьАдресаДоговораРСО(договор, resultHandler).Result; - Console.WriteLine("n = " + n); - } - - public static void DemoExportAccounts(HcsClient client) - { - Action<ГисЛицевойСчет> resultHandler = (лс) => - { - Console.WriteLine("" + лс); - }; - - var houseGuid = Guid.Parse("ff77e30f-a435-49fb-ae44-165c624f74d2"); - var n = client.HouseManagement.ПолучитьЛицевыеСчетаПоЗданию(houseGuid, resultHandler).Result; - Console.WriteLine("n = " + n); - } - - public static void DemoExportSupplyResourceContracts(HcsClient client) - { - var договоры = new List<ГисДоговор>(); - Action<ГисДоговор> resultHandler = (договорРСО) => { договоры.Add(договорРСО); }; - var n = client.HouseManagement.ПолучитьДоговорыРСО(resultHandler).Result; - - договоры.Sort((x, y) => string.Compare(x.НомерДоговора, y.НомерДоговора)); - договоры.ForEach(x => Console.WriteLine(x.ToString())); - Console.WriteLine("n = " + n); - } - - public static void DemoExportOneHouse(HcsClient client) - { - var guid = Guid.Parse("ff77e30f-a435-49fb-ae44-165c624f74d2"); - var здание = client.HouseManagement.ПолучитьЗданиеПоГуидФиас(guid).Result; - Console.WriteLine("ГисЗдание = " + здание); - foreach (var помещение in здание.Помещения) - { - Console.WriteLine(помещение.ToString()); - } - } - - public static void DemoImportAccountData(HcsClient client) - { - var договор = new ГисДоговор - { - ГуидДоговора = Guid.Parse("575a7ff9-5473-4ab4-b077-fa80c1f85f0b"), - Контрагент = new ГисКонтрагент() - { - ТипКонтрагента = ГисТипКонтрагента.ВладелецПомещения, - Индивид = new ГисИндивид() - { - Фамилия = "Пупкин", - Имя = "Василий", - Отчество = "Васильевич", - СНИЛС = "62392021264" - } - } - }; - - var лицевойСчет = new ГисЛицевойСчет - { - ДатаСоздания = new DateTime(2017, 1, 1), - НомерЛицевогоСчета = "88005553535", - Размещения = - [ - new() - { - ГуидЗдания = Guid.Parse("ff77e30f-a435-49fb-ae44-165c624f74d2") - } - ], - }; - - var els = client.HouseManagement.РазместитьЛицевойСчет(договор, лицевойСчет).Result; - Console.WriteLine($"ЕЛС нового лицевого счета: {els}"); - } - } -} diff --git a/Hcs.TestApp/ClientDemo/NsiCommonDemo.cs b/Hcs.TestApp/ClientDemo/NsiCommonDemo.cs deleted file mode 100644 index ff963cb..0000000 --- a/Hcs.TestApp/ClientDemo/NsiCommonDemo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using Hcs.ClientApi; -using Newtonsoft.Json; -using System; -using System.Windows.Forms; - -namespace Hcs.ClientDemo -{ - public class NsiCommonDemo - { - public static void DemoExportNsiItem2(HcsClient client) - { - var result = client.NsiCommon.GetNsiItem(2).Result; - var json = JsonConvert.SerializeObject(result); - Clipboard.SetText(json); - - Console.WriteLine($"Результат скопирован в буфер обмена!\r\n"); - } - } -} diff --git a/Hcs.TestApp/ClientDemo/NsiDemo.cs b/Hcs.TestApp/ClientDemo/NsiDemo.cs deleted file mode 100644 index c86bc5f..0000000 --- a/Hcs.TestApp/ClientDemo/NsiDemo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using Hcs.ClientApi; -using Newtonsoft.Json; -using System; -using System.Windows.Forms; - -namespace Hcs.ClientDemo -{ - public class NsiDemo - { - public static void DemoExportNsiItem51(HcsClient client) - { - var result = client.Nsi.GetNsiItem(51).Result; - var json = JsonConvert.SerializeObject(result); - Clipboard.SetText(json); - - Console.WriteLine($"Результат скопирован в буфер обмена!\r\n"); - } - } -} diff --git a/Hcs.TestApp/ClientDemo/Program.cs b/Hcs.TestApp/ClientDemo/Program.cs deleted file mode 100644 index 79d7ac0..0000000 --- a/Hcs.TestApp/ClientDemo/Program.cs +++ /dev/null @@ -1,91 +0,0 @@ -using Hcs.ClientApi; -using System; - -namespace Hcs.ClientDemo -{ - public class Program - { - /// - /// Демонстрационная программа вызова функций ГИС ЖКХ - /// - [STAThread] - public static void Main(string[] args) - { - // Чтобы сообщения об ошибках показывались на английском языке - System.Threading.Thread.CurrentThread.CurrentUICulture = - new System.Globalization.CultureInfo("en-US"); - - var client = new HcsClient(); - client.Logger = new HcsConsoleLogger(); - - // Чтобы создавались файлы сообщений и ответов системы - client.MessageCapture = new HcsFileWriterMessageCapture(null, client.Logger); - - var cert = client.FindCertificate(x => x.SerialNumber == "0636D2330032B3C38A4A26D765C787C248"); - if (cert == null) return; - - Console.WriteLine("Сертификат: " + cert.Subject); - - client.SetSigningCertificate(cert); - - // Промышленный или тестовый стенд - client.IsPPAK = false; - if (client.IsPPAK) - { - // GUID поставщика информации ЭКК ППАК (20.05.2022) - client.OrgPPAGUID = "ccd7fa02-a2bf-428a-984b-faef69ae0eb2"; - // Исполнитель/cотрудник ГИСЖКХ: ЛСА/КЛА - client.ExecutorGUID = "ccd7fa02-a2bf-428a-984b-faef69ae0eb2"; - } - else - { - // GUID поставщика информации ЭКК СИТ02 (18.01.2024) - client.OrgPPAGUID = "ccd7fa02-a2bf-428a-984b-faef69ae0eb2"; - // Сотрудник тестового стенда СИТ02 - client.ExecutorGUID = "ccd7fa02-a2bf-428a-984b-faef69ae0eb2"; - } - -#pragma warning disable CS0162 - try - { - if (false) DebtRequestsDemo.DemoExportOneDebtRequest(client); - if (false) DebtRequestsDemo.DemoExportManySubrequests(client); - if (false) DebtRequestsDemo.DemoImportOneDebtResponse(client); - - if (false) HouseManagementDemo.DemoExportOneHouse(client); - // Вызван - if (false) HouseManagementDemo.DemoExportSupplyResourceContracts(client); - if (false) HouseManagementDemo.DemoExportAccounts(client); - // Вызван - if (false) HouseManagementDemo.DemoExportContractAddressObjects(client); - if (false) HouseManagementDemo.DemoExportMeteringDevices(client); - // Вызван - if (false) HouseManagementDemo.DemoExportOneContract(client); - if (false) HouseManagementDemo.DemoExportContractTrees(client); - // Вызван - if (false) HouseManagementDemo.DemoImportNewContract(client); - // Вызван - if (false) HouseManagementDemo.DemoExportOrgRegistry(client); - if (false) HouseManagementDemo.DemoImportAccountData(client); - - if (false) FileStoreDemo.DemoDownloadFile(client); - if (false) FileStoreDemo.DemoGostHash(client); - if (false) FileStoreDemo.DemoUploadFile(client); - if (false) FileStoreDemo.DemoGetFileLength(client); - if (false) FileStoreDemo.DemoGostHash(client); - - // Вызван - if (false) NsiDemo.DemoExportNsiItem51(client); - - // Вызван - if (false) NsiCommonDemo.DemoExportNsiItem2(client); - } - catch (Exception ex) - { - Console.WriteLine(ex); - Console.ReadKey(); - } -#pragma warning restore CS0162 - } - } -} diff --git a/Hcs.TestApp/Hcs.TestApp.csproj b/Hcs.TestApp/Hcs.TestApp.csproj index c7328a3..6f5d2b9 100644 --- a/Hcs.TestApp/Hcs.TestApp.csproj +++ b/Hcs.TestApp/Hcs.TestApp.csproj @@ -68,12 +68,6 @@ - - - - - -