Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ffa125f6154a5ce8b87117f0bbe0a790b8db2ec1
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\bin\Debug\ThemaPerson.dll
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\bin\Debug\ThemaPerson.pdb
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\bin\Debug\ThemaPerson.xml
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.frmThemaPerson.resources
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.Resources.resources
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.ThemaPerson.resources
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.dll.licenses
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.dll
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.xml
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.pdb
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.vbproj.CopyComplete
|
||||
E:\Software-Projekte\TKBDiverse\Themenmanagement\ThemaPerson\obj\Debug\ThemaPerson.vbprojAssemblyReference.cache
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,763 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
ThemaPerson
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:ThemaPerson.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ThemaPerson.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ThemaPerson.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:ThemaPerson.DB.clsFunktion">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Funktion'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsFunktion.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsFunktion.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>iFunktionNr</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>sBeschreibung. May be SqlString.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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsFunktion.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>iFunktionNr</LI>
|
||||
<LI>sBezeichnung. May be SqlString.Null</LI>
|
||||
<LI>sBeschreibung. May be SqlString.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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsFunktion.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>iFunktionNr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsFunktion.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>iFunktionNr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iFunktionNr</LI>
|
||||
<LI>sBezeichnung</LI>
|
||||
<LI>sBeschreibung</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</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:ThemaPerson.DB.clsFunktion.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:ThemaPerson.DB.clsKey_tabelle">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'key_tabelle'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsKey_tabelle.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsKey_tabelle.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>sBeschreibung</LI>
|
||||
<LI>iKey_wert</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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iKeynr</LI>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsKey_tabelle.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>iKeynr</LI>
|
||||
<LI>sBeschreibung</LI>
|
||||
<LI>iKey_wert</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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsKey_tabelle.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>iKeynr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsKey_tabelle.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>iKeynr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iKeynr</LI>
|
||||
<LI>sBeschreibung</LI>
|
||||
<LI>iKey_wert</LI>
|
||||
<LI>iMandantnr</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</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:ThemaPerson.DB.clsKey_tabelle.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:ThemaPerson.DB.clsPerson">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'Person'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsPerson.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsPerson.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>iPersonNr</LI>
|
||||
<LI>sFirma. May be SqlString.Null</LI>
|
||||
<LI>sName. May be SqlString.Null</LI>
|
||||
<LI>sVorname. May be SqlString.Null</LI>
|
||||
<LI>sStrasse. May be SqlString.Null</LI>
|
||||
<LI>sPostfach. May be SqlString.Null</LI>
|
||||
<LI>sPlz. May be SqlString.Null</LI>
|
||||
<LI>sOrt. May be SqlString.Null</LI>
|
||||
<LI>sTelefon. May be SqlString.Null</LI>
|
||||
<LI>sTelefax. May be SqlString.Null</LI>
|
||||
<LI>sEMail. May be SqlString.Null</LI>
|
||||
<LI>sInternet. May be SqlString.Null</LI>
|
||||
<LI>sBemerkung. May be SqlString.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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsPerson.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>iPersonNr</LI>
|
||||
<LI>sFirma. May be SqlString.Null</LI>
|
||||
<LI>sName. May be SqlString.Null</LI>
|
||||
<LI>sVorname. May be SqlString.Null</LI>
|
||||
<LI>sStrasse. May be SqlString.Null</LI>
|
||||
<LI>sPostfach. May be SqlString.Null</LI>
|
||||
<LI>sPlz. May be SqlString.Null</LI>
|
||||
<LI>sOrt. May be SqlString.Null</LI>
|
||||
<LI>sTelefon. May be SqlString.Null</LI>
|
||||
<LI>sTelefax. May be SqlString.Null</LI>
|
||||
<LI>sEMail. May be SqlString.Null</LI>
|
||||
<LI>sInternet. May be SqlString.Null</LI>
|
||||
<LI>sBemerkung. May be SqlString.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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsPerson.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>iPersonNr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsPerson.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>iPersonNr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iPersonNr</LI>
|
||||
<LI>sFirma</LI>
|
||||
<LI>sName</LI>
|
||||
<LI>sVorname</LI>
|
||||
<LI>sStrasse</LI>
|
||||
<LI>sPostfach</LI>
|
||||
<LI>sPlz</LI>
|
||||
<LI>sOrt</LI>
|
||||
<LI>sTelefon</LI>
|
||||
<LI>sTelefax</LI>
|
||||
<LI>sEMail</LI>
|
||||
<LI>sInternet</LI>
|
||||
<LI>sBemerkung</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</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:ThemaPerson.DB.clsPerson.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:ThemaPerson.DB.clsThemaPerson">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'ThemaPerson'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsThemaPerson.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsThemaPerson.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>iThemaPersonNr</LI>
|
||||
<LI>iThemaNr. May be SqlInt32.Null</LI>
|
||||
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
||||
<LI>iFunktionNr. May be SqlInt32.Null</LI>
|
||||
<LI>sBemerkung. May be SqlString.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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsThemaPerson.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>iThemaPersonNr</LI>
|
||||
<LI>iThemaNr. May be SqlInt32.Null</LI>
|
||||
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
||||
<LI>iFunktionNr. May be SqlInt32.Null</LI>
|
||||
<LI>sBemerkung. May be SqlString.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>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsThemaPerson.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>iThemaPersonNr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsThemaPerson.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>iThemaPersonNr</LI>
|
||||
</UL>
|
||||
Properties set after a succesful call of this method:
|
||||
<UL>
|
||||
<LI>iErrorCode</LI>
|
||||
<LI>iThemaPersonNr</LI>
|
||||
<LI>iThemaNr</LI>
|
||||
<LI>iPersonNr</LI>
|
||||
<LI>iFunktionNr</LI>
|
||||
<LI>sBemerkung</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</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:ThemaPerson.DB.clsThemaPerson.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:ThemaPerson.DB.clsSpalten">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'spalten'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsSpalten.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.clsSpalten.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>iEintragnr</LI>
|
||||
<LI>sTabelle. May be SqlString.Null</LI>
|
||||
<LI>sTabellenspalte. May be SqlString.Null</LI>
|
||||
<LI>sSpalte. May be SqlString.Null</LI>
|
||||
<LI>bReadonly</LI>
|
||||
<LI>bAlsHacken</LI>
|
||||
<LI>iBreite. May be SqlInt32.Null</LI>
|
||||
<LI>iReihenfolge. May be SqlInt32.Null</LI>
|
||||
<LI>sTiptext. May be SqlString.Null</LI>
|
||||
<LI>bAktiv</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>iMandantnr. May be SqlInt32.Null</LI>
|
||||
<LI>sNumberFormat. 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:ThemaPerson.DB.clsSpalten.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>sTabelle. May be SqlString.Null</LI>
|
||||
<LI>sTabellenspalte. May be SqlString.Null</LI>
|
||||
<LI>sSpalte. May be SqlString.Null</LI>
|
||||
<LI>bReadonly</LI>
|
||||
<LI>bAlsHacken</LI>
|
||||
<LI>iBreite. May be SqlInt32.Null</LI>
|
||||
<LI>iReihenfolge. May be SqlInt32.Null</LI>
|
||||
<LI>sTiptext. May be SqlString.Null</LI>
|
||||
<LI>bAktiv</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>iMandantnr. May be SqlInt32.Null</LI>
|
||||
<LI>sNumberFormat. 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:ThemaPerson.DB.clsSpalten.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:ThemaPerson.DB.clsSpalten.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>sTabelle</LI>
|
||||
<LI>sTabellenspalte</LI>
|
||||
<LI>sSpalte</LI>
|
||||
<LI>bReadonly</LI>
|
||||
<LI>bAlsHacken</LI>
|
||||
<LI>iBreite</LI>
|
||||
<LI>iReihenfolge</LI>
|
||||
<LI>sTiptext</LI>
|
||||
<LI>bAktiv</LI>
|
||||
<LI>daErstellt_am</LI>
|
||||
<LI>daMutiert_am</LI>
|
||||
<LI>iMutierer</LI>
|
||||
<LI>iMandantnr</LI>
|
||||
<LI>sNumberFormat</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:ThemaPerson.DB.clsSpalten.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:ThemaPerson.DB.Person.Get_Person(System.Int32)">
|
||||
<summary>
|
||||
Mutierer auslesen
|
||||
</summary>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.Person.Delete_Thema(System.Int32)">
|
||||
<summary>
|
||||
Löschen eines Datensatzes erstellen.
|
||||
</summary>
|
||||
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.Person.Add_New">
|
||||
<summary>
|
||||
Neue Person einfügen
|
||||
</summary>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.ThemaPerson.Delete_Thema(System.Int32)">
|
||||
<summary>
|
||||
Löschen eines Datensatzes erstellen.
|
||||
</summary>
|
||||
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.DB.ThemaPerson.Add_New(System.Int32,System.Int32,System.Int32,System.String)">
|
||||
<summary>
|
||||
Neue Person einfügen
|
||||
</summary>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.Utils.Tabellenspalte.ColumnOrder(System.String,C1.Win.C1TrueDBGrid.C1TrueDBGrid@)">
|
||||
<summary>
|
||||
Sortierung der in der DB-Tabelle Spalaten festgelegten Reihenfolge
|
||||
</summary>
|
||||
<param name="Tablename"></param>
|
||||
<param name="Data"></param>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.Utils.clsSpalten.Select_All_Aktiv">
|
||||
<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:ThemaPerson.TKB.VV.Sysadmin.DomainTable.#ctor(System.String,System.Int32,System.String)">
|
||||
<summary>
|
||||
Tabellenname übernehmen und Daten ab DB laden
|
||||
</summary>
|
||||
<param name="tablename"></param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Load_Data">
|
||||
<summary>
|
||||
Daten ab Datenbank laden
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Load_BaseData">
|
||||
<summary>
|
||||
Basis-Datentabelle laden. Diese wird für die dynamische Generierung der Insert- und Update-Statements benötigt
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Generate_Update_Statement">
|
||||
<summary>
|
||||
Update-Statement dynamisch für das UpdateCommand generieren
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Generate_Insert_Statement">
|
||||
<summary>
|
||||
Insert-Statement dynamisch für das InsertCommand generieren
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Get_Prefix(System.Data.DataColumn)">
|
||||
<summary>
|
||||
Prefixt für den SP-Übergabeparameter generieren
|
||||
</summary>
|
||||
<param name="col">Aktuelle Columnt</param>
|
||||
<returns>Prefis für SP-Übergabeparameter</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Get_SqlDBType(System.Data.DataColumn)">
|
||||
<summary>
|
||||
SQL-DB-Type für den SP-Übergabeparameter festlegen
|
||||
</summary>
|
||||
<param name="col">Aktuelle Column</param>
|
||||
<returns>SQLDBType</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Get_Data_Fieldlen(System.Data.DataColumn)">
|
||||
<summary>
|
||||
Feldlänge für den SP-Übergabeparemter festlegen
|
||||
</summary>
|
||||
<param name="col">Aktulle Column</param>
|
||||
<returns>Feldlänge</returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Save_Data">
|
||||
<summary>
|
||||
Datesichern. Dabei wird das Update- sowie das Insert-Statement dynamisch generiert
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.dispose">
|
||||
<summary>
|
||||
Dispose von Tabledata
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Load_Bootom_Table(System.String,System.Int32,System.String)">
|
||||
<summary>
|
||||
Load der Verbindungstabelle
|
||||
</summary>
|
||||
<param name="tablename"></param>
|
||||
<param name="Fokus"></param>
|
||||
<param name="KeyValue"></param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:ThemaPerson.TKB.VV.Sysadmin.DomainTable.Insert_Bottom_Table(System.String,System.Int32,System.String,System.String)">
|
||||
<summary>
|
||||
Neuer Eintrag in der Tabelle eintragen. Sind neben den Defaultwerten weitere Attribute vorhanden, werde diese abhängig vom Datentype mit Defaultwerten befüllt.
|
||||
</summary>
|
||||
<param name="key1"></param>
|
||||
<param name="keyvalue1"></param>
|
||||
<param name="key2"></param>
|
||||
<param name="keyvalue2"></param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Reference in New Issue
Block a user