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.

3243 lines
104 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>
_DataClass
</name>
</assembly>
<members>
<member name="T:_DataClass.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:_DataClass.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:_DataClass.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:_DataClass.DB.clsBerechtigung_Plattform">
<summary>
Purpose: Data Access class for the table 'Berechtigung_Plattform'.
</summary>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Plattform.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Plattform.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>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iBerechtigung_PlattformNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Plattform.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>iBerechtigung_PlattformNr</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsBerechtigung_Plattform.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>iBerechtigung_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Plattform.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>iBerechtigung_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iBerechtigung_PlattformNr</LI>
<LI>iBerechtigungNr</LI>
<LI>iPlattformNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsBerechtigung_Plattform.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:_DataClass.DB.clsBerechtigung_Server">
<summary>
Purpose: Data Access class for the table 'Berechtigung_Server'.
</summary>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Server.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Server.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>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iBerechtigung_ServerNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Server.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>iBerechtigung_ServerNr</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsBerechtigung_Server.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>iBerechtigung_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsBerechtigung_Server.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>iBerechtigung_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iBerechtigung_ServerNr</LI>
<LI>iBerechtigungNr</LI>
<LI>iServerNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsBerechtigung_Server.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:_DataClass.DB.clsFunktionstelle_Berechtigung">
<summary>
Purpose: Data Access class for the table 'Funktionstelle_Berechtigung'.
</summary>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Berechtigung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Berechtigung.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>iFunktionstelleNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iFunktionstelle_BerechtigungNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Berechtigung.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>iFunktionstelle_BerechtigungNr</LI>
<LI>iFunktionstelleNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsFunktionstelle_Berechtigung.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>iFunktionstelle_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Berechtigung.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>iFunktionstelle_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iFunktionstelle_BerechtigungNr</LI>
<LI>iFunktionstelleNr</LI>
<LI>iBerechtigungNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsFunktionstelle_Berechtigung.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:_DataClass.DB.clsFunktionStelle_Plattform">
<summary>
Purpose: Data Access class for the table 'FunktionStelle_Plattform'.
</summary>
</member>
<member name="M:_DataClass.DB.clsFunktionStelle_Plattform.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsFunktionStelle_Plattform.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>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iFunktionStelle_PlattformNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsFunktionStelle_Plattform.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>iFunktionStelle_PlattformNr</LI>
<LI>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsFunktionStelle_Plattform.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>iFunktionStelle_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsFunktionStelle_Plattform.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>iFunktionStelle_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iFunktionStelle_PlattformNr</LI>
<LI>iFunktionStelleNr</LI>
<LI>iPlattformNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsFunktionStelle_Plattform.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:_DataClass.DB.clsFunktionstelle_Server">
<summary>
Purpose: Data Access class for the table 'Funktionstelle_Server'.
</summary>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Server.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Server.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>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iFunktionstelle_ServerNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Server.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>iFunktionstelle_ServerNr</LI>
<LI>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsFunktionstelle_Server.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>iFunktionstelle_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsFunktionstelle_Server.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>iFunktionstelle_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iFunktionstelle_ServerNr</LI>
<LI>iFunktionStelleNr</LI>
<LI>iServerNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsFunktionstelle_Server.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:_DataClass.DB.clsPersonal_Plattform">
<summary>
Purpose: Data Access class for the table 'Personal_Plattform'.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_Plattform.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_Plattform.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>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iPersonal_PlattformNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_Plattform.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>iPersonal_PlattformNr</LI>
<LI>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsPersonal_Plattform.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>iPersonal_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_Plattform.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>iPersonal_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iPersonal_PlattformNr</LI>
<LI>iPersonalNr</LI>
<LI>iPlattformNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsPersonal_Plattform.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:_DataClass.DB.clsPersonal_Server">
<summary>
Purpose: Data Access class for the table 'Personal_Server'.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_Server.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_Server.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>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iPersonal_ServerNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_Server.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>iPersonal_ServerNr</LI>
<LI>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsPersonal_Server.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>iPersonal_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_Server.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>iPersonal_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iPersonal_ServerNr</LI>
<LI>iPersonalNr</LI>
<LI>iServerNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsPersonal_Server.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:_DataClass.DB.clsPlattform_Berechtigung">
<summary>
Purpose: Data Access class for the table 'Plattform_Berechtigung'.
</summary>
</member>
<member name="M:_DataClass.DB.clsPlattform_Berechtigung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsPlattform_Berechtigung.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>iPlattformNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iPlattform_BerechtigungNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPlattform_Berechtigung.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>iPlattform_BerechtigungNr</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsPlattform_Berechtigung.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>iPlattform_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPlattform_Berechtigung.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>iPlattform_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iPlattform_BerechtigungNr</LI>
<LI>iPlattformNr</LI>
<LI>iBerechtigungNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsPlattform_Berechtigung.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:_DataClass.DB.clsPlattform_Server">
<summary>
Purpose: Data Access class for the table 'Plattform_Server'.
</summary>
</member>
<member name="M:_DataClass.DB.clsPlattform_Server.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsPlattform_Server.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>iPlattformNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iPlattform_ServerNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPlattform_Server.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>iPlattform_ServerNr</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsPlattform_Server.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>iPlattform_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPlattform_Server.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>iPlattform_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iPlattform_ServerNr</LI>
<LI>iPlattformNr</LI>
<LI>iServerNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsPlattform_Server.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:_DataClass.DB.clsVerwaltung_Durch_Berechtigung">
<summary>
Purpose: Data Access class for the table 'Verwaltung_Durch_Berechtigung'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Berechtigung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Berechtigung.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>iVerwaltung_DurchNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_Durch_BerechtigungNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Berechtigung.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>iVerwaltung_Durch_BerechtigungNr</LI>
<LI>iVerwaltung_DurchNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_Durch_Berechtigung.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>iVerwaltung_Durch_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Berechtigung.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>iVerwaltung_Durch_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_Durch_BerechtigungNr</LI>
<LI>iVerwaltung_DurchNr</LI>
<LI>iBerechtigungNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_Durch_Berechtigung.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:_DataClass.DB.clsVerwaltung_Durch_Plattform">
<summary>
Purpose: Data Access class for the table 'Verwaltung_Durch_Plattform'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Plattform.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Plattform.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>iVerwaltung_DurchNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_Durch_PlattformNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Plattform.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>iVerwaltung_Durch_PlattformNr</LI>
<LI>iVerwaltung_DurchNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_Durch_Plattform.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>iVerwaltung_Durch_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Plattform.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>iVerwaltung_Durch_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_Durch_PlattformNr</LI>
<LI>iVerwaltung_DurchNr</LI>
<LI>iPlattformNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_Durch_Plattform.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:_DataClass.DB.clsVerwaltung_Durch_Server">
<summary>
Purpose: Data Access class for the table 'Verwaltung_Durch_Server'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Server.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Server.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>iVerwaltung_DurchNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_Durch_ServerNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Server.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>iVerwaltung_Durch_ServerNr</LI>
<LI>iVerwaltung_DurchNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_Durch_Server.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>iVerwaltung_Durch_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Durch_Server.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>iVerwaltung_Durch_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_Durch_ServerNr</LI>
<LI>iVerwaltung_DurchNr</LI>
<LI>iServerNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_Durch_Server.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:_DataClass.DB.clsVerwaltung_mit_Berechtigung">
<summary>
Purpose: Data Access class for the table 'Verwaltung_mit_Berechtigung'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_mit_Berechtigung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_mit_Berechtigung.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>iVerwaltung_mitNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_mit_BerechtigungNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_mit_Berechtigung.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>iVerwaltung_mit_BerechtigungNr</LI>
<LI>iVerwaltung_mitNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_mit_Berechtigung.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>iVerwaltung_mit_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_mit_Berechtigung.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>iVerwaltung_mit_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_mit_BerechtigungNr</LI>
<LI>iVerwaltung_mitNr</LI>
<LI>iBerechtigungNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_mit_Berechtigung.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:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle">
<summary>
Purpose: Data Access class for the table 'Verwaltung_Mit_FunktionStelle'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle.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>iVerwaltung_MitNr. May be SqlInt32.Null</LI>
<LI>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_Mit_FunktionStelleNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle.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>iVerwaltung_Mit_FunktionStelleNr</LI>
<LI>iVerwaltung_MitNr. May be SqlInt32.Null</LI>
<LI>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle.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>iVerwaltung_Mit_FunktionStelleNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle.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>iVerwaltung_Mit_FunktionStelleNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_Mit_FunktionStelleNr</LI>
<LI>iVerwaltung_MitNr</LI>
<LI>iFunktionStelleNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_Mit_FunktionStelle.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:_DataClass.DB.clsVerwaltung_Mit_Plattform">
<summary>
Purpose: Data Access class for the table 'Verwaltung_Mit_Plattform'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Plattform.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Plattform.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>iVerwaltung_MitNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_Mit_PlattformNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Plattform.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>iVerwaltung_Mit_PlattformNr</LI>
<LI>iVerwaltung_MitNr. May be SqlInt32.Null</LI>
<LI>iPlattformNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_Mit_Plattform.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>iVerwaltung_Mit_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Plattform.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>iVerwaltung_Mit_PlattformNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_Mit_PlattformNr</LI>
<LI>iVerwaltung_MitNr</LI>
<LI>iPlattformNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_Mit_Plattform.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:_DataClass.DB.clsVerwaltung_Mit_Server">
<summary>
Purpose: Data Access class for the table 'Verwaltung_Mit_Server'.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Server.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Server.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>iVerwaltung_MitNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iVerwaltung_Mit_ServerNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Server.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>iVerwaltung_Mit_ServerNr</LI>
<LI>iVerwaltung_MitNr. May be SqlInt32.Null</LI>
<LI>iServerNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsVerwaltung_Mit_Server.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>iVerwaltung_Mit_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsVerwaltung_Mit_Server.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>iVerwaltung_Mit_ServerNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iVerwaltung_Mit_ServerNr</LI>
<LI>iVerwaltung_MitNr</LI>
<LI>iServerNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsVerwaltung_Mit_Server.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:_DataClass.DB.Berechtigung_Plattform.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Berechtigung_Plattform.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:_DataClass.DB.Berechtigung_Plattform.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Berechtigung_Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Berechtigung_Server.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:_DataClass.DB.Berechtigung_Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.FunktionStelle_Berechtigung.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.FunktionStelle_Berechtigung.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:_DataClass.DB.FunktionStelle_Berechtigung.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.FunktionStelle_Plattform.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.FunktionStelle_Plattform.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:_DataClass.DB.FunktionStelle_Plattform.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.FunktionStelle_Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.FunktionStelle_Server.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:_DataClass.DB.FunktionStelle_Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_Plattform.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_Plattform.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:_DataClass.DB.Personal_Plattform.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_Server.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:_DataClass.DB.Personal_Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Plattform_Berechtigung.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Plattform_Berechtigung.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:_DataClass.DB.Plattform_Berechtigung.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Plattform_Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Plattform_Server.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:_DataClass.DB.Plattform_Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Server.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:_DataClass.DB.Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Durch_Berechtigung.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Durch_Berechtigung.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:_DataClass.DB.Verwaltung_Durch_Berechtigung.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Durch_Plattform.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Durch_Plattform.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:_DataClass.DB.Verwaltung_Durch_Plattform.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Durch_Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Durch_Server.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:_DataClass.DB.Verwaltung_Durch_Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_Berechtigung.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_Berechtigung.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:_DataClass.DB.Verwaltung_Mit_Berechtigung.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_FunktionStelle.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_FunktionStelle.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:_DataClass.DB.Verwaltung_Mit_FunktionStelle.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_Plattform.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_Plattform.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:_DataClass.DB.Verwaltung_Mit_Plattform.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_Server.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Verwaltung_Mit_Server.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:_DataClass.DB.Verwaltung_Mit_Server.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="T:_DataClass.DB.clsKey_tabelle">
<summary>
Purpose: Data Access class for the table 'key_tabelle'.
</summary>
</member>
<member name="M:_DataClass.DB.clsKey_tabelle.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.DB.clsMeldungstexte">
<summary>
Purpose: Data Access class for the table 'meldungstexte'.
</summary>
</member>
<member name="M:_DataClass.DB.clsMeldungstexte.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.DB.clsMitarbeiter">
<summary>
Purpose: Data Access class for the table 'mitarbeiter'.
</summary>
</member>
<member name="M:_DataClass.DB.clsMitarbeiter.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.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:_DataClass.DB.clsObjekt">
<summary>
Purpose: Data Access class for the table 'Objekt'.
</summary>
</member>
<member name="M:_DataClass.DB.clsObjekt.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsObjekt.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>iObjektnr</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>
<LI>sDBOBject. May be SqlString.Null</LI>
<LI>sStored_Proc_Beziehungen. 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:_DataClass.DB.clsObjekt.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>iObjektnr</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>
<LI>sDBOBject. May be SqlString.Null</LI>
<LI>sStored_Proc_Beziehungen. 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:_DataClass.DB.clsObjekt.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>iObjektnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsObjekt.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>iObjektnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iObjektnr</LI>
<LI>sBezeichnung</LI>
<LI>sBeschreibung</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>sDBOBject</LI>
<LI>sStored_Proc_Beziehungen</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:_DataClass.DB.clsObjekt.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:_DataClass.DB.clsObjektBeziehung">
<summary>
Purpose: Data Access class for the table 'ObjektBeziehung'.
</summary>
</member>
<member name="M:_DataClass.DB.clsObjektBeziehung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsObjektBeziehung.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>iObjekt_BeziehungNr</LI>
<LI>iObjekt1. May be SqlInt32.Null</LI>
<LI>iObjekt2. 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>sObjektname. May be SqlString.Null</LI>
<LI>bKey_Umdrehen. May be SqlBoolean.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsObjektBeziehung.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>iObjekt_BeziehungNr</LI>
<LI>iObjekt1. May be SqlInt32.Null</LI>
<LI>iObjekt2. 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>sObjektname. May be SqlString.Null</LI>
<LI>bKey_Umdrehen. May be SqlBoolean.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsObjektBeziehung.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>iObjekt_BeziehungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsObjektBeziehung.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>iObjekt_BeziehungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iObjekt_BeziehungNr</LI>
<LI>iObjekt1</LI>
<LI>iObjekt2</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>sObjektname</LI>
<LI>bKey_Umdrehen</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:_DataClass.DB.clsObjektBeziehung.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:_DataClass.DB.clsPersonal_Berechtigung">
<summary>
Purpose: Data Access class for the table 'Personal_Berechtigung'.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_Berechtigung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_Berechtigung.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>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iPersonal_BerechtigungNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_Berechtigung.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>iPersonal_BerechtigungNr</LI>
<LI>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iBerechtigungNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsPersonal_Berechtigung.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>iPersonal_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_Berechtigung.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>iPersonal_BerechtigungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iPersonal_BerechtigungNr</LI>
<LI>iPersonalNr</LI>
<LI>iBerechtigungNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsPersonal_Berechtigung.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:_DataClass.DB.clsPersonal_FunktionStelle">
<summary>
Purpose: Data Access class for the table 'Personal_FunktionStelle'.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_FunktionStelle.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_DataClass.DB.clsPersonal_FunktionStelle.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>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iPersonal_FunktionStelleNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_FunktionStelle.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>iPersonal_FunktionStelleNr</LI>
<LI>iPersonalNr. May be SqlInt32.Null</LI>
<LI>iFunktionStelleNr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>iSequenz. 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>iBeziehungstypnr. 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:_DataClass.DB.clsPersonal_FunktionStelle.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>iPersonal_FunktionStelleNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_DataClass.DB.clsPersonal_FunktionStelle.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>iPersonal_FunktionStelleNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iPersonal_FunktionStelleNr</LI>
<LI>iPersonalNr</LI>
<LI>iFunktionStelleNr</LI>
<LI>sBeschreibung</LI>
<LI>iSequenz</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iBeziehungstypnr</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:_DataClass.DB.clsPersonal_FunktionStelle.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:_DataClass.DB.Berechtigung.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Berechtigung.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:_DataClass.DB.Berechtigung.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Funktionstelle.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Funktionstelle.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:_DataClass.DB.Funktionstelle.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal.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:_DataClass.DB.Personal.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_Berechtigung.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_Berechtigung.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:_DataClass.DB.Personal_Berechtigung.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_FunktionStelle.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Personal_FunktionStelle.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:_DataClass.DB.Personal_FunktionStelle.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Plattform.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.Plattform.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:_DataClass.DB.Plattform.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.VerwaltungDurch.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.VerwaltungDurch.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:_DataClass.DB.VerwaltungDurch.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.VerwaltungMit.Get_Mutierer(System.Int32)">
<summary>
Mutierer auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_DataClass.DB.VerwaltungMit.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:_DataClass.DB.VerwaltungMit.Add_New">
<summary>
Neue Person einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member>
</members>
</doc>