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.
1171 lines
39 KiB
1171 lines
39 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>
|
|
_Mitarbeiter
|
|
</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="M:_Mitarbeiter.DB.clsKey_tabelle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.DB.clsKey_tabelle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'key_tabelle'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.db.Mitarbeiter.Get_Mutierer(System.Int32)">
|
|
<summary>
|
|
Mutierer auslesen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.db.Mitarbeiter.Delete_data(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:_Mitarbeiter.db.Mitarbeiter.Add_New">
|
|
<summary>
|
|
Neue Person einfügen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.Set_Form_Security(System.Object@)">
|
|
<summary>
|
|
Formularsecurity setzen
|
|
</summary>
|
|
<param name="f">Aktuelles Formular</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.Load_Data(System.String)">
|
|
<summary>
|
|
Daten ab Datenbank laden
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.Set_Security">
|
|
<summary>
|
|
Prüft die DB-Einträge mit den Formcontrols und bei Übereinstimmung werden die Security-Einstellungen gesetzt
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.Set_Preferences(System.Object@,System.Boolean,System.Boolean,System.String)">
|
|
<summary>
|
|
Security-Einstellungen setzen
|
|
</summary>
|
|
<param name="obj">Betroffenes Objeckt (Menuitem, Conrol usw.)</param>
|
|
<param name="read_only">Readonly ja/nein</param>
|
|
<param name="invisible">Sichtbar ja/nein</param>
|
|
<param name="SecurityObjectItem">Name des Unterobjektes - wird für die Spalteneinstellungen von C1TruedbGrids verwendet</param>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.List_Form_Controls(System.Object@)">
|
|
<summary>
|
|
Alle Controls des Formulars zusammensuchen und auf der DB speichern
|
|
</summary>
|
|
<param name="f">Betroffenes Formular</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.Objectanalysis(System.Object@)">
|
|
<summary>
|
|
Sämtliche Controls vom Formular auslesen
|
|
</summary>
|
|
<param name="ctl"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.ReadContextMenu(System.Object@)">
|
|
<summary>
|
|
Auslesen von ContextMenuItems
|
|
</summary>
|
|
<param name="x"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.get_all_menus(System.Windows.Forms.ToolStripMenuItem@)">
|
|
<summary>
|
|
Auslesen von Menu-Subitems
|
|
</summary>
|
|
<param name="xx"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MySecurity.Objexists(System.String,System.String,System.String,System.String)">
|
|
<summary>
|
|
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
|
|
</summary>
|
|
<param name="securityform">Formular</param>
|
|
<param name="securityobjecttype">Objekttyp</param>
|
|
<param name="securityobject">Objektname</param>
|
|
<param name="securityobjectitem">Objektitem</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="T:_Mitarbeiter.Utils.MySecurity">
|
|
<summary>
|
|
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyFormControls.#ctor(System.Object,System.String,System.String,System.String,System.String,System.Int32,System.String)">
|
|
<summary>
|
|
Neue Instanz erstellen
|
|
</summary>
|
|
<param name="ctl">Control-Objekt</param>
|
|
<param name="Formname">Betroffenes Formular</param>
|
|
<param name="securityobjecttype">Objekttyp</param>
|
|
<param name="Securityobject">Objektname</param>
|
|
<param name="SecurityObjectItem">Unterobjekt (z.B. bei Menus, Spalten von C1TrueDBGrids)</param>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyFormControls.Write_Object_to_DB">
|
|
<summary>
|
|
Schreibt einen Datnsatz in die Tabelle SecurityObjects
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyFormControls.Objexists">
|
|
<summary>
|
|
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="T:_Mitarbeiter.Utils.MyFormControls">
|
|
<summary>
|
|
Klasse für ein Control-Objekt
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMA.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMA.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>iMANr</LI>
|
|
<LI>sName. May be SqlString.Null</LI>
|
|
<LI>sVorname. May be SqlString.Null</LI>
|
|
<LI>sTGNummer. May be SqlString.Null</LI>
|
|
<LI>sKurzzeichen. 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>
|
|
<LI>daGueltig_bis. May be SqlDateTime.Null</LI>
|
|
<LI>iSortierung. 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:_Mitarbeiter.DB.clsMA.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>iMANr</LI>
|
|
<LI>sName. May be SqlString.Null</LI>
|
|
<LI>sVorname. May be SqlString.Null</LI>
|
|
<LI>sTGNummer. May be SqlString.Null</LI>
|
|
<LI>sKurzzeichen. 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>
|
|
<LI>daGueltig_bis. May be SqlDateTime.Null</LI>
|
|
<LI>iSortierung. 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:_Mitarbeiter.DB.clsMA.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>iMANr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMA.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>iMANr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMANr</LI>
|
|
<LI>sName</LI>
|
|
<LI>sVorname</LI>
|
|
<LI>sTGNummer</LI>
|
|
<LI>sKurzzeichen</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>daGueltig_bis</LI>
|
|
<LI>iSortierung</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:_Mitarbeiter.DB.clsMA.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:_Mitarbeiter.DB.clsMA">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'MA'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.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>iMeldungstextnr</LI>
|
|
<LI>iSprache</LI>
|
|
<LI>sInhalt. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. 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>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.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>iMeldungstextnr</LI>
|
|
<LI>iSprache</LI>
|
|
<LI>sInhalt. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. 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>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.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>iMeldungstextnr</LI>
|
|
<LI>iSprache</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.DeleteAllWmeldungstextnrLogic">
|
|
<summary>
|
|
Purpose: Delete method using PK field 'meldungstextnr'. This method will
|
|
delete one or more rows from the database, based on the Primary Key field 'meldungstextnr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iMeldungstextnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.DeleteAllWspracheLogic">
|
|
<summary>
|
|
Purpose: Delete method using PK field 'sprache'. This method will
|
|
delete one or more rows from the database, based on the Primary Key field 'sprache'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iSprache</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMeldungstexte.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>iMeldungstextnr</LI>
|
|
<LI>iSprache</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMeldungstextnr</LI>
|
|
<LI>iSprache</LI>
|
|
<LI>sInhalt</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</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:_Mitarbeiter.DB.clsMeldungstexte.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:_Mitarbeiter.DB.clsMeldungstexte">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'meldungstexte'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.db.MitarbeiterDetails.Get_Mutierer(System.Int32)">
|
|
<summary>
|
|
Mutierer auslesen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.db.MitarbeiterDetails.Delete_data(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:_Mitarbeiter.db.MitarbeiterDetails.Add_New(System.Int32)">
|
|
<summary>
|
|
Neue Person einfügen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsOE.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsOE.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>iOeNr</LI>
|
|
<LI>iParentId. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sKuerzel. 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>
|
|
<LI>iSortierung. 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:_Mitarbeiter.DB.clsOE.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>iOeNr</LI>
|
|
<LI>iParentId. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sKuerzel. 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>
|
|
<LI>iSortierung. 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:_Mitarbeiter.DB.clsOE.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>iOeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsOE.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>iOeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iOeNr</LI>
|
|
<LI>iParentId</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sKuerzel</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iSortierung</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:_Mitarbeiter.DB.clsOE.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:_Mitarbeiter.DB.clsOE">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'OE'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsSecurityObject.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsSecurityObject.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>iSecurityObjectNr</LI>
|
|
<LI>sSecurityForm. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectType. May be SqlString.Null</LI>
|
|
<LI>sSecurityObject. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectItem. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectDescriotion. May be SqlString.Null</LI>
|
|
<LI>iLevel. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. 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:_Mitarbeiter.DB.clsSecurityObject.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>iSecurityObjectNr</LI>
|
|
<LI>sSecurityForm. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectType. May be SqlString.Null</LI>
|
|
<LI>sSecurityObject. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectItem. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectDescriotion. May be SqlString.Null</LI>
|
|
<LI>iLevel. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. 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:_Mitarbeiter.DB.clsSecurityObject.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>iSecurityObjectNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsSecurityObject.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>iSecurityObjectNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSecurityObjectNr</LI>
|
|
<LI>sSecurityForm</LI>
|
|
<LI>sSecurityObjectType</LI>
|
|
<LI>sSecurityObject</LI>
|
|
<LI>sSecurityObjectItem</LI>
|
|
<LI>sSecurityObjectDescriotion</LI>
|
|
<LI>iLevel</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</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:_Mitarbeiter.DB.clsSecurityObject.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:_Mitarbeiter.DB.clsSecurityObject">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SecurityObject'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.db.clsSpalten.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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="T:_Mitarbeiter.db.clsSpalten">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'spalten'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.DB_Connection.#ctor">
|
|
<summary>
|
|
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
|
|
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
|
|
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
|
|
|
|
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="T:_Mitarbeiter.DB.DB_Connection">
|
|
<summary>
|
|
Dynamische Datenbank-Verbindung aufbauen. Verwendet wird standardmässig Vertragsverwaltung.cfg.
|
|
Sollen Datenbank-Verbindungen zur Auswahl angezeigt werden, werden sämntliche Datenbank-Verbindungsdateien
|
|
mit dem Namen "Vertragsverwaltung....cfg" berücksichtigt
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMitarbeiter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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:_Mitarbeiter.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="T:_Mitarbeiter.DB.clsMitarbeiter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'mitarbeiter'.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMitarbeiterTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMitarbeiterTyp.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>iMitarbeiterTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iFuehrungsanteil. 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:_Mitarbeiter.DB.clsMitarbeiterTyp.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>iMitarbeiterTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iFuehrungsanteil. 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:_Mitarbeiter.DB.clsMitarbeiterTyp.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>iMitarbeiterTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:_Mitarbeiter.DB.clsMitarbeiterTyp.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>iMitarbeiterTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMitarbeiterTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iFuehrungsanteil</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:_Mitarbeiter.DB.clsMitarbeiterTyp.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:_Mitarbeiter.DB.clsMitarbeiterTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'MitarbeiterTyp'.
|
|
</summary>
|
|
</member><member name="P:_Mitarbeiter.My.Resources.Resources.ResourceManager">
|
|
<summary>
|
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
</summary>
|
|
</member><member name="P:_Mitarbeiter.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:_Mitarbeiter.My.Resources.Resources">
|
|
<summary>
|
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
</summary>
|
|
</member><member name="F:_Mitarbeiter.Utils.MyMessage.meldungstexte">
|
|
<summary>
|
|
Dataview Meldungstexte um Textelemente für die Ausgabe zu suchen
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.Get_Meldungstext(System.Int32)">
|
|
<summary>
|
|
Meldungen aus der Datenbanklesen, sofern diese noch nicht ausgelesen worden sind. Nach dem ersten Lesen werden
|
|
die Daten aus der Tabelle Meldungstexte ohne erneutem DB-Zugriff verwendet
|
|
</summary>
|
|
<param name="i"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.show_standardmessage(System.Int32,Microsoft.VisualBasic.MsgBoxStyle)">
|
|
<summary>
|
|
Standardmessage
|
|
</summary>
|
|
<param name="i">Messagenr</param>
|
|
<param name="typ">Messagetyp</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.Show_MessageYesNo(System.Int32)">
|
|
<summary>
|
|
Yes-No-Meldung
|
|
</summary>
|
|
<param name="i">Meldungsnr</param>
|
|
<returns>MsgboxResult</returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.show_standardmessage_ReplaceText(System.Int32,Microsoft.VisualBasic.MsgBoxStyle,System.String,System.String)">
|
|
<summary>
|
|
Standard-Meldung, welcher 2 Strings als Parameter übergeben werden, damit diese im Meldungstext ersetzt werden können.
|
|
Parameter im Meldungstext #1 oder #2
|
|
</summary>
|
|
<param name="i"></param>
|
|
<param name="typ"></param>
|
|
<param name="Text1"></param>
|
|
<param name="Text2"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.show_MessageYesNo_ReplaceText(System.Int32,System.String,System.String)">
|
|
<summary>
|
|
Yes-No-Meldung, welcher 2 Strings als Parameter übergeben werden, damit diese im Meldungstext ersetzt werden können.
|
|
Parameter im Meldungstext #1 oder #2
|
|
</summary>
|
|
<param name="i">MeldungsNr</param>
|
|
<param name="Text1">erster Text zum ersetzen</param>
|
|
<param name="Text2">zweiter Text zum ersetzen</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.ReplaceTextinMSG(System.String,System.String,System.String)">
|
|
<summary>
|
|
Ausgabe der Meldung, welche übergeben wird. Als Option können 2 Texte zum Ersetzen übergeben werden.
|
|
Parameter im Meldungstext #1 oder #2
|
|
</summary>
|
|
<param name="OrgText">Meldungstext</param>
|
|
<param name="Text1">erster Text zum ersetzen</param>
|
|
<param name="Text2">zweiter Text zum ersetzen</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.Utils.MyMessage.Show_MessageYesNoCancel(System.Int32)">
|
|
<summary>
|
|
Meldung Yes-No-Cancel
|
|
</summary>
|
|
<param name="i"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="T:_Mitarbeiter.Utils.MyMessage">
|
|
<summary>
|
|
Standard-Messages in div. Formatenm
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Mitarbeiter.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:_Mitarbeiter.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>
|
|
</members>
|
|
</doc> |