Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
03d4ee21df26dcf291086144a5de5a64a1a7c7ee
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\EDOKA_Toolset.exe.config
|
||||
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.FrmMsg.resources
Normal file
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.FrmMsg.resources
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.dll
Normal file
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.pdb
Normal file
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\Plugin_FiVo.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\Plugin_FiVo.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\Plugin_FiVo.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\PluginContracts.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\PluginContracts.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\bin\Debug\PluginContracts.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.frmData.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.FrmMsg.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.dll.licenses
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\Plugin_FiVo.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\Plugin_FiVo.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Bin\Plugin_FiVo.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_FiVo\obj\Debug\Plugin_FiVo.vbprojAssemblyReference.cache
|
||||
Binary file not shown.
Binary file not shown.
313
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.xml
Normal file
313
EDOKA_Toolset/Plugin_FiVo/obj/Debug/Plugin_FiVo.xml
Normal file
@@ -0,0 +1,313 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Plugin_FiVo
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Plugin_FiVo.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Plugin_FiVo.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Plugin_FiVo.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Plugin_FiVo.edokadb.clsDokumenttyp">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'dokumenttyp'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.edokadb.clsDokumenttyp.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.edokadb.clsDokumenttyp.Insert">
|
||||
<summary>
|
||||
Purpose: Insert method. This method will insert one new row into the database.
|
||||
</summary>
|
||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||
<remarks>
|
||||
Properties needed for this method:
|
||||
<UL>
|
||||
<LI>iDokumenttypnr</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>sBeschreibung. May be SqlString.Null</LI>
|
||||
<LI>bZu_vercolden</LI>
|
||||
<LI>bZu_retournieren</LI>
|
||||
<LI>bEingang_ersetzt_ausgang</LI>
|
||||
<LI>bWird_importiert</LI>
|
||||
<LI>iAnzahl_tage</LI>
|
||||
<LI>iDbearbeitungszeit</LI>
|
||||
<LI>iTage_mutation</LI>
|
||||
<LI>bPartnersaldierung_statusalt</LI>
|
||||
<LI>bWird_nicht_geloescht</LI>
|
||||
<LI>bVertrauliches_dokument</LI>
|
||||
<LI>bUnterschrift_links</LI>
|
||||
<LI>bUnterschrift_rechts</LI>
|
||||
<LI>iMonate_bis_zur_archivierung</LI>
|
||||
<LI>iAufbewahrungsfrist_elektronisch</LI>
|
||||
<LI>iAufbewahrungsfrist_physisch</LI>
|
||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||
<LI>iOffice_vorlagenr. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_kundendossier. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_neuerstellung. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_retournierung. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_coldausgang</LI>
|
||||
<LI>iDokumentart_coldeingang</LI>
|
||||
<LI>iDokumentart_host. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_weitere. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_nativ. May be SqlInt32.Null</LI>
|
||||
<LI>iProzessnr. May be SqlInt32.Null</LI>
|
||||
<LI>iProzessnr1. May be SqlInt32.Null</LI>
|
||||
<LI>bAmsdokument</LI>
|
||||
<LI>bHostdokument. May be SqlBoolean.Null</LI>
|
||||
<LI>sHostdokumenttyp. May be SqlString.Null</LI>
|
||||
<LI>iCold_folder. May be SqlInt32.Null</LI>
|
||||
<LI>iPhysisches_archiv. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentstatus. May be SqlInt32.Null</LI>
|
||||
<LI>bDokument_wird_erstellt. May be SqlBoolean.Null</LI>
|
||||
<LI>bDokument_wird_retourniert. May be SqlBoolean.Null</LI>
|
||||
<LI>bCold_ersetzen. May be SqlBoolean.Null</LI>
|
||||
<LI>bEmail_versand. May be SqlBoolean.Null</LI>
|
||||
<LI>bFunktionen_zuweisen. May be SqlBoolean.Null</LI>
|
||||
<LI>iDokumentstatus_barcode. May be SqlInt32.Null</LI>
|
||||
<LI>bNurnative. May be SqlBoolean.Null</LI>
|
||||
<LI>iOwner. May be SqlInt32.Null</LI>
|
||||
<LI>bVertrag. May be SqlBoolean.Null</LI>
|
||||
<LI>iObjektbezeichnungnr. May be SqlInt32.Null</LI>
|
||||
<LI>bBedingtretournierbar. May be SqlBoolean.Null</LI>
|
||||
<LI>iDoktypbedingteretournierung. May be SqlInt32.Null</LI>
|
||||
<LI>iTagebisvernichtungbedingteretournierung. May be SqlInt32.Null</LI>
|
||||
<LI>bAnzeigeZurDokumenterstellung. May be SqlBoolean.Null</LI>
|
||||
<LI>bKundenDokument. May be SqlBoolean.Null</LI>
|
||||
<LI>bSb. May be SqlBoolean.Null</LI>
|
||||
<LI>bSbimport. May be SqlBoolean.Null</LI>
|
||||
<LI>bSbedituser. May be SqlBoolean.Null</LI>
|
||||
<LI>bSbnur. May be SqlBoolean.Null</LI>
|
||||
<LI>bBezeichnungmut. May be SqlBoolean.Null</LI>
|
||||
<LI>bIstFarbigArchiviert</LI>
|
||||
<LI>bIntern. May be SqlBoolean.Null</LI>
|
||||
<LI>bElDokImport. May be SqlBoolean.Null</LI>
|
||||
<LI>sFachverantwortung. May be SqlString.Null</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.edokadb.clsDokumenttyp.Update">
|
||||
<summary>
|
||||
Purpose: Update method. This method will Update one existing row in the database.
|
||||
</summary>
|
||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||
<remarks>
|
||||
Properties needed for this method:
|
||||
<UL>
|
||||
<LI>iDokumenttypnr</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>sBeschreibung. May be SqlString.Null</LI>
|
||||
<LI>bZu_vercolden</LI>
|
||||
<LI>bZu_retournieren</LI>
|
||||
<LI>bEingang_ersetzt_ausgang</LI>
|
||||
<LI>bWird_importiert</LI>
|
||||
<LI>iAnzahl_tage</LI>
|
||||
<LI>iDbearbeitungszeit</LI>
|
||||
<LI>iTage_mutation</LI>
|
||||
<LI>bPartnersaldierung_statusalt</LI>
|
||||
<LI>bWird_nicht_geloescht</LI>
|
||||
<LI>bVertrauliches_dokument</LI>
|
||||
<LI>bUnterschrift_links</LI>
|
||||
<LI>bUnterschrift_rechts</LI>
|
||||
<LI>iMonate_bis_zur_archivierung</LI>
|
||||
<LI>iAufbewahrungsfrist_elektronisch</LI>
|
||||
<LI>iAufbewahrungsfrist_physisch</LI>
|
||||
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
||||
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
||||
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
||||
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
||||
<LI>iMutierer. May be SqlInt32.Null</LI>
|
||||
<LI>iOffice_vorlagenr. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_kundendossier. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_neuerstellung. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_retournierung. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_coldausgang</LI>
|
||||
<LI>iDokumentart_coldeingang</LI>
|
||||
<LI>iDokumentart_host. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_weitere. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentart_nativ. May be SqlInt32.Null</LI>
|
||||
<LI>iProzessnr. May be SqlInt32.Null</LI>
|
||||
<LI>iProzessnr1. May be SqlInt32.Null</LI>
|
||||
<LI>bAmsdokument</LI>
|
||||
<LI>bHostdokument. May be SqlBoolean.Null</LI>
|
||||
<LI>sHostdokumenttyp. May be SqlString.Null</LI>
|
||||
<LI>iCold_folder. May be SqlInt32.Null</LI>
|
||||
<LI>iPhysisches_archiv. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumentstatus. May be SqlInt32.Null</LI>
|
||||
<LI>bDokument_wird_erstellt. May be SqlBoolean.Null</LI>
|
||||
<LI>bDokument_wird_retourniert. May be SqlBoolean.Null</LI>
|
||||
<LI>bCold_ersetzen. May be SqlBoolean.Null</LI>
|
||||
<LI>bEmail_versand. May be SqlBoolean.Null</LI>
|
||||
<LI>bFunktionen_zuweisen. May be SqlBoolean.Null</LI>
|
||||
<LI>iDokumentstatus_barcode. May be SqlInt32.Null</LI>
|
||||
<LI>bNurnative. May be SqlBoolean.Null</LI>
|
||||
<LI>iOwner. May be SqlInt32.Null</LI>
|
||||
<LI>bVertrag. May be SqlBoolean.Null</LI>
|
||||
<LI>iObjektbezeichnungnr. May be SqlInt32.Null</LI>
|
||||
<LI>bBedingtretournierbar. May be SqlBoolean.Null</LI>
|
||||
<LI>iDoktypbedingteretournierung. May be SqlInt32.Null</LI>
|
||||
<LI>iTagebisvernichtungbedingteretournierung. May be SqlInt32.Null</LI>
|
||||
<LI>bAnzeigeZurDokumenterstellung. May be SqlBoolean.Null</LI>
|
||||
<LI>bKundenDokument. May be SqlBoolean.Null</LI>
|
||||
<LI>bSb. May be SqlBoolean.Null</LI>
|
||||
<LI>bSbimport. May be SqlBoolean.Null</LI>
|
||||
<LI>bSbedituser. May be SqlBoolean.Null</LI>
|
||||
<LI>bSbnur. May be SqlBoolean.Null</LI>
|
||||
<LI>bBezeichnungmut. May be SqlBoolean.Null</LI>
|
||||
<LI>bIstFarbigArchiviert</LI>
|
||||
<LI>bIntern. May be SqlBoolean.Null</LI>
|
||||
<LI>bElDokImport. May be SqlBoolean.Null</LI>
|
||||
<LI>sFachverantwortung. May be SqlString.Null</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.edokadb.clsDokumenttyp.Delete">
|
||||
<summary>
|
||||
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
||||
</summary>
|
||||
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
||||
<remarks>
|
||||
Properties needed for this method:
|
||||
<UL>
|
||||
<LI>iDokumenttypnr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.edokadb.clsDokumenttyp.SelectOne">
|
||||
<summary>
|
||||
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
||||
</summary>
|
||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||
<remarks>
|
||||
Properties needed for this method:
|
||||
<UL>
|
||||
<LI>iDokumenttypnr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iDokumenttypnr</LI>
|
||||
<LI>sBezeichnung</LI>
|
||||
<LI>sBeschreibung</LI>
|
||||
<LI>bZu_vercolden</LI>
|
||||
<LI>bZu_retournieren</LI>
|
||||
<LI>bEingang_ersetzt_ausgang</LI>
|
||||
<LI>bWird_importiert</LI>
|
||||
<LI>iAnzahl_tage</LI>
|
||||
<LI>iDbearbeitungszeit</LI>
|
||||
<LI>iTage_mutation</LI>
|
||||
<LI>bPartnersaldierung_statusalt</LI>
|
||||
<LI>bWird_nicht_geloescht</LI>
|
||||
<LI>bVertrauliches_dokument</LI>
|
||||
<LI>bUnterschrift_links</LI>
|
||||
<LI>bUnterschrift_rechts</LI>
|
||||
<LI>iMonate_bis_zur_archivierung</LI>
|
||||
<LI>iAufbewahrungsfrist_elektronisch</LI>
|
||||
<LI>iAufbewahrungsfrist_physisch</LI>
|
||||
<LI>iMandantnr</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</LI>
|
||||
<LI>iOffice_vorlagenr</LI>
|
||||
<LI>iDokumentart_kundendossier</LI>
|
||||
<LI>iDokumentart_neuerstellung</LI>
|
||||
<LI>iDokumentart_retournierung</LI>
|
||||
<LI>iDokumentart_coldausgang</LI>
|
||||
<LI>iDokumentart_coldeingang</LI>
|
||||
<LI>iDokumentart_host</LI>
|
||||
<LI>iDokumentart_weitere</LI>
|
||||
<LI>iDokumentart_nativ</LI>
|
||||
<LI>iProzessnr</LI>
|
||||
<LI>iProzessnr1</LI>
|
||||
<LI>bAmsdokument</LI>
|
||||
<LI>bHostdokument</LI>
|
||||
<LI>sHostdokumenttyp</LI>
|
||||
<LI>iCold_folder</LI>
|
||||
<LI>iPhysisches_archiv</LI>
|
||||
<LI>iDokumentstatus</LI>
|
||||
<LI>bDokument_wird_erstellt</LI>
|
||||
<LI>bDokument_wird_retourniert</LI>
|
||||
<LI>bCold_ersetzen</LI>
|
||||
<LI>bEmail_versand</LI>
|
||||
<LI>bFunktionen_zuweisen</LI>
|
||||
<LI>iDokumentstatus_barcode</LI>
|
||||
<LI>bNurnative</LI>
|
||||
<LI>iOwner</LI>
|
||||
<LI>bVertrag</LI>
|
||||
<LI>iObjektbezeichnungnr</LI>
|
||||
<LI>bBedingtretournierbar</LI>
|
||||
<LI>iDoktypbedingteretournierung</LI>
|
||||
<LI>iTagebisvernichtungbedingteretournierung</LI>
|
||||
<LI>bAnzeigeZurDokumenterstellung</LI>
|
||||
<LI>bKundenDokument</LI>
|
||||
<LI>bSb</LI>
|
||||
<LI>bSbimport</LI>
|
||||
<LI>bSbedituser</LI>
|
||||
<LI>bSbnur</LI>
|
||||
<LI>bBezeichnungmut</LI>
|
||||
<LI>bIstFarbigArchiviert</LI>
|
||||
<LI>bIntern</LI>
|
||||
<LI>bElDokImport</LI>
|
||||
<LI>sFachverantwortung</LI>
|
||||
</UL>
|
||||
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.edokadb.clsDokumenttyp.SelectAll">
|
||||
<summary>
|
||||
Purpose: SelectAll method. This method will Select all rows from the table.
|
||||
</summary>
|
||||
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
||||
<remarks>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Plugin_FiVo.DB_Connection.#ctor">
|
||||
<summary>
|
||||
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
|
||||
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
|
||||
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
|
||||
|
||||
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/plugin_fivo.dll.licenses
Normal file
BIN
EDOKA_Toolset/Plugin_FiVo/obj/Debug/plugin_fivo.dll.licenses
Normal file
Binary file not shown.
Reference in New Issue
Block a user