namespace Hcs.Client.Api.Registry { /// /// НСИ "Стадия жизненного цикла" (реестровый номер 338). /// Взято из https://dom.gosuslugi.ru/opendataapi/nsi-338/v1. /// public static class Registry338 { /// /// Эксплуатация /// public static RegistryElement Element1 => new( "1", "29b18683-5195-4ef4-83fc-71bf45597d46"); /// /// Реконструкция /// public static RegistryElement Element2 => new( "2", "75764145-f181-47e5-bff1-1306a46eb20e"); /// /// Капитальный ремонт с отселением /// public static RegistryElement Element3 => new( "3", "dee170df-db42-4cd6-9e5e-b62be91b3663"); /// /// Капитальный ремонт без отселения /// public static RegistryElement Element4 => new( "4", "91dc91e2-6883-4c84-b711-53f57f28dbe2"); /// /// Снос /// public static RegistryElement Element5 => new( "5", "cc358aa9-10b3-4d6a-bbec-c5f6b14950f6"); /// /// Не эксплуатируется, расселен /// public static RegistryElement Element6 => new( "6", "4bed3d7e-6015-428e-b4b4-7b7aec171c0d"); /// /// Выведен из эксплуатации /// public static RegistryElement Element7 => new( "7", "f3edc065-c1a1-4110-96fa-03313ae7a039"); } }