Initial commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information"/>
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information"/>
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
@@ -0,0 +1,285 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB09
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:EDKB09.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member><member name="P:EDKB09.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:EDKB09.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.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>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>iVerantwortlich. May be SqlInt32.Null</LI>
|
||||
<LI>iPostzustellung. May be SqlInt32.Null</LI>
|
||||
<LI>daDokumentdatum. May be SqlDateTime.Null</LI>
|
||||
<LI>iZustaendig. May be SqlInt32.Null</LI>
|
||||
<LI>iUnterschriftlinks. May be SqlInt32.Null</LI>
|
||||
<LI>iUnterschriftrechts. May be SqlInt32.Null</LI>
|
||||
<LI>iTeam. May be SqlInt32.Null</LI>
|
||||
<LI>daArchivdatum. May be SqlDateTime.Null</LI>
|
||||
<LI>daTermin. May be SqlDateTime.Null</LI>
|
||||
<LI>sBemerkung. May be SqlString.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>bAktiv. May be SqlBoolean.Null</LI>
|
||||
<LI>iStatus. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumenttypnr. May be SqlInt32.Null</LI>
|
||||
<LI>iWindowwidth. May be SqlInt32.Null</LI>
|
||||
<LI>iWindowheight. May be SqlInt32.Null</LI>
|
||||
<LI>iTreewidth. May be SqlInt32.Null</LI>
|
||||
<LI>iFehlerhaft. May be SqlInt32.Null</LI>
|
||||
<LI>iInBearbeitung. May be SqlInt32.Null</LI>
|
||||
<LI>iErstellt. May be SqlInt32.Null</LI>
|
||||
<LI>iGedruckt. May be SqlInt32.Null</LI>
|
||||
<LI>iBestaetigt. May be SqlInt32.Null</LI>
|
||||
<LI>iAusgeloest. May be SqlInt32.Null</LI>
|
||||
<LI>iBldossier. May be SqlInt32.Null</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iSerienbriefnr</LI>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.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>iSerienbriefnr</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>iVerantwortlich. May be SqlInt32.Null</LI>
|
||||
<LI>iPostzustellung. May be SqlInt32.Null</LI>
|
||||
<LI>daDokumentdatum. May be SqlDateTime.Null</LI>
|
||||
<LI>iZustaendig. May be SqlInt32.Null</LI>
|
||||
<LI>iUnterschriftlinks. May be SqlInt32.Null</LI>
|
||||
<LI>iUnterschriftrechts. May be SqlInt32.Null</LI>
|
||||
<LI>iTeam. May be SqlInt32.Null</LI>
|
||||
<LI>daArchivdatum. May be SqlDateTime.Null</LI>
|
||||
<LI>daTermin. May be SqlDateTime.Null</LI>
|
||||
<LI>sBemerkung. May be SqlString.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>bAktiv. May be SqlBoolean.Null</LI>
|
||||
<LI>iStatus. May be SqlInt32.Null</LI>
|
||||
<LI>iDokumenttypnr. May be SqlInt32.Null</LI>
|
||||
<LI>iWindowwidth. May be SqlInt32.Null</LI>
|
||||
<LI>iWindowheight. May be SqlInt32.Null</LI>
|
||||
<LI>iTreewidth. May be SqlInt32.Null</LI>
|
||||
<LI>iFehlerhaft. May be SqlInt32.Null</LI>
|
||||
<LI>iInBearbeitung. May be SqlInt32.Null</LI>
|
||||
<LI>iErstellt. May be SqlInt32.Null</LI>
|
||||
<LI>iGedruckt. May be SqlInt32.Null</LI>
|
||||
<LI>iBestaetigt. May be SqlInt32.Null</LI>
|
||||
<LI>iAusgeloest. May be SqlInt32.Null</LI>
|
||||
<LI>iBldossier. May be SqlInt32.Null</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.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>iSerienbriefnr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.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>iSerienbriefnr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iSerienbriefnr</LI>
|
||||
<LI>sBezeichnung</LI>
|
||||
<LI>iVerantwortlich</LI>
|
||||
<LI>iPostzustellung</LI>
|
||||
<LI>daDokumentdatum</LI>
|
||||
<LI>iZustaendig</LI>
|
||||
<LI>iUnterschriftlinks</LI>
|
||||
<LI>iUnterschriftrechts</LI>
|
||||
<LI>iTeam</LI>
|
||||
<LI>daArchivdatum</LI>
|
||||
<LI>daTermin</LI>
|
||||
<LI>sBemerkung</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>iStatus</LI>
|
||||
<LI>iDokumenttypnr</LI>
|
||||
<LI>iWindowwidth</LI>
|
||||
<LI>iWindowheight</LI>
|
||||
<LI>iTreewidth</LI>
|
||||
<LI>iFehlerhaft</LI>
|
||||
<LI>iInBearbeitung</LI>
|
||||
<LI>iErstellt</LI>
|
||||
<LI>iGedruckt</LI>
|
||||
<LI>iBestaetigt</LI>
|
||||
<LI>iAusgeloest</LI>
|
||||
<LI>iBldossier</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:EDKB09.edokadb.clsEdex_sb_serienbrief.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="T:EDKB09.edokadb.clsEdex_sb_serienbrief">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'edex_sb_serienbrief'.
|
||||
</summary>
|
||||
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.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>iSerienbriefnr. May be SqlInt32.Null</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>sTGNumer_Ersteller. May be SqlString.Null</LI>
|
||||
<LI>iPartnernr. May be SqlInt32.Null</LI>
|
||||
<LI>sDokumentid. May be SqlString.Null</LI>
|
||||
<LI>daTimestampe. May be SqlDateTime.Null</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iEintragnr</LI>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.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>iEintragnr</LI>
|
||||
<LI>iSerienbriefnr. May be SqlInt32.Null</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>sTGNumer_Ersteller. May be SqlString.Null</LI>
|
||||
<LI>iPartnernr. May be SqlInt32.Null</LI>
|
||||
<LI>sDokumentid. May be SqlString.Null</LI>
|
||||
<LI>daTimestampe. May be SqlDateTime.Null</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.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>iEintragnr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.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>iEintragnr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iEintragnr</LI>
|
||||
<LI>iSerienbriefnr</LI>
|
||||
<LI>sBezeichnung</LI>
|
||||
<LI>sTGNumer_Ersteller</LI>
|
||||
<LI>iPartnernr</LI>
|
||||
<LI>sDokumentid</LI>
|
||||
<LI>daTimestampe</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:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.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="T:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Serienbrief_BL_Physiche_Ablage'.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user