Initial commit

This commit is contained in:
2020-10-21 10:43:18 +02:00
commit 56bd02798f
5848 changed files with 2659025 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
bin\Common.dll
bin\Common.xml
bin\ZpCryptography.dll
bin\ZpCryptography.xml
obj\Release\ResolveAssemblyReference.cache
obj\Release\Common.dll
obj\Release\Common.xml

View File

@@ -0,0 +1,7 @@
C:\Data\Edoka_FW3\BMS\Common\bin\Common.dll
C:\Data\Edoka_FW3\BMS\Common\bin\Common.xml
C:\Data\Edoka_FW3\BMS\Common\bin\ZpCryptography.dll
C:\Data\Edoka_FW3\BMS\Common\bin\ZpCryptography.xml
C:\Data\Edoka_FW3\BMS\Common\obj\Release\ResolveAssemblyReference.cache
C:\Data\Edoka_FW3\BMS\Common\obj\Release\Common.dll
C:\Data\Edoka_FW3\BMS\Common\obj\Release\Common.xml

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Common
</name>
</assembly>
<members>
<member name="M:Common.Settings.GetSettingValue(System.String)">
<summary>Gets the first matching value of a property</summary>
<param name="propertyName"></param>
<returns></returns>
</member><member name="M:Common.Settings.SetSettingsValue(System.String,System.String)">
<summary>Sets the first matching value of a property</summary>
<param name="xpath"></param>
<param name="value"></param>
</member><member name="M:Common.Settings.GetDecryptedDSN">
<summary>Return the descripted dsn string</summary>
<returns></returns>
</member>
</members>
</doc>

Binary file not shown.