Add refactored nsi common service handler

This commit is contained in:
2025-08-25 09:54:44 +09:00
parent 8020650a34
commit 40926b38ee
27 changed files with 5800 additions and 4 deletions

View File

@ -66,6 +66,7 @@
<ItemGroup>
<Compile Include="Client\Api\ApiBase.cs" />
<Compile Include="Client\Api\NsiApi.cs" />
<Compile Include="Client\Api\NsiCommonApi.cs" />
<Compile Include="Client\Api\Request\Adapter\IGetStateResult.cs" />
<Compile Include="Client\Api\Request\Adapter\IGetStateResultMany.cs" />
<Compile Include="Client\Api\Request\Adapter\IGetStateResultOne.cs" />
@ -78,6 +79,8 @@
<Compile Include="Client\Api\Request\Adapter\IErrorMessage.cs" />
<Compile Include="Client\Api\Request\Adapter\IGetStateRequest.cs" />
<Compile Include="Client\Api\Request\Adapter\IGetStateResponse.cs" />
<Compile Include="Client\Api\Request\NsiCommon\ExportNsiItemRequest.cs" />
<Compile Include="Client\Api\Request\NsiCommon\NsiCommonRequestBase.cs" />
<Compile Include="Client\Api\Request\Nsi\NsiRequestBase.cs" />
<Compile Include="Client\Api\Request\RequestBase.cs" />
<Compile Include="Client\Api\Request\Nsi\ExportDataProviderNsiItemRequest.cs" />
@ -86,6 +89,10 @@
<Compile Include="Client\Api\Request\RequestHelper.cs" />
<Compile Include="Client\Api\Request\X509Tools.cs" />
<Compile Include="Client\Internal\CertificateHelper.cs" />
<Compile Include="Client\Logger\ActionLogger.cs" />
<Compile Include="Client\Logger\ConsoleLogger.cs" />
<Compile Include="Client\MessageCapturer\FileMessageCapturer.cs" />
<Compile Include="Client\MessageCapturer\MemoryMessageCapturer.cs" />
<Compile Include="Client\UniClient.cs" />
<Compile Include="Client\ClientBase.cs" />
<Compile Include="ClientApi\DataTypes\ГисАдресныйОбъект.cs" />
@ -200,6 +207,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Connected Services\Service.Async.NsiCommon\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Connected Services\Service.Async.Nsi\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@ -862,6 +874,40 @@
<None Include="Connected Services\Service.Async.NsiCommon.v15_7_0_1\xmldsig-core-schema.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\hcs-base.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\hcs-nsi-base.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\hcs-nsi-common-service-async.wsdl" />
<None Include="Connected Services\Service.Async.NsiCommon\hcs-nsi-common-types.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.AckRequest.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.exportNsiItemResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.exportNsiListResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.exportNsiPagingItemResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.getStateResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.getStateResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\Hcs.Service.Async.NsiCommon.ResultHeader.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\xmldsig-core-schema.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\Service.Async.Nsi\hcs-base.xsd">
<SubType>Designer</SubType>
</None>
@ -1114,6 +1160,7 @@
<WCFMetadataStorage Include="Connected Services\Service.Async.HouseManagement.v15_7_0_1\" />
<WCFMetadataStorage Include="Connected Services\Service.Async.Nsi.v15_7_0_1\" />
<WCFMetadataStorage Include="Connected Services\Service.Async.NsiCommon.v15_7_0_1\" />
<WCFMetadataStorage Include="Connected Services\Service.Async.NsiCommon\" />
<WCFMetadataStorage Include="Connected Services\Service.Async.Nsi\" />
<WCFMetadataStorage Include="Connected Services\Service.Async.OrgRegistryCommon.v15_7_0_1\" />
</ItemGroup>
@ -1160,6 +1207,12 @@
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Connected Services\Service.Async.NsiCommon\configuration91.svcinfo" />
<None Include="Connected Services\Service.Async.NsiCommon\configuration.svcinfo" />
<None Include="Connected Services\Service.Async.NsiCommon\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<Content Include="HcsWsdlSources\wsdl_xsd_v.15.7.0.1\changelog.txt" />
<Content Include="HcsWsdlSources\how-to-generate-cs-from-wsdl.txt" />
</ItemGroup>