Initial commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0"?>
|
||||
<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>
|
||||
<appSettings>
|
||||
<add key="RemoteObjUrl" value="tcp://192.168.111.35:8000/RCEDKB07WS.rem" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
<!-- Define the protocol used for network access.
|
||||
The protocol must match the component host, but any port is valid.
|
||||
A port of 0 simply means "dynamically choose an available port." -->
|
||||
<channels>
|
||||
<channel ref="tcp" port="0">
|
||||
<serverProviders>
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="C1.Common" publicKeyToken="E272BB32D11B1948" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.0.20031.116" newVersion="1.0.20031.116" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.web>
|
||||
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||||
<providers>
|
||||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||||
</providers>
|
||||
</membership>
|
||||
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||||
<providers>
|
||||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||||
</providers>
|
||||
</roleManager>
|
||||
</system.web>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0"?>
|
||||
<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>
|
||||
<appSettings>
|
||||
<add key="RemoteObjUrl" value="tcp://192.168.111.35:8000/RCEDKB07WS.rem" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
<!-- Define the protocol used for network access.
|
||||
The protocol must match the component host, but any port is valid.
|
||||
A port of 0 simply means "dynamically choose an available port." -->
|
||||
<channels>
|
||||
<channel ref="tcp" port="0">
|
||||
<serverProviders>
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="C1.Common" publicKeyToken="E272BB32D11B1948" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.0.20031.116" newVersion="1.0.20031.116" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.web>
|
||||
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||||
<providers>
|
||||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||||
</providers>
|
||||
</membership>
|
||||
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||||
<providers>
|
||||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||||
</providers>
|
||||
</roleManager>
|
||||
</system.web>
|
||||
</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,495 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
DokMD
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:DokMD.edokadb.clsPartner_Hauptadresse.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member><member name="M:DokMD.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
<LI>siNRADR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRVRN00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRAAT00. May be SqlInt16.Null</LI>
|
||||
<LI>sNRPARVO. May be SqlString.Null</LI>
|
||||
<LI>siNRVAZ00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARD00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTV00. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNM01. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM02. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM03. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM04. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZ00. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNM01. May be SqlString.Null</LI>
|
||||
<LI>sBETRZNN. May be SqlString.Null</LI>
|
||||
<LI>sBENNM02. May be SqlString.Null</LI>
|
||||
<LI>siNRNZU00. May be SqlInt16.Null</LI>
|
||||
<LI>sBETTN00. May be SqlString.Null</LI>
|
||||
<LI>sBENAM01. May be SqlString.Null</LI>
|
||||
<LI>sBENAM02. May be SqlString.Null</LI>
|
||||
<LI>sBENAM03. May be SqlString.Null</LI>
|
||||
<LI>sBECOT01. May be SqlString.Null</LI>
|
||||
<LI>sBECOT02. May be SqlString.Null</LI>
|
||||
<LI>siNRZHK00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARDZH. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTVZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNMZH. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNMZ1. May be SqlString.Null</LI>
|
||||
<LI>sBETRZZH. May be SqlString.Null</LI>
|
||||
<LI>sBENNMZ2. May be SqlString.Null</LI>
|
||||
<LI>siNRNZUZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEORTZS. May be SqlString.Null</LI>
|
||||
<LI>sBEWEI00. May be SqlString.Null</LI>
|
||||
<LI>sBEFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sNRFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sBESTR00. May be SqlString.Null</LI>
|
||||
<LI>sNRHAU00. May be SqlString.Null</LI>
|
||||
<LI>sNRSTC00. May be SqlString.Null</LI>
|
||||
<LI>siNRLND00. May be SqlInt16.Null</LI>
|
||||
<LI>sCDPLZ00. May be SqlString.Null</LI>
|
||||
<LI>sBEORTPT. May be SqlString.Null</LI>
|
||||
<LI>sBEDIS00. May be SqlString.Null</LI>
|
||||
<LI>iCDORTPT. May be SqlInt32.Null</LI>
|
||||
<LI>iCDSTRPT. May be SqlInt32.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>siNRUZG00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRNGR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRFOG01. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN01. May be SqlString.Null</LI>
|
||||
<LI>siNRFOG02. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN02. May be SqlString.Null</LI>
|
||||
<LI>siNRVRNRI. May be SqlInt16.Null</LI>
|
||||
<LI>sCDMUTER. May be SqlString.Null</LI>
|
||||
<LI>daTSMUT00. May be SqlDateTime.Null</LI>
|
||||
<LI>dcAZVRNHI. May be SqlDecimal.Null</LI>
|
||||
<LI>daDMERF00. May be SqlDateTime.Null</LI>
|
||||
<LI>sSAREC00. May be SqlString.Null</LI>
|
||||
<LI>daDMKTRNA. May be SqlDateTime.Null</LI>
|
||||
<LI>sCDKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sSAKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sCDPAW00. May be SqlString.Null</LI>
|
||||
<LI>sSAREC01. May be SqlString.Null</LI>
|
||||
<LI>daValidto. 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:DokMD.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
<LI>siNRADR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRVRN00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRAAT00. May be SqlInt16.Null</LI>
|
||||
<LI>sNRPARVO. May be SqlString.Null</LI>
|
||||
<LI>siNRVAZ00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARD00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTV00. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNM01. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM02. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM03. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM04. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZ00. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNM01. May be SqlString.Null</LI>
|
||||
<LI>sBETRZNN. May be SqlString.Null</LI>
|
||||
<LI>sBENNM02. May be SqlString.Null</LI>
|
||||
<LI>siNRNZU00. May be SqlInt16.Null</LI>
|
||||
<LI>sBETTN00. May be SqlString.Null</LI>
|
||||
<LI>sBENAM01. May be SqlString.Null</LI>
|
||||
<LI>sBENAM02. May be SqlString.Null</LI>
|
||||
<LI>sBENAM03. May be SqlString.Null</LI>
|
||||
<LI>sBECOT01. May be SqlString.Null</LI>
|
||||
<LI>sBECOT02. May be SqlString.Null</LI>
|
||||
<LI>siNRZHK00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARDZH. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTVZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNMZH. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNMZ1. May be SqlString.Null</LI>
|
||||
<LI>sBETRZZH. May be SqlString.Null</LI>
|
||||
<LI>sBENNMZ2. May be SqlString.Null</LI>
|
||||
<LI>siNRNZUZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEORTZS. May be SqlString.Null</LI>
|
||||
<LI>sBEWEI00. May be SqlString.Null</LI>
|
||||
<LI>sBEFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sNRFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sBESTR00. May be SqlString.Null</LI>
|
||||
<LI>sNRHAU00. May be SqlString.Null</LI>
|
||||
<LI>sNRSTC00. May be SqlString.Null</LI>
|
||||
<LI>siNRLND00. May be SqlInt16.Null</LI>
|
||||
<LI>sCDPLZ00. May be SqlString.Null</LI>
|
||||
<LI>sBEORTPT. May be SqlString.Null</LI>
|
||||
<LI>sBEDIS00. May be SqlString.Null</LI>
|
||||
<LI>iCDORTPT. May be SqlInt32.Null</LI>
|
||||
<LI>iCDSTRPT. May be SqlInt32.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>siNRUZG00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRNGR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRFOG01. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN01. May be SqlString.Null</LI>
|
||||
<LI>siNRFOG02. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN02. May be SqlString.Null</LI>
|
||||
<LI>siNRVRNRI. May be SqlInt16.Null</LI>
|
||||
<LI>sCDMUTER. May be SqlString.Null</LI>
|
||||
<LI>daTSMUT00. May be SqlDateTime.Null</LI>
|
||||
<LI>dcAZVRNHI. May be SqlDecimal.Null</LI>
|
||||
<LI>daDMERF00. May be SqlDateTime.Null</LI>
|
||||
<LI>sSAREC00. May be SqlString.Null</LI>
|
||||
<LI>daDMKTRNA. May be SqlDateTime.Null</LI>
|
||||
<LI>sCDKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sSAKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sCDPAW00. May be SqlString.Null</LI>
|
||||
<LI>sSAREC01. May be SqlString.Null</LI>
|
||||
<LI>daValidto. 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:DokMD.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:DokMD.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>siNRADR00</LI>
|
||||
<LI>siNRVRN00</LI>
|
||||
<LI>siNRAAT00</LI>
|
||||
<LI>sNRPARVO</LI>
|
||||
<LI>siNRVAZ00</LI>
|
||||
<LI>siNRARD00</LI>
|
||||
<LI>siNRTTV00</LI>
|
||||
<LI>sBEVNM01</LI>
|
||||
<LI>sBEVNM02</LI>
|
||||
<LI>sBEVNM03</LI>
|
||||
<LI>sBEVNM04</LI>
|
||||
<LI>siNRTTZ00</LI>
|
||||
<LI>sBENNM01</LI>
|
||||
<LI>sBETRZNN</LI>
|
||||
<LI>sBENNM02</LI>
|
||||
<LI>siNRNZU00</LI>
|
||||
<LI>sBETTN00</LI>
|
||||
<LI>sBENAM01</LI>
|
||||
<LI>sBENAM02</LI>
|
||||
<LI>sBENAM03</LI>
|
||||
<LI>sBECOT01</LI>
|
||||
<LI>sBECOT02</LI>
|
||||
<LI>siNRZHK00</LI>
|
||||
<LI>siNRARDZH</LI>
|
||||
<LI>siNRTTVZH</LI>
|
||||
<LI>sBEVNMZH</LI>
|
||||
<LI>siNRTTZZH</LI>
|
||||
<LI>sBENNMZ1</LI>
|
||||
<LI>sBETRZZH</LI>
|
||||
<LI>sBENNMZ2</LI>
|
||||
<LI>siNRNZUZH</LI>
|
||||
<LI>sBEORTZS</LI>
|
||||
<LI>sBEWEI00</LI>
|
||||
<LI>sBEFCHPT</LI>
|
||||
<LI>sNRFCHPT</LI>
|
||||
<LI>sBESTR00</LI>
|
||||
<LI>sNRHAU00</LI>
|
||||
<LI>sNRSTC00</LI>
|
||||
<LI>siNRLND00</LI>
|
||||
<LI>sCDPLZ00</LI>
|
||||
<LI>sBEORTPT</LI>
|
||||
<LI>sBEDIS00</LI>
|
||||
<LI>iCDORTPT</LI>
|
||||
<LI>iCDSTRPT</LI>
|
||||
<LI>sSAVRS00</LI>
|
||||
<LI>siNRUZG00</LI>
|
||||
<LI>siNRNGR00</LI>
|
||||
<LI>siNRFOG01</LI>
|
||||
<LI>sBEBAN01</LI>
|
||||
<LI>siNRFOG02</LI>
|
||||
<LI>sBEBAN02</LI>
|
||||
<LI>siNRVRNRI</LI>
|
||||
<LI>sCDMUTER</LI>
|
||||
<LI>daTSMUT00</LI>
|
||||
<LI>dcAZVRNHI</LI>
|
||||
<LI>daDMERF00</LI>
|
||||
<LI>sSAREC00</LI>
|
||||
<LI>daDMKTRNA</LI>
|
||||
<LI>sCDKTRNA</LI>
|
||||
<LI>sSAKTRNA</LI>
|
||||
<LI>sCDPAW00</LI>
|
||||
<LI>sSAREC01</LI>
|
||||
<LI>daValidto</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:DokMD.edokadb.clsPartner_Hauptadresse.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:DokMD.edokadb.clsPartner_Hauptadresse">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Partner_Hauptadresse'.
|
||||
</summary>
|
||||
</member><member name="P:DokMD.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member><member name="P:DokMD.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:DokMD.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member><member name="M:DokMD.edokadb.clsPartner.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member><member name="M:DokMD.edokadb.clsPartner.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>sIDMSG00. May be SqlString.Null</LI>
|
||||
<LI>sDMMSG00. May be SqlString.Null</LI>
|
||||
<LI>sZTMSG00. May be SqlString.Null</LI>
|
||||
<LI>sBEPGM00. May be SqlString.Null</LI>
|
||||
<LI>sCDBNK00. May be SqlString.Null</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>sBKPAR00. May be SqlString.Null</LI>
|
||||
<LI>iNRFOG012. May be SqlInt32.Null</LI>
|
||||
<LI>sBEBAN012. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG022. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ012. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ032. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ042. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ052. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ062. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ072. May be SqlString.Null</LI>
|
||||
<LI>sNRPARAD. May be SqlString.Null</LI>
|
||||
<LI>sNRADR00. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG011. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN011. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG21. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN21. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ011. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ021. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ031. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ041. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ051. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ061. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ071. May be SqlString.Null</LI>
|
||||
<LI>sCDBAL00. May be SqlString.Null</LI>
|
||||
<LI>sCDVIG00. May be SqlString.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>sTSMUT00. May be SqlString.Null</LI>
|
||||
<LI>sVDMUTER. May be SqlString.Null</LI>
|
||||
<LI>sTXRes00. May be SqlString.Null</LI>
|
||||
<LI>bSaldiert</LI>
|
||||
<LI>iAZEPL00. May be SqlInt32.Null</LI>
|
||||
<LI>bCDVSA00</LI>
|
||||
<LI>daValidto. 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:DokMD.edokadb.clsPartner.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>sIDMSG00. May be SqlString.Null</LI>
|
||||
<LI>sDMMSG00. May be SqlString.Null</LI>
|
||||
<LI>sZTMSG00. May be SqlString.Null</LI>
|
||||
<LI>sBEPGM00. May be SqlString.Null</LI>
|
||||
<LI>sCDBNK00. May be SqlString.Null</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>sBKPAR00. May be SqlString.Null</LI>
|
||||
<LI>iNRFOG012. May be SqlInt32.Null</LI>
|
||||
<LI>sBEBAN012. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG022. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ012. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ032. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ042. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ052. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ062. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ072. May be SqlString.Null</LI>
|
||||
<LI>sNRPARAD. May be SqlString.Null</LI>
|
||||
<LI>sNRADR00. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG011. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN011. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG21. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN21. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ011. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ021. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ031. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ041. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ051. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ061. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ071. May be SqlString.Null</LI>
|
||||
<LI>sCDBAL00. May be SqlString.Null</LI>
|
||||
<LI>sCDVIG00. May be SqlString.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>sTSMUT00. May be SqlString.Null</LI>
|
||||
<LI>sVDMUTER. May be SqlString.Null</LI>
|
||||
<LI>sTXRes00. May be SqlString.Null</LI>
|
||||
<LI>bSaldiert</LI>
|
||||
<LI>iAZEPL00. May be SqlInt32.Null</LI>
|
||||
<LI>bCDVSA00</LI>
|
||||
<LI>daValidto. 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:DokMD.edokadb.clsPartner.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:DokMD.edokadb.clsPartner.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>sIDMSG00</LI>
|
||||
<LI>sDMMSG00</LI>
|
||||
<LI>sZTMSG00</LI>
|
||||
<LI>sBEPGM00</LI>
|
||||
<LI>sCDBNK00</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>sBKPAR00</LI>
|
||||
<LI>iNRFOG012</LI>
|
||||
<LI>sBEBAN012</LI>
|
||||
<LI>sNRFOG022</LI>
|
||||
<LI>sBEBAN022</LI>
|
||||
<LI>sTXADZ012</LI>
|
||||
<LI>sTXADZ022</LI>
|
||||
<LI>sTXADZ032</LI>
|
||||
<LI>sTXADZ042</LI>
|
||||
<LI>sTXADZ052</LI>
|
||||
<LI>sTXADZ062</LI>
|
||||
<LI>sTXADZ072</LI>
|
||||
<LI>sNRPARAD</LI>
|
||||
<LI>sNRADR00</LI>
|
||||
<LI>sNRFOG011</LI>
|
||||
<LI>sBEBAN011</LI>
|
||||
<LI>sNRFOG21</LI>
|
||||
<LI>sBEBAN21</LI>
|
||||
<LI>sTXADZ011</LI>
|
||||
<LI>sTXADZ021</LI>
|
||||
<LI>sTXADZ031</LI>
|
||||
<LI>sTXADZ041</LI>
|
||||
<LI>sTXADZ051</LI>
|
||||
<LI>sTXADZ061</LI>
|
||||
<LI>sTXADZ071</LI>
|
||||
<LI>sCDBAL00</LI>
|
||||
<LI>sCDVIG00</LI>
|
||||
<LI>sSAVRS00</LI>
|
||||
<LI>sTSMUT00</LI>
|
||||
<LI>sVDMUTER</LI>
|
||||
<LI>sTXRes00</LI>
|
||||
<LI>bSaldiert</LI>
|
||||
<LI>iAZEPL00</LI>
|
||||
<LI>bCDVSA00</LI>
|
||||
<LI>daValidto</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:DokMD.edokadb.clsPartner.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:DokMD.edokadb.clsPartner">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Partner'.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0"?>
|
||||
<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>
|
||||
<appSettings>
|
||||
<add key="RemoteObjUrl" value="tcp://192.168.111.35:8000/RCEDKB07WS.rem" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
<!-- Define the protocol used for network access.
|
||||
The protocol must match the component host, but any port is valid.
|
||||
A port of 0 simply means "dynamically choose an available port." -->
|
||||
<channels>
|
||||
<channel ref="tcp" port="0">
|
||||
<serverProviders>
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="C1.Common" publicKeyToken="E272BB32D11B1948" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.0.20031.116" newVersion="1.0.20031.116" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.web>
|
||||
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||||
<providers>
|
||||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||||
</providers>
|
||||
</membership>
|
||||
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||||
<providers>
|
||||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||||
</providers>
|
||||
</roleManager>
|
||||
</system.web>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0"?>
|
||||
<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>
|
||||
<appSettings>
|
||||
<add key="RemoteObjUrl" value="tcp://192.168.111.35:8000/RCEDKB07WS.rem" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
</appSettings>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
<!-- Define the protocol used for network access.
|
||||
The protocol must match the component host, but any port is valid.
|
||||
A port of 0 simply means "dynamically choose an available port." -->
|
||||
<channels>
|
||||
<channel ref="tcp" port="0">
|
||||
<serverProviders>
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="C1.Common" publicKeyToken="E272BB32D11B1948" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.0.20031.116" newVersion="1.0.20031.116" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.web>
|
||||
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||||
<providers>
|
||||
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||||
</providers>
|
||||
</membership>
|
||||
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||||
<providers>
|
||||
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||||
</providers>
|
||||
</roleManager>
|
||||
</system.web>
|
||||
</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,495 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
DokSA
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:DokSA.edokadb.clsPartner.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member><member name="M:DokSA.edokadb.clsPartner.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>sIDMSG00. May be SqlString.Null</LI>
|
||||
<LI>sDMMSG00. May be SqlString.Null</LI>
|
||||
<LI>sZTMSG00. May be SqlString.Null</LI>
|
||||
<LI>sBEPGM00. May be SqlString.Null</LI>
|
||||
<LI>sCDBNK00. May be SqlString.Null</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>sBKPAR00. May be SqlString.Null</LI>
|
||||
<LI>iNRFOG012. May be SqlInt32.Null</LI>
|
||||
<LI>sBEBAN012. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG022. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ012. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ032. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ042. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ052. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ062. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ072. May be SqlString.Null</LI>
|
||||
<LI>sNRPARAD. May be SqlString.Null</LI>
|
||||
<LI>sNRADR00. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG011. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN011. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG21. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN21. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ011. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ021. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ031. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ041. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ051. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ061. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ071. May be SqlString.Null</LI>
|
||||
<LI>sCDBAL00. May be SqlString.Null</LI>
|
||||
<LI>sCDVIG00. May be SqlString.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>sTSMUT00. May be SqlString.Null</LI>
|
||||
<LI>sVDMUTER. May be SqlString.Null</LI>
|
||||
<LI>sTXRes00. May be SqlString.Null</LI>
|
||||
<LI>bSaldiert</LI>
|
||||
<LI>iAZEPL00. May be SqlInt32.Null</LI>
|
||||
<LI>bCDVSA00</LI>
|
||||
<LI>daValidto. 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:DokSA.edokadb.clsPartner.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>sIDMSG00. May be SqlString.Null</LI>
|
||||
<LI>sDMMSG00. May be SqlString.Null</LI>
|
||||
<LI>sZTMSG00. May be SqlString.Null</LI>
|
||||
<LI>sBEPGM00. May be SqlString.Null</LI>
|
||||
<LI>sCDBNK00. May be SqlString.Null</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>sBKPAR00. May be SqlString.Null</LI>
|
||||
<LI>iNRFOG012. May be SqlInt32.Null</LI>
|
||||
<LI>sBEBAN012. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG022. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ012. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ022. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ032. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ042. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ052. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ062. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ072. May be SqlString.Null</LI>
|
||||
<LI>sNRPARAD. May be SqlString.Null</LI>
|
||||
<LI>sNRADR00. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG011. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN011. May be SqlString.Null</LI>
|
||||
<LI>sNRFOG21. May be SqlString.Null</LI>
|
||||
<LI>sBEBAN21. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ011. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ021. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ031. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ041. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ051. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ061. May be SqlString.Null</LI>
|
||||
<LI>sTXADZ071. May be SqlString.Null</LI>
|
||||
<LI>sCDBAL00. May be SqlString.Null</LI>
|
||||
<LI>sCDVIG00. May be SqlString.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>sTSMUT00. May be SqlString.Null</LI>
|
||||
<LI>sVDMUTER. May be SqlString.Null</LI>
|
||||
<LI>sTXRes00. May be SqlString.Null</LI>
|
||||
<LI>bSaldiert</LI>
|
||||
<LI>iAZEPL00. May be SqlInt32.Null</LI>
|
||||
<LI>bCDVSA00</LI>
|
||||
<LI>daValidto. 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:DokSA.edokadb.clsPartner.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:DokSA.edokadb.clsPartner.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>sIDMSG00</LI>
|
||||
<LI>sDMMSG00</LI>
|
||||
<LI>sZTMSG00</LI>
|
||||
<LI>sBEPGM00</LI>
|
||||
<LI>sCDBNK00</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>sBKPAR00</LI>
|
||||
<LI>iNRFOG012</LI>
|
||||
<LI>sBEBAN012</LI>
|
||||
<LI>sNRFOG022</LI>
|
||||
<LI>sBEBAN022</LI>
|
||||
<LI>sTXADZ012</LI>
|
||||
<LI>sTXADZ022</LI>
|
||||
<LI>sTXADZ032</LI>
|
||||
<LI>sTXADZ042</LI>
|
||||
<LI>sTXADZ052</LI>
|
||||
<LI>sTXADZ062</LI>
|
||||
<LI>sTXADZ072</LI>
|
||||
<LI>sNRPARAD</LI>
|
||||
<LI>sNRADR00</LI>
|
||||
<LI>sNRFOG011</LI>
|
||||
<LI>sBEBAN011</LI>
|
||||
<LI>sNRFOG21</LI>
|
||||
<LI>sBEBAN21</LI>
|
||||
<LI>sTXADZ011</LI>
|
||||
<LI>sTXADZ021</LI>
|
||||
<LI>sTXADZ031</LI>
|
||||
<LI>sTXADZ041</LI>
|
||||
<LI>sTXADZ051</LI>
|
||||
<LI>sTXADZ061</LI>
|
||||
<LI>sTXADZ071</LI>
|
||||
<LI>sCDBAL00</LI>
|
||||
<LI>sCDVIG00</LI>
|
||||
<LI>sSAVRS00</LI>
|
||||
<LI>sTSMUT00</LI>
|
||||
<LI>sVDMUTER</LI>
|
||||
<LI>sTXRes00</LI>
|
||||
<LI>bSaldiert</LI>
|
||||
<LI>iAZEPL00</LI>
|
||||
<LI>bCDVSA00</LI>
|
||||
<LI>daValidto</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:DokSA.edokadb.clsPartner.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:DokSA.edokadb.clsPartner">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Partner'.
|
||||
</summary>
|
||||
</member><member name="P:DokSA.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member><member name="P:DokSA.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:DokSA.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member><member name="M:DokSA.edokadb.clsPartner_Hauptadresse.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member><member name="M:DokSA.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
<LI>siNRADR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRVRN00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRAAT00. May be SqlInt16.Null</LI>
|
||||
<LI>sNRPARVO. May be SqlString.Null</LI>
|
||||
<LI>siNRVAZ00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARD00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTV00. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNM01. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM02. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM03. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM04. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZ00. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNM01. May be SqlString.Null</LI>
|
||||
<LI>sBETRZNN. May be SqlString.Null</LI>
|
||||
<LI>sBENNM02. May be SqlString.Null</LI>
|
||||
<LI>siNRNZU00. May be SqlInt16.Null</LI>
|
||||
<LI>sBETTN00. May be SqlString.Null</LI>
|
||||
<LI>sBENAM01. May be SqlString.Null</LI>
|
||||
<LI>sBENAM02. May be SqlString.Null</LI>
|
||||
<LI>sBENAM03. May be SqlString.Null</LI>
|
||||
<LI>sBECOT01. May be SqlString.Null</LI>
|
||||
<LI>sBECOT02. May be SqlString.Null</LI>
|
||||
<LI>siNRZHK00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARDZH. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTVZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNMZH. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNMZ1. May be SqlString.Null</LI>
|
||||
<LI>sBETRZZH. May be SqlString.Null</LI>
|
||||
<LI>sBENNMZ2. May be SqlString.Null</LI>
|
||||
<LI>siNRNZUZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEORTZS. May be SqlString.Null</LI>
|
||||
<LI>sBEWEI00. May be SqlString.Null</LI>
|
||||
<LI>sBEFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sNRFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sBESTR00. May be SqlString.Null</LI>
|
||||
<LI>sNRHAU00. May be SqlString.Null</LI>
|
||||
<LI>sNRSTC00. May be SqlString.Null</LI>
|
||||
<LI>siNRLND00. May be SqlInt16.Null</LI>
|
||||
<LI>sCDPLZ00. May be SqlString.Null</LI>
|
||||
<LI>sBEORTPT. May be SqlString.Null</LI>
|
||||
<LI>sBEDIS00. May be SqlString.Null</LI>
|
||||
<LI>iCDORTPT. May be SqlInt32.Null</LI>
|
||||
<LI>iCDSTRPT. May be SqlInt32.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>siNRUZG00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRNGR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRFOG01. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN01. May be SqlString.Null</LI>
|
||||
<LI>siNRFOG02. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN02. May be SqlString.Null</LI>
|
||||
<LI>siNRVRNRI. May be SqlInt16.Null</LI>
|
||||
<LI>sCDMUTER. May be SqlString.Null</LI>
|
||||
<LI>daTSMUT00. May be SqlDateTime.Null</LI>
|
||||
<LI>dcAZVRNHI. May be SqlDecimal.Null</LI>
|
||||
<LI>daDMERF00. May be SqlDateTime.Null</LI>
|
||||
<LI>sSAREC00. May be SqlString.Null</LI>
|
||||
<LI>daDMKTRNA. May be SqlDateTime.Null</LI>
|
||||
<LI>sCDKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sSAKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sCDPAW00. May be SqlString.Null</LI>
|
||||
<LI>sSAREC01. May be SqlString.Null</LI>
|
||||
<LI>daValidto. 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:DokSA.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
<LI>siNRADR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRVRN00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRAAT00. May be SqlInt16.Null</LI>
|
||||
<LI>sNRPARVO. May be SqlString.Null</LI>
|
||||
<LI>siNRVAZ00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARD00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTV00. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNM01. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM02. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM03. May be SqlString.Null</LI>
|
||||
<LI>sBEVNM04. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZ00. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNM01. May be SqlString.Null</LI>
|
||||
<LI>sBETRZNN. May be SqlString.Null</LI>
|
||||
<LI>sBENNM02. May be SqlString.Null</LI>
|
||||
<LI>siNRNZU00. May be SqlInt16.Null</LI>
|
||||
<LI>sBETTN00. May be SqlString.Null</LI>
|
||||
<LI>sBENAM01. May be SqlString.Null</LI>
|
||||
<LI>sBENAM02. May be SqlString.Null</LI>
|
||||
<LI>sBENAM03. May be SqlString.Null</LI>
|
||||
<LI>sBECOT01. May be SqlString.Null</LI>
|
||||
<LI>sBECOT02. May be SqlString.Null</LI>
|
||||
<LI>siNRZHK00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRARDZH. May be SqlInt16.Null</LI>
|
||||
<LI>siNRTTVZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEVNMZH. May be SqlString.Null</LI>
|
||||
<LI>siNRTTZZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBENNMZ1. May be SqlString.Null</LI>
|
||||
<LI>sBETRZZH. May be SqlString.Null</LI>
|
||||
<LI>sBENNMZ2. May be SqlString.Null</LI>
|
||||
<LI>siNRNZUZH. May be SqlInt16.Null</LI>
|
||||
<LI>sBEORTZS. May be SqlString.Null</LI>
|
||||
<LI>sBEWEI00. May be SqlString.Null</LI>
|
||||
<LI>sBEFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sNRFCHPT. May be SqlString.Null</LI>
|
||||
<LI>sBESTR00. May be SqlString.Null</LI>
|
||||
<LI>sNRHAU00. May be SqlString.Null</LI>
|
||||
<LI>sNRSTC00. May be SqlString.Null</LI>
|
||||
<LI>siNRLND00. May be SqlInt16.Null</LI>
|
||||
<LI>sCDPLZ00. May be SqlString.Null</LI>
|
||||
<LI>sBEORTPT. May be SqlString.Null</LI>
|
||||
<LI>sBEDIS00. May be SqlString.Null</LI>
|
||||
<LI>iCDORTPT. May be SqlInt32.Null</LI>
|
||||
<LI>iCDSTRPT. May be SqlInt32.Null</LI>
|
||||
<LI>sSAVRS00. May be SqlString.Null</LI>
|
||||
<LI>siNRUZG00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRNGR00. May be SqlInt16.Null</LI>
|
||||
<LI>siNRFOG01. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN01. May be SqlString.Null</LI>
|
||||
<LI>siNRFOG02. May be SqlInt16.Null</LI>
|
||||
<LI>sBEBAN02. May be SqlString.Null</LI>
|
||||
<LI>siNRVRNRI. May be SqlInt16.Null</LI>
|
||||
<LI>sCDMUTER. May be SqlString.Null</LI>
|
||||
<LI>daTSMUT00. May be SqlDateTime.Null</LI>
|
||||
<LI>dcAZVRNHI. May be SqlDecimal.Null</LI>
|
||||
<LI>daDMERF00. May be SqlDateTime.Null</LI>
|
||||
<LI>sSAREC00. May be SqlString.Null</LI>
|
||||
<LI>daDMKTRNA. May be SqlDateTime.Null</LI>
|
||||
<LI>sCDKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sSAKTRNA. May be SqlString.Null</LI>
|
||||
<LI>sCDPAW00. May be SqlString.Null</LI>
|
||||
<LI>sSAREC01. May be SqlString.Null</LI>
|
||||
<LI>daValidto. 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:DokSA.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member><member name="M:DokSA.edokadb.clsPartner_Hauptadresse.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>iNRPAR00</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iNRPAR00</LI>
|
||||
<LI>siNRADR00</LI>
|
||||
<LI>siNRVRN00</LI>
|
||||
<LI>siNRAAT00</LI>
|
||||
<LI>sNRPARVO</LI>
|
||||
<LI>siNRVAZ00</LI>
|
||||
<LI>siNRARD00</LI>
|
||||
<LI>siNRTTV00</LI>
|
||||
<LI>sBEVNM01</LI>
|
||||
<LI>sBEVNM02</LI>
|
||||
<LI>sBEVNM03</LI>
|
||||
<LI>sBEVNM04</LI>
|
||||
<LI>siNRTTZ00</LI>
|
||||
<LI>sBENNM01</LI>
|
||||
<LI>sBETRZNN</LI>
|
||||
<LI>sBENNM02</LI>
|
||||
<LI>siNRNZU00</LI>
|
||||
<LI>sBETTN00</LI>
|
||||
<LI>sBENAM01</LI>
|
||||
<LI>sBENAM02</LI>
|
||||
<LI>sBENAM03</LI>
|
||||
<LI>sBECOT01</LI>
|
||||
<LI>sBECOT02</LI>
|
||||
<LI>siNRZHK00</LI>
|
||||
<LI>siNRARDZH</LI>
|
||||
<LI>siNRTTVZH</LI>
|
||||
<LI>sBEVNMZH</LI>
|
||||
<LI>siNRTTZZH</LI>
|
||||
<LI>sBENNMZ1</LI>
|
||||
<LI>sBETRZZH</LI>
|
||||
<LI>sBENNMZ2</LI>
|
||||
<LI>siNRNZUZH</LI>
|
||||
<LI>sBEORTZS</LI>
|
||||
<LI>sBEWEI00</LI>
|
||||
<LI>sBEFCHPT</LI>
|
||||
<LI>sNRFCHPT</LI>
|
||||
<LI>sBESTR00</LI>
|
||||
<LI>sNRHAU00</LI>
|
||||
<LI>sNRSTC00</LI>
|
||||
<LI>siNRLND00</LI>
|
||||
<LI>sCDPLZ00</LI>
|
||||
<LI>sBEORTPT</LI>
|
||||
<LI>sBEDIS00</LI>
|
||||
<LI>iCDORTPT</LI>
|
||||
<LI>iCDSTRPT</LI>
|
||||
<LI>sSAVRS00</LI>
|
||||
<LI>siNRUZG00</LI>
|
||||
<LI>siNRNGR00</LI>
|
||||
<LI>siNRFOG01</LI>
|
||||
<LI>sBEBAN01</LI>
|
||||
<LI>siNRFOG02</LI>
|
||||
<LI>sBEBAN02</LI>
|
||||
<LI>siNRVRNRI</LI>
|
||||
<LI>sCDMUTER</LI>
|
||||
<LI>daTSMUT00</LI>
|
||||
<LI>dcAZVRNHI</LI>
|
||||
<LI>daDMERF00</LI>
|
||||
<LI>sSAREC00</LI>
|
||||
<LI>daDMKTRNA</LI>
|
||||
<LI>sCDKTRNA</LI>
|
||||
<LI>sSAKTRNA</LI>
|
||||
<LI>sCDPAW00</LI>
|
||||
<LI>sSAREC01</LI>
|
||||
<LI>daValidto</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:DokSA.edokadb.clsPartner_Hauptadresse.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:DokSA.edokadb.clsPartner_Hauptadresse">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Partner_Hauptadresse'.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<Packagegroesse>100</Packagegroesse>
|
||||
<DelayTime>30</DelayTime>
|
||||
</Configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
¹µÈ¦rȽ¹¿¸ª‰¿Çx…½³»É·¥¹u¨À¦¾·¼‘¹©ÁÀ¯½º·¿µ¸Æhȹ·ºÄ¾Â½m¾³²»‚¸©Áǹ€ÉÄÀ¯ÀɦÀµ´Àh¾¸‘€Â¶±¯²Ée¿µ¿·…‰„{ÊÁ©¿u®°‰¸³ƒÅµÇ¸ÉÄÀ¨Š¸´Áw‹ƒ
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Users>
|
||||
<TGNummer>¹³§‡ˆz</TGNummer>
|
||||
<Rolle>1</Rolle>
|
||||
<EDOKA_MA_Nr>1</EDOKA_MA_Nr>
|
||||
</Users>
|
||||
<Users>
|
||||
<TGNummer>¹³«¸ˆu‡‹</TGNummer>
|
||||
<Rolle>1</Rolle>
|
||||
<EDOKA_MA_Nr>1</EDOKA_MA_Nr>
|
||||
</Users>
|
||||
<Users>
|
||||
<TGNummer>˜À§¹µ¯n¢º½»ªÀ</TGNummer>
|
||||
<Rolle>1</Rolle>
|
||||
<EDOKA_MA_Nr>1</EDOKA_MA_Nr>
|
||||
</Users>
|
||||
</NewDataSet>
|
||||
Reference in New Issue
Block a user