You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
273 lines
8.1 KiB
273 lines
8.1 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>
|
|
_FunktionDetail
|
|
</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:_FunktionDetail.My.Resources.Resources">
|
|
<summary>
|
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
</summary>
|
|
</member>
|
|
<member name="P:_FunktionDetail.My.Resources.Resources.ResourceManager">
|
|
<summary>
|
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
</summary>
|
|
</member>
|
|
<member name="P:_FunktionDetail.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:_FunktionDetail.DB.clsKey_tabelle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'key_tabelle'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FunktionDetail.DB.clsKey_tabelle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FunktionDetail.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:_FunktionDetail.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:_FunktionDetail.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:_FunktionDetail.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:_FunktionDetail.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:_FunktionDetail.DB.clsMitarbeiter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'mitarbeiter'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.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>iMitarbeiternr</LI>
|
|
<LI>sVorname. May be SqlString.Null</LI>
|
|
<LI>sName. May be SqlString.Null</LI>
|
|
<LI>sTgnummer. May be SqlString.Null</LI>
|
|
<LI>sEmail. May be SqlString.Null</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:_FunktionDetail.DB.clsMitarbeiter.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>iMitarbeiternr</LI>
|
|
<LI>sVorname. May be SqlString.Null</LI>
|
|
<LI>sName. May be SqlString.Null</LI>
|
|
<LI>sTgnummer. May be SqlString.Null</LI>
|
|
<LI>sEmail. May be SqlString.Null</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:_FunktionDetail.DB.clsMitarbeiter.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>iMitarbeiternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member>
|
|
<member name="M:_FunktionDetail.DB.clsMitarbeiter.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>iMitarbeiternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMitarbeiternr</LI>
|
|
<LI>sVorname</LI>
|
|
<LI>sName</LI>
|
|
<LI>sTgnummer</LI>
|
|
<LI>sEmail</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:_FunktionDetail.DB.clsMitarbeiter.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:_FunktionDetail.DB.clsMyFunktionsstelle.Get_Mutierer(System.Int32)">
|
|
<summary>
|
|
Mutierer auslesen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FunktionDetail.DB.clsMyFunktionsstelle.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:_FunktionDetail.DB.clsMyFunktionsstelle.Add_New">
|
|
<summary>
|
|
Neue Person einfügen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
</members>
|
|
</doc>
|