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.
10463 lines
357 KiB
10463 lines
357 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>
|
|
MigrVDB
|
|
</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="M:MigrVDB.TKB.VV.DB.clsApplikationKategorie.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKategorie.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>iApplikationKategorieNr</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>daMutier_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:MigrVDB.TKB.VV.DB.clsApplikationKategorie.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>iApplikationKategorieNr</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>daMutier_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:MigrVDB.TKB.VV.DB.clsApplikationKategorie.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>iApplikationKategorieNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKategorie.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>iApplikationKategorieNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationKategorieNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutier_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:MigrVDB.TKB.VV.DB.clsApplikationKategorie.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:MigrVDB.TKB.VV.DB.clsApplikationKategorie">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationKategorie'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit.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>iApplikationAbhaengigkeitNr</LI>
|
|
<LI>iApplikationnr1. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationnr2. May be SqlInt32.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>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit.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>iApplikationAbhaengigkeitNr</LI>
|
|
<LI>iApplikationnr1. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationnr2. May be SqlInt32.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>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit.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>iApplikationAbhaengigkeitNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit.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>iApplikationAbhaengigkeitNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationAbhaengigkeitNr</LI>
|
|
<LI>iApplikationnr1</LI>
|
|
<LI>iApplikationnr2</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit.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:MigrVDB.TKB.VV.DB.clsApplikationabhaengigkeit">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Applikationabhaengigkeit'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsEreignistyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsEreignistyp.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>iEreignistypnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktivitaeten_generieren. May be SqlBoolean.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>bKuendigung. May be SqlBoolean.Null</LI>
|
|
<LI>bZahlung. 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:MigrVDB.TKB.VV.DB.clsEreignistyp.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>iEreignistypnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktivitaeten_generieren. May be SqlBoolean.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>bKuendigung. May be SqlBoolean.Null</LI>
|
|
<LI>bZahlung. 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:MigrVDB.TKB.VV.DB.clsEreignistyp.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>iEreignistypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsEreignistyp.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>iEreignistypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iEreignistypnr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktivitaeten_generieren</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>bKuendigung</LI>
|
|
<LI>bZahlung</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:MigrVDB.TKB.VV.DB.clsEreignistyp.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:MigrVDB.TKB.VV.DB.clsEreignistyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Ereignistyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKontakttyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKontakttyp.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>iKontakttypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iApplikationsbereichNr. May be SqlInt32.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:MigrVDB.TKB.VV.DB.clsKontakttyp.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>iKontakttypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iApplikationsbereichNr. May be SqlInt32.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:MigrVDB.TKB.VV.DB.clsKontakttyp.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>iKontakttypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKontakttyp.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>iKontakttypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iKontakttypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iApplikationsbereichNr</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:MigrVDB.TKB.VV.DB.clsKontakttyp.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:MigrVDB.TKB.VV.DB.clsKontakttyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Kontakttyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.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. May be SqlInt32.Null</LI>
|
|
<LI>bVertragsuebersicht. May be SqlBoolean.Null</LI>
|
|
<LI>bPendenzen. May be SqlBoolean.Null</LI>
|
|
<LI>bAktivitaeten. May be SqlBoolean.Null</LI>
|
|
<LI>bApplikationsuebersicht. May be SqlBoolean.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iMitarbeitereinstellungnr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.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>iMitarbeitereinstellungnr</LI>
|
|
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
|
|
<LI>bVertragsuebersicht. May be SqlBoolean.Null</LI>
|
|
<LI>bPendenzen. May be SqlBoolean.Null</LI>
|
|
<LI>bAktivitaeten. May be SqlBoolean.Null</LI>
|
|
<LI>bApplikationsuebersicht. 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:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.UpdateAllWMitarbeiternrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'Mitarbeiternr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'Mitarbeiternr' in
|
|
all rows which have as value for this field the value as set in property 'iMitarbeiternrOld' to
|
|
the value as set in property 'iMitarbeiternr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
|
|
<LI>iMitarbeiternrOld. 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:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.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>iMitarbeitereinstellungnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.DeleteAllWMitarbeiternrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'Mitarbeiternr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iMitarbeiternr. 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:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.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>iMitarbeitereinstellungnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMitarbeitereinstellungnr</LI>
|
|
<LI>iMitarbeiternr</LI>
|
|
<LI>bVertragsuebersicht</LI>
|
|
<LI>bPendenzen</LI>
|
|
<LI>bAktivitaeten</LI>
|
|
<LI>bApplikationsuebersicht</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:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.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:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung.SelectAllWMitarbeiternrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'Mitarbeiternr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsMitarbeitereinstellung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Mitarbeitereinstellung'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPeriodizitaet.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPeriodizitaet.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>iPeriodizitaetNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>fZeit. May be SqlDouble.Null</LI>
|
|
<LI>sZeiteinheit. 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>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSort. 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:MigrVDB.TKB.VV.DB.clsPeriodizitaet.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>iPeriodizitaetNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>fZeit. May be SqlDouble.Null</LI>
|
|
<LI>sZeiteinheit. 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>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSort. 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:MigrVDB.TKB.VV.DB.clsPeriodizitaet.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>iPeriodizitaetNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPeriodizitaet.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>iPeriodizitaetNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iPeriodizitaetNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>fZeit</LI>
|
|
<LI>sZeiteinheit</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantNr</LI>
|
|
<LI>iSort</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:MigrVDB.TKB.VV.DB.clsPeriodizitaet.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:MigrVDB.TKB.VV.DB.clsPeriodizitaet">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Periodizitaet'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSpalten.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSpalten.Insert">
|
|
<summary>
|
|
Purpose: Insert method. This method will insert one new row into the database.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEintragnr</LI>
|
|
<LI>sTabelle. May be SqlString.Null</LI>
|
|
<LI>sTabellenspalte. May be SqlString.Null</LI>
|
|
<LI>sSpalte. May be SqlString.Null</LI>
|
|
<LI>bReadonly</LI>
|
|
<LI>bAlsHacken</LI>
|
|
<LI>iBreite. May be SqlInt32.Null</LI>
|
|
<LI>iReihenfolge. May be SqlInt32.Null</LI>
|
|
<LI>sTiptext. May be SqlString.Null</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>sNumberFormat. May be SqlString.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSpalten.Update">
|
|
<summary>
|
|
Purpose: Update method. This method will Update one existing row in the database.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEintragnr</LI>
|
|
<LI>sTabelle. May be SqlString.Null</LI>
|
|
<LI>sTabellenspalte. May be SqlString.Null</LI>
|
|
<LI>sSpalte. May be SqlString.Null</LI>
|
|
<LI>bReadonly</LI>
|
|
<LI>bAlsHacken</LI>
|
|
<LI>iBreite. May be SqlInt32.Null</LI>
|
|
<LI>iReihenfolge. May be SqlInt32.Null</LI>
|
|
<LI>sTiptext. May be SqlString.Null</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>sNumberFormat. May be SqlString.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSpalten.Delete">
|
|
<summary>
|
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEintragnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSpalten.SelectOne">
|
|
<summary>
|
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEintragnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iEintragnr</LI>
|
|
<LI>sTabelle</LI>
|
|
<LI>sTabellenspalte</LI>
|
|
<LI>sSpalte</LI>
|
|
<LI>bReadonly</LI>
|
|
<LI>bAlsHacken</LI>
|
|
<LI>iBreite</LI>
|
|
<LI>iReihenfolge</LI>
|
|
<LI>sTiptext</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>sNumberFormat</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSpalten.SelectAll">
|
|
<summary>
|
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsSpalten">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'spalten'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp.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>iDokumentAblageTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.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>bAktiv. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp.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>iDokumentAblageTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.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>bAktiv. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp.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>iDokumentAblageTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp.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>iDokumentAblageTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iDokumentAblageTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp.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:MigrVDB.TKB.VV.DB.clsDokumentAblageTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'DokumentAblageTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
<LI>iFunktionNr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungGruppeNr. 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:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
<LI>iFunktionNr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungGruppeNr. 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:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iFunktion_AuswertungGruppeNr</LI>
|
|
<LI>iFunktionNr</LI>
|
|
<LI>iAuswertungGruppeNr</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:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe.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:MigrVDB.TKB.VV.DB.clsFunktion_AuswertungGruppe">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Funktion_AuswertungGruppe'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumGruppierung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumGruppierung.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>iGremiumGruppierungNr</LI>
|
|
<LI>iGremiumNr. May be SqlInt32.Null</LI>
|
|
<LI>sGruppierungsbegriff. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iReihenfolge. 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:MigrVDB.TKB.VV.DB.clsGremiumGruppierung.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>iGremiumGruppierungNr</LI>
|
|
<LI>iGremiumNr. May be SqlInt32.Null</LI>
|
|
<LI>sGruppierungsbegriff. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iReihenfolge. 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:MigrVDB.TKB.VV.DB.clsGremiumGruppierung.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>iGremiumGruppierungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumGruppierung.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>iGremiumGruppierungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iGremiumGruppierungNr</LI>
|
|
<LI>iGremiumNr</LI>
|
|
<LI>sGruppierungsbegriff</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iReihenfolge</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:MigrVDB.TKB.VV.DB.clsGremiumGruppierung.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:MigrVDB.TKB.VV.DB.clsGremiumGruppierung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'GremiumGruppierung'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.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>iKuendigungsfristNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>sVarZeitspanne. May be SqlString.Null</LI>
|
|
<LI>sKuendigungsfirst. May be SqlString.Null</LI>
|
|
<LI>daKuendigungstermin. May be SqlDateTime.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.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>iKuendigungsfristNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>sVarZeitspanne. May be SqlString.Null</LI>
|
|
<LI>sKuendigungsfirst. May be SqlString.Null</LI>
|
|
<LI>daKuendigungstermin. May be SqlDateTime.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.UpdateAllWVertragselementNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'VertragselementNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'VertragselementNr' in
|
|
all rows which have as value for this field the value as set in property 'iVertragselementNrOld' to
|
|
the value as set in property 'iVertragselementNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragselementNrOld. 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:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.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>iKuendigungsfristNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.DeleteAllWVertragselementNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'VertragselementNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementNr. 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:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.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>iKuendigungsfristNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iKuendigungsfristNr</LI>
|
|
<LI>iVertragselementNr</LI>
|
|
<LI>sVarZeitspanne</LI>
|
|
<LI>sKuendigungsfirst</LI>
|
|
<LI>daKuendigungstermin</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.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:MigrVDB.TKB.VV.DB.clsKuendigungsfrist.SelectAllWVertragselementNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'VertragselementNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsKuendigungsfrist">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Kuendigungsfrist'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMandant.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMandant.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>iMandantnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iMandantnr1. 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:MigrVDB.TKB.VV.DB.clsMandant.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>iMandantnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iMandantnr1. 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:MigrVDB.TKB.VV.DB.clsMandant.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>iMandantnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMandant.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>iMandantnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iMandantnr1</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:MigrVDB.TKB.VV.DB.clsMandant.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:MigrVDB.TKB.VV.DB.clsMandant">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'mandant'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselement.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselement.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>iVertragselementnr</LI>
|
|
<LI>iVertragstypNr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragspartnerNr. May be SqlInt32.Null</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>daVersionsdatum. May be SqlDateTime.Null</LI>
|
|
<LI>sNummer. May be SqlString.Null</LI>
|
|
<LI>daUnterzeichnet_am. May be SqlDateTime.Null</LI>
|
|
<LI>daVertragsbeginn. May be SqlDateTime.Null</LI>
|
|
<LI>daVertragsablauf. May be SqlDateTime.Null</LI>
|
|
<LI>bBefristet_Unbefristet. May be SqlBoolean.Null</LI>
|
|
<LI>daMindestvertragsdauer_bis. May be SqlDateTime.Null</LI>
|
|
<LI>daGekuendigt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daGekuendigt_per. May be SqlDateTime.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>sSuchbegriffe. May be SqlString.Null</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iLizenztypnr. May be SqlInt32.Null</LI>
|
|
<LI>sLizenzdetails. May be SqlString.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsVertragselement.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>iVertragselementnr</LI>
|
|
<LI>iVertragstypNr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragspartnerNr. May be SqlInt32.Null</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>daVersionsdatum. May be SqlDateTime.Null</LI>
|
|
<LI>sNummer. May be SqlString.Null</LI>
|
|
<LI>daUnterzeichnet_am. May be SqlDateTime.Null</LI>
|
|
<LI>daVertragsbeginn. May be SqlDateTime.Null</LI>
|
|
<LI>daVertragsablauf. May be SqlDateTime.Null</LI>
|
|
<LI>bBefristet_Unbefristet. May be SqlBoolean.Null</LI>
|
|
<LI>daMindestvertragsdauer_bis. May be SqlDateTime.Null</LI>
|
|
<LI>daGekuendigt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daGekuendigt_per. May be SqlDateTime.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>sSuchbegriffe. May be SqlString.Null</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iLizenztypnr. May be SqlInt32.Null</LI>
|
|
<LI>sLizenzdetails. May be SqlString.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsVertragselement.UpdateAllWVertragstypNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'VertragstypNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'VertragstypNr' in
|
|
all rows which have as value for this field the value as set in property 'iVertragstypNrOld' to
|
|
the value as set in property 'iVertragstypNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragstypNr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragstypNrOld. 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:MigrVDB.TKB.VV.DB.clsVertragselement.UpdateAllWVertragspartnerNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'VertragspartnerNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'VertragspartnerNr' in
|
|
all rows which have as value for this field the value as set in property 'iVertragspartnerNrOld' to
|
|
the value as set in property 'iVertragspartnerNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragspartnerNr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragspartnerNrOld. 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:MigrVDB.TKB.VV.DB.clsVertragselement.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>iVertragselementnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselement.DeleteAllWVertragstypNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'VertragstypNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragstypNr. 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:MigrVDB.TKB.VV.DB.clsVertragselement.DeleteAllWVertragspartnerNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'VertragspartnerNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragspartnerNr. 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:MigrVDB.TKB.VV.DB.clsVertragselement.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>iVertragselementnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iVertragselementnr</LI>
|
|
<LI>iVertragstypNr</LI>
|
|
<LI>iVertragspartnerNr</LI>
|
|
<LI>iParentID</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>sVersion</LI>
|
|
<LI>daVersionsdatum</LI>
|
|
<LI>sNummer</LI>
|
|
<LI>daUnterzeichnet_am</LI>
|
|
<LI>daVertragsbeginn</LI>
|
|
<LI>daVertragsablauf</LI>
|
|
<LI>bBefristet_Unbefristet</LI>
|
|
<LI>daMindestvertragsdauer_bis</LI>
|
|
<LI>daGekuendigt_am</LI>
|
|
<LI>daGekuendigt_per</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>sSuchbegriffe</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>iLizenztypnr</LI>
|
|
<LI>sLizenzdetails</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsVertragselement.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:MigrVDB.TKB.VV.DB.clsVertragselement.SelectAllWVertragstypNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'VertragstypNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragstypNr. 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:MigrVDB.TKB.VV.DB.clsVertragselement.SelectAllWVertragspartnerNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'VertragspartnerNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragspartnerNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsVertragselement">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragselement'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsZeiteinheittyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsZeiteinheittyp.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>iZeiteinheittypnr</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>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:MigrVDB.TKB.VV.DB.clsZeiteinheittyp.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>iZeiteinheittypnr</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>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:MigrVDB.TKB.VV.DB.clsZeiteinheittyp.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>iZeiteinheittypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsZeiteinheittyp.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>iZeiteinheittypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iZeiteinheittypnr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsZeiteinheittyp.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:MigrVDB.TKB.VV.DB.clsZeiteinheittyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Zeiteinheittyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikation.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikation.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>iApplikationNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationVerantwortungNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationKategorieNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationTeamnr. May be SqlInt32.Null</LI>
|
|
<LI>iMarktbereichnr. May be SqlInt32.Null</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>bAlsProdukt. May be SqlBoolean.Null</LI>
|
|
<LI>bNurLizenz. May be SqlBoolean.Null</LI>
|
|
<LI>sPrioWiederanlauf. May be SqlString.Null</LI>
|
|
<LI>sKurzbeschreibung. May be SqlString.Null</LI>
|
|
<LI>daInaktivseit. May be SqlDateTime.Null</LI>
|
|
<LI>bRAS. May be SqlBoolean.Null</LI>
|
|
<LI>sDatenbankname. May be SqlString.Null</LI>
|
|
<LI>sAnzahl_Installationen. May be SqlString.Null</LI>
|
|
<LI>sTest_Aufwand. May be SqlString.Null</LI>
|
|
<LI>sTest_Arbeitsplaetze. May be SqlString.Null</LI>
|
|
<LI>sTest_Abhaengigkeiten. May be SqlString.Null</LI>
|
|
<LI>sTest_Bemerkung. May be SqlString.Null</LI>
|
|
<LI>bTicketXPertVerwendung. May be SqlBoolean.Null</LI>
|
|
<LI>bTicketXPert_WPIAnzeigen. May be SqlBoolean.Null</LI>
|
|
<LI>sTicketXPert_Preis. May be SqlString.Null</LI>
|
|
<LI>sTicketXPert_Preis_Einmalig. May be SqlString.Null</LI>
|
|
<LI>bTicketXPert_AMAnzeigen. May be SqlBoolean.Null</LI>
|
|
<LI>iTicketXPert_ApplikationKritikalitaetTypNr. May be SqlInt32.Null</LI>
|
|
<LI>iTicketXPert_ApplikationSMLTypNr. 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>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>iRfcBoardNr. May be SqlInt32.Null</LI>
|
|
<LI>bSensitiveDaten. May be SqlBoolean.Null</LI>
|
|
<LI>sSensitiveDatenBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSensitiveDatenAdministriertdurch. May be SqlInt32.Null</LI>
|
|
<LI>sSensitiveDatenUeberwachungBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSensitiveDatenUeberwachungPeriodizitaet. May be SqlInt32.Null</LI>
|
|
<LI>sSensitiveDatenUserBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSensitiveDatenAnzahlComit. May be SqlInt32.Null</LI>
|
|
<LI>iSensitiveDatenAnzahlExterne. 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:MigrVDB.TKB.VV.DB.clsApplikation.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>iApplikationNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationVerantwortungNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationKategorieNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationTeamnr. May be SqlInt32.Null</LI>
|
|
<LI>iMarktbereichnr. May be SqlInt32.Null</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>bAlsProdukt. May be SqlBoolean.Null</LI>
|
|
<LI>bNurLizenz. May be SqlBoolean.Null</LI>
|
|
<LI>sPrioWiederanlauf. May be SqlString.Null</LI>
|
|
<LI>sKurzbeschreibung. May be SqlString.Null</LI>
|
|
<LI>daInaktivseit. May be SqlDateTime.Null</LI>
|
|
<LI>bRAS. May be SqlBoolean.Null</LI>
|
|
<LI>sDatenbankname. May be SqlString.Null</LI>
|
|
<LI>sAnzahl_Installationen. May be SqlString.Null</LI>
|
|
<LI>sTest_Aufwand. May be SqlString.Null</LI>
|
|
<LI>sTest_Arbeitsplaetze. May be SqlString.Null</LI>
|
|
<LI>sTest_Abhaengigkeiten. May be SqlString.Null</LI>
|
|
<LI>sTest_Bemerkung. May be SqlString.Null</LI>
|
|
<LI>bTicketXPertVerwendung. May be SqlBoolean.Null</LI>
|
|
<LI>bTicketXPert_WPIAnzeigen. May be SqlBoolean.Null</LI>
|
|
<LI>sTicketXPert_Preis. May be SqlString.Null</LI>
|
|
<LI>sTicketXPert_Preis_Einmalig. May be SqlString.Null</LI>
|
|
<LI>bTicketXPert_AMAnzeigen. May be SqlBoolean.Null</LI>
|
|
<LI>iTicketXPert_ApplikationKritikalitaetTypNr. May be SqlInt32.Null</LI>
|
|
<LI>iTicketXPert_ApplikationSMLTypNr. 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>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>iRfcBoardNr. May be SqlInt32.Null</LI>
|
|
<LI>bSensitiveDaten. May be SqlBoolean.Null</LI>
|
|
<LI>sSensitiveDatenBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSensitiveDatenAdministriertdurch. May be SqlInt32.Null</LI>
|
|
<LI>sSensitiveDatenUeberwachungBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSensitiveDatenUeberwachungPeriodizitaet. May be SqlInt32.Null</LI>
|
|
<LI>sSensitiveDatenUserBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSensitiveDatenAnzahlComit. May be SqlInt32.Null</LI>
|
|
<LI>iSensitiveDatenAnzahlExterne. 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:MigrVDB.TKB.VV.DB.clsApplikation.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>iApplikationNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikation.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>iApplikationNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>iParentID</LI>
|
|
<LI>iApplikationVerantwortungNr</LI>
|
|
<LI>iApplikationKategorieNr</LI>
|
|
<LI>iApplikationTeamnr</LI>
|
|
<LI>iMarktbereichnr</LI>
|
|
<LI>sVersion</LI>
|
|
<LI>bAlsProdukt</LI>
|
|
<LI>bNurLizenz</LI>
|
|
<LI>sPrioWiederanlauf</LI>
|
|
<LI>sKurzbeschreibung</LI>
|
|
<LI>daInaktivseit</LI>
|
|
<LI>bRAS</LI>
|
|
<LI>sDatenbankname</LI>
|
|
<LI>sAnzahl_Installationen</LI>
|
|
<LI>sTest_Aufwand</LI>
|
|
<LI>sTest_Arbeitsplaetze</LI>
|
|
<LI>sTest_Abhaengigkeiten</LI>
|
|
<LI>sTest_Bemerkung</LI>
|
|
<LI>bTicketXPertVerwendung</LI>
|
|
<LI>bTicketXPert_WPIAnzeigen</LI>
|
|
<LI>sTicketXPert_Preis</LI>
|
|
<LI>sTicketXPert_Preis_Einmalig</LI>
|
|
<LI>bTicketXPert_AMAnzeigen</LI>
|
|
<LI>iTicketXPert_ApplikationKritikalitaetTypNr</LI>
|
|
<LI>iTicketXPert_ApplikationSMLTypNr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>iRfcBoardNr</LI>
|
|
<LI>bSensitiveDaten</LI>
|
|
<LI>sSensitiveDatenBemerkung</LI>
|
|
<LI>iSensitiveDatenAdministriertdurch</LI>
|
|
<LI>sSensitiveDatenUeberwachungBemerkung</LI>
|
|
<LI>iSensitiveDatenUeberwachungPeriodizitaet</LI>
|
|
<LI>sSensitiveDatenUserBemerkung</LI>
|
|
<LI>iSensitiveDatenAnzahlComit</LI>
|
|
<LI>iSensitiveDatenAnzahlExterne</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:MigrVDB.TKB.VV.DB.clsApplikation.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:MigrVDB.TKB.VV.DB.clsApplikation">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Applikation'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTestAZ.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTestAZ.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>iApplikationTestAZnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTestAZ.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>iApplikationTestAZnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTestAZ.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>iApplikationTestAZnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTestAZ.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>iApplikationTestAZnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationTestAZnr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsApplikationTestAZ.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:MigrVDB.TKB.VV.DB.clsApplikationTestAZ">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationTestAZ'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLATyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLATyp.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>iSLATypNr</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>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:MigrVDB.TKB.VV.DB.clsSLATyp.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>iSLATypNr</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>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:MigrVDB.TKB.VV.DB.clsSLATyp.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>iSLATypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLATyp.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>iSLATypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSLATypNr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsSLATyp.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:MigrVDB.TKB.VV.DB.clsSLATyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SLATyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
<LI>iFunktionsgruppenr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungGruppeNr. 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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
<LI>iFunktionsgruppenr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungGruppeNr. 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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe.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>iFunktion_AuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iFunktion_AuswertungGruppeNr</LI>
|
|
<LI>iFunktionsgruppenr</LI>
|
|
<LI>iAuswertungGruppeNr</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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe.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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_auswertungGruppe">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'funktionsgruppe_auswertungGruppe'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMarktbereich.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMarktbereich.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>iMarktbereichNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMarktbereich.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>iMarktbereichNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMarktbereich.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>iMarktbereichNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMarktbereich.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>iMarktbereichNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMarktbereichNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMarktbereich.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:MigrVDB.TKB.VV.DB.clsMarktbereich">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Marktbereich'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPersonFunktion.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPersonFunktion.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>iPersonFunktionNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPersonFunktion.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>iPersonFunktionNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPersonFunktion.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>iPersonFunktionNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPersonFunktion.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>iPersonFunktionNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iPersonFunktionNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPersonFunktion.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:MigrVDB.TKB.VV.DB.clsPersonFunktion">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'PersonFunktion'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsZzz_testa.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsZzz_testa.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>sFeld. May be SqlString.Null</LI>
|
|
<LI>sAlt. May be SqlString.Null</LI>
|
|
<LI>sNeu. 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:MigrVDB.TKB.VV.DB.clsZzz_testa.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:MigrVDB.TKB.VV.DB.clsZzz_testa">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'zzz_testa'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp.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>iApplikationKritikalitaetTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp.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>iApplikationKritikalitaetTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp.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>iApplikationKritikalitaetTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp.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>iApplikationKritikalitaetTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationKritikalitaetTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp.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:MigrVDB.TKB.VV.DB.clsApplikationKritikalitaetTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationKritikalitaetTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationLogbuch.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationLogbuch.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>iApplikationLogbuchNr</LI>
|
|
<LI>daReleasedatum. May be SqlDateTime.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iReleaseartnr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iAbnahmeFBPerson. May be SqlInt32.Null</LI>
|
|
<LI>daAbnahmeFBDatum. May be SqlDateTime.Null</LI>
|
|
<LI>iAbnahmeTecPerson. May be SqlInt32.Null</LI>
|
|
<LI>daAbnahmeTecDatum. May be SqlDateTime.Null</LI>
|
|
<LI>iFreigabedurch. May be SqlInt32.Null</LI>
|
|
<LI>daFreigabeDatum. May be SqlDateTime.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>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationLogbuch.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>iApplikationLogbuchNr</LI>
|
|
<LI>daReleasedatum. May be SqlDateTime.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iReleaseartnr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iAbnahmeFBPerson. May be SqlInt32.Null</LI>
|
|
<LI>daAbnahmeFBDatum. May be SqlDateTime.Null</LI>
|
|
<LI>iAbnahmeTecPerson. May be SqlInt32.Null</LI>
|
|
<LI>daAbnahmeTecDatum. May be SqlDateTime.Null</LI>
|
|
<LI>iFreigabedurch. May be SqlInt32.Null</LI>
|
|
<LI>daFreigabeDatum. May be SqlDateTime.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>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationLogbuch.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>iApplikationLogbuchNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationLogbuch.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>iApplikationLogbuchNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationLogbuchNr</LI>
|
|
<LI>daReleasedatum</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>iReleaseartnr</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>iAbnahmeFBPerson</LI>
|
|
<LI>daAbnahmeFBDatum</LI>
|
|
<LI>iAbnahmeTecPerson</LI>
|
|
<LI>daAbnahmeTecDatum</LI>
|
|
<LI>iFreigabedurch</LI>
|
|
<LI>daFreigabeDatum</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iApplikationNr</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:MigrVDB.TKB.VV.DB.clsApplikationLogbuch.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:MigrVDB.TKB.VV.DB.clsApplikationLogbuch">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationLogbuch'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTeam.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTeam.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>iApplikationTeamNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iApplikationVerantwortungNr. 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:MigrVDB.TKB.VV.DB.clsApplikationTeam.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>iApplikationTeamNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iApplikationVerantwortungNr. 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:MigrVDB.TKB.VV.DB.clsApplikationTeam.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>iApplikationTeamNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationTeam.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>iApplikationTeamNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationTeamNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>iApplikationVerantwortungNr</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:MigrVDB.TKB.VV.DB.clsApplikationTeam.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:MigrVDB.TKB.VV.DB.clsApplikationTeam">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationTeam'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKontakt.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKontakt.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>iApplikationKontaktnr</LI>
|
|
<LI>iApplikationnr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
|
<LI>iKontakttypNr. May be SqlInt32.Null</LI>
|
|
<LI>bIntern. May be SqlBoolean.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsApplikationKontakt.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>iApplikationKontaktnr</LI>
|
|
<LI>iApplikationnr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
|
<LI>iKontakttypNr. May be SqlInt32.Null</LI>
|
|
<LI>bIntern. May be SqlBoolean.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsApplikationKontakt.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>iApplikationKontaktnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationKontakt.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>iApplikationKontaktnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationKontaktnr</LI>
|
|
<LI>iApplikationnr</LI>
|
|
<LI>iPersonNr</LI>
|
|
<LI>iKontakttypNr</LI>
|
|
<LI>bIntern</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsApplikationKontakt.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:MigrVDB.TKB.VV.DB.clsApplikationKontakt">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationKontakt'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKostenart.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKostenart.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>iKostenartNr</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>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:MigrVDB.TKB.VV.DB.clsKostenart.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>iKostenartNr</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>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:MigrVDB.TKB.VV.DB.clsKostenart.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>iKostenartNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKostenart.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>iKostenartNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iKostenartNr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsKostenart.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:MigrVDB.TKB.VV.DB.clsKostenart">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Kostenart'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.DB.clsMitarbeiter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'mitarbeiter'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLA.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLA.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>iSLANr</LI>
|
|
<LI>iSLATypNr. May be SqlInt32.Null</LI>
|
|
<LI>iSLASubTypNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLA.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>iSLANr</LI>
|
|
<LI>iSLATypNr. May be SqlInt32.Null</LI>
|
|
<LI>iSLASubTypNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLA.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>iSLANr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLA.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>iSLANr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSLANr</LI>
|
|
<LI>iSLATypNr</LI>
|
|
<LI>iSLASubTypNr</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:MigrVDB.TKB.VV.DB.clsSLA.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:MigrVDB.TKB.VV.DB.clsSLA">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SLA'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragstyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragstyp.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>sVertragstyp. May be SqlString.Null</LI>
|
|
<LI>bAlsLizenz. 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>bAktiv. May be SqlBoolean.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iVertragstypnr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragstyp.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>iVertragstypnr</LI>
|
|
<LI>sVertragstyp. May be SqlString.Null</LI>
|
|
<LI>bAlsLizenz. 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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsVertragstyp.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>iVertragstypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragstyp.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>iVertragstypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iVertragstypnr</LI>
|
|
<LI>sVertragstyp</LI>
|
|
<LI>bAlsLizenz</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsVertragstyp.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:MigrVDB.TKB.VV.DB.clsVertragstyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragstyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumBereich.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumBereich.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>iGremiumBereichNr</LI>
|
|
<LI>iGremiumGruppierungNr. May be SqlInt32.Null</LI>
|
|
<LI>sBereich. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iSortierung. 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>sKurzbezeichnung. 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:MigrVDB.TKB.VV.DB.clsGremiumBereich.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>iGremiumBereichNr</LI>
|
|
<LI>iGremiumGruppierungNr. May be SqlInt32.Null</LI>
|
|
<LI>sBereich. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iSortierung. 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>sKurzbezeichnung. 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:MigrVDB.TKB.VV.DB.clsGremiumBereich.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>iGremiumBereichNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumBereich.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>iGremiumBereichNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iGremiumBereichNr</LI>
|
|
<LI>iGremiumGruppierungNr</LI>
|
|
<LI>sBereich</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iSortierung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>sKurzbezeichnung</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:MigrVDB.TKB.VV.DB.clsGremiumBereich.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:MigrVDB.TKB.VV.DB.clsGremiumBereich">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'GremiumBereich'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp.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>iInstallationAlsTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp.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>iInstallationAlsTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp.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>iInstallationAlsTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp.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>iInstallationAlsTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iInstallationAlsTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp.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:MigrVDB.TKB.VV.DB.clsInstallationAlsTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'InstallationAlsTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationTyp.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>iInstallationTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstllt_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:MigrVDB.TKB.VV.DB.clsInstallationTyp.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>iInstallationTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstllt_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:MigrVDB.TKB.VV.DB.clsInstallationTyp.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>iInstallationTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsInstallationTyp.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>iInstallationTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iInstallationTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstllt_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:MigrVDB.TKB.VV.DB.clsInstallationTyp.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:MigrVDB.TKB.VV.DB.clsInstallationTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'InstallationTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsTooltip.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsTooltip.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>iToolTipNr</LI>
|
|
<LI>sFormularname. May be SqlString.Null</LI>
|
|
<LI>sControlName. May be SqlString.Null</LI>
|
|
<LI>sToolTip. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsTooltip.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>iToolTipNr</LI>
|
|
<LI>sFormularname. May be SqlString.Null</LI>
|
|
<LI>sControlName. May be SqlString.Null</LI>
|
|
<LI>sToolTip. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsTooltip.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>iToolTipNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsTooltip.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>iToolTipNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iToolTipNr</LI>
|
|
<LI>sFormularname</LI>
|
|
<LI>sControlName</LI>
|
|
<LI>sToolTip</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:MigrVDB.TKB.VV.DB.clsTooltip.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:MigrVDB.TKB.VV.DB.clsTooltip">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Tooltip'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragskontakt.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragskontakt.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>iVertragsKontaktNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
|
<LI>iKontakttypNr. May be SqlInt32.Null</LI>
|
|
<LI>bIntern. May be SqlBoolean.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsVertragskontakt.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>iVertragsKontaktNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
|
<LI>iKontakttypNr. May be SqlInt32.Null</LI>
|
|
<LI>bIntern. May be SqlBoolean.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsVertragskontakt.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>iVertragsKontaktNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragskontakt.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>iVertragsKontaktNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iVertragsKontaktNr</LI>
|
|
<LI>iVertragselementNr</LI>
|
|
<LI>iPersonNr</LI>
|
|
<LI>iKontakttypNr</LI>
|
|
<LI>bIntern</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsVertragskontakt.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:MigrVDB.TKB.VV.DB.clsVertragskontakt">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragskontakt'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaetStatus.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaetStatus.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>iAktivitaetStatusNr</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>bAktivitaet_Aktivieren. May be SqlBoolean.Null</LI>
|
|
<LI>bAktivitaet_Inaktivieren. 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:MigrVDB.TKB.VV.DB.clsAktivitaetStatus.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>iAktivitaetStatusNr</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>bAktivitaet_Aktivieren. May be SqlBoolean.Null</LI>
|
|
<LI>bAktivitaet_Inaktivieren. 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:MigrVDB.TKB.VV.DB.clsAktivitaetStatus.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>iAktivitaetStatusNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaetStatus.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>iAktivitaetStatusNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAktivitaetStatusNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktivitaet_Aktivieren</LI>
|
|
<LI>bAktivitaet_Inaktivieren</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:MigrVDB.TKB.VV.DB.clsAktivitaetStatus.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:MigrVDB.TKB.VV.DB.clsAktivitaetStatus">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AktivitaetStatus'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungparameternr. May be SqlInt32.Null</LI>
|
|
<LI>sDBfeldname. May be SqlString.Null</LI>
|
|
<LI>iReihenfolge. 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:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungparameternr. May be SqlInt32.Null</LI>
|
|
<LI>sDBfeldname. May be SqlString.Null</LI>
|
|
<LI>iReihenfolge. 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:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungAuswertungparameternr</LI>
|
|
<LI>iAuswertungnr</LI>
|
|
<LI>iAuswertungparameternr</LI>
|
|
<LI>sDBfeldname</LI>
|
|
<LI>iReihenfolge</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:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter.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:MigrVDB.TKB.VV.DB.clsAuswertungAuswertungParameter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungAuswertungParameter'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumentAblageort.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumentAblageort.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>iDokumentablageortNr</LI>
|
|
<LI>iDokumentablagetypNr. May be SqlInt32.Null</LI>
|
|
<LI>iDokumentNr. May be SqlInt32.Null</LI>
|
|
<LI>sAblageort. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.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>bAktiv. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsDokumentAblageort.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>iDokumentablageortNr</LI>
|
|
<LI>iDokumentablagetypNr. May be SqlInt32.Null</LI>
|
|
<LI>iDokumentNr. May be SqlInt32.Null</LI>
|
|
<LI>sAblageort. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.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>bAktiv. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsDokumentAblageort.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>iDokumentablageortNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumentAblageort.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>iDokumentablageortNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iDokumentablageortNr</LI>
|
|
<LI>iDokumentablagetypNr</LI>
|
|
<LI>iDokumentNr</LI>
|
|
<LI>sAblageort</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsDokumentAblageort.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:MigrVDB.TKB.VV.DB.clsDokumentAblageort">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'DokumentAblageort'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKey_tabelle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.DB.clsKey_tabelle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'key_tabelle'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog.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>iServiceKatalogNr</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung_intern. May be SqlString.Null</LI>
|
|
<LI>sBezeichnung_extern. May be SqlString.Null</LI>
|
|
<LI>bExtern. May be SqlBoolean.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog.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>iServiceKatalogNr</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung_intern. May be SqlString.Null</LI>
|
|
<LI>sBezeichnung_extern. May be SqlString.Null</LI>
|
|
<LI>bExtern. May be SqlBoolean.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog.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>iServiceKatalogNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog.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>iServiceKatalogNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iServiceKatalogNr</LI>
|
|
<LI>iParentID</LI>
|
|
<LI>sBezeichnung_intern</LI>
|
|
<LI>sBezeichnung_extern</LI>
|
|
<LI>bExtern</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsServiceKatalog.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:MigrVDB.TKB.VV.DB.clsServiceKatalog">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ServiceKatalog'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLASubTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLASubTyp.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>iSLASubTypNr</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>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:MigrVDB.TKB.VV.DB.clsSLASubTyp.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>iSLASubTypNr</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>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:MigrVDB.TKB.VV.DB.clsSLASubTyp.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>iSLASubTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLASubTyp.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>iSLASubTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSLASubTypNr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsSLASubTyp.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:MigrVDB.TKB.VV.DB.clsSLASubTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SLASubTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselementApplikation.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselementApplikation.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>iVertragselementApplikationnr</LI>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationnr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselementApplikation.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>iVertragselementApplikationnr</LI>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationnr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselementApplikation.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>iVertragselementApplikationnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselementApplikation.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>iVertragselementApplikationnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iVertragselementApplikationnr</LI>
|
|
<LI>iVertragselementnr</LI>
|
|
<LI>iApplikationnr</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselementApplikation.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:MigrVDB.TKB.VV.DB.clsVertragselementApplikation">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'VertragselementApplikation'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe.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>iFunktionsgruppenr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sZugehoerigkeit. 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>
|
|
<LI>bFunktionszuweisung. May be SqlBoolean.Null</LI>
|
|
<LI>bBarcodeetiketten. May be SqlBoolean.Null</LI>
|
|
<LI>bEdokapartner. May be SqlBoolean.Null</LI>
|
|
<LI>bDokumentreaktivierung. May be SqlBoolean.Null</LI>
|
|
<LI>bPartnerzusammenlegung. May be SqlBoolean.Null</LI>
|
|
<LI>bBlv. 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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe.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>iFunktionsgruppenr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sZugehoerigkeit. 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>
|
|
<LI>bFunktionszuweisung. May be SqlBoolean.Null</LI>
|
|
<LI>bBarcodeetiketten. May be SqlBoolean.Null</LI>
|
|
<LI>bEdokapartner. May be SqlBoolean.Null</LI>
|
|
<LI>bDokumentreaktivierung. May be SqlBoolean.Null</LI>
|
|
<LI>bPartnerzusammenlegung. May be SqlBoolean.Null</LI>
|
|
<LI>bBlv. 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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe.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>iFunktionsgruppenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe.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>iFunktionsgruppenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iFunktionsgruppenr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>sZugehoerigkeit</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bFunktionszuweisung</LI>
|
|
<LI>bBarcodeetiketten</LI>
|
|
<LI>bEdokapartner</LI>
|
|
<LI>bDokumentreaktivierung</LI>
|
|
<LI>bPartnerzusammenlegung</LI>
|
|
<LI>bBlv</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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe.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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'funktionsgruppe'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistoryTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistoryTyp.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>iHistorytypnr</LI>
|
|
<LI>sBezeichnung. 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>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:MigrVDB.TKB.VV.DB.clsHistoryTyp.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>iHistorytypnr</LI>
|
|
<LI>sBezeichnung. 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>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:MigrVDB.TKB.VV.DB.clsHistoryTyp.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>iHistorytypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistoryTyp.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>iHistorytypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iHistorytypnr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsHistoryTyp.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:MigrVDB.TKB.VV.DB.clsHistoryTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'HistoryTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPendenzstatus.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPendenzstatus.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>iPendenzStatusNr</LI>
|
|
<LI>sBezeichnung. 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>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>bPendenz_Aktivieren. May be SqlBoolean.Null</LI>
|
|
<LI>bPendenz_Inaktivieren. 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:MigrVDB.TKB.VV.DB.clsPendenzstatus.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>iPendenzStatusNr</LI>
|
|
<LI>sBezeichnung. 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>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>bPendenz_Aktivieren. May be SqlBoolean.Null</LI>
|
|
<LI>bPendenz_Inaktivieren. 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:MigrVDB.TKB.VV.DB.clsPendenzstatus.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>iPendenzStatusNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPendenzstatus.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>iPendenzStatusNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iPendenzStatusNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>bPendenz_Aktivieren</LI>
|
|
<LI>bPendenz_Inaktivieren</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:MigrVDB.TKB.VV.DB.clsPendenzstatus.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:MigrVDB.TKB.VV.DB.clsPendenzstatus">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Pendenzstatus'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsReleaseArt.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsReleaseArt.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>iReleaseartnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsReleaseArt.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>iReleaseartnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsReleaseArt.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>iReleaseartnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsReleaseArt.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>iReleaseartnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iReleaseartnr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsReleaseArt.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:MigrVDB.TKB.VV.DB.clsReleaseArt">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ReleaseArt'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSDAdministrator.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSDAdministrator.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>iSDAdministratorNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSDAdministrator.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:MigrVDB.TKB.VV.DB.clsSDAdministrator">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SDAdministrator'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz.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>iReferenzvertragsnr</LI>
|
|
<LI>iVertragselementnr_1. May be SqlInt32.Null</LI>
|
|
<LI>iVertragselementnr_2. May be SqlInt32.Null</LI>
|
|
<LI>iBeziehungstypNr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz.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>iReferenzvertragsnr</LI>
|
|
<LI>iVertragselementnr_1. May be SqlInt32.Null</LI>
|
|
<LI>iVertragselementnr_2. May be SqlInt32.Null</LI>
|
|
<LI>iBeziehungstypNr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz.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>iReferenzvertragsnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz.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>iReferenzvertragsnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iReferenzvertragsnr</LI>
|
|
<LI>iVertragselementnr_1</LI>
|
|
<LI>iVertragselementnr_2</LI>
|
|
<LI>iBeziehungstypNr</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz.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:MigrVDB.TKB.VV.DB.clsVertragselement_Referenz">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragselement_Referenz'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragsereignis.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragsereignis.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>iEreignisNr</LI>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iEreignistypNr. May be SqlInt32.Null</LI>
|
|
<LI>iPeriodizitaetNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>fBetrag. May be SqlDouble.Null</LI>
|
|
<LI>bInklMwSt. May be SqlBoolean.Null</LI>
|
|
<LI>daDatum. May be SqlDateTime.Null</LI>
|
|
<LI>daStart. May be SqlDateTime.Null</LI>
|
|
<LI>daEnde. May be SqlDateTime.Null</LI>
|
|
<LI>iVorlaufzeit. May be SqlInt32.Null</LI>
|
|
<LI>iKostenartNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>iKuendigungsfristnr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.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>iEreignisNr</LI>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iEreignistypNr. May be SqlInt32.Null</LI>
|
|
<LI>iPeriodizitaetNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>fBetrag. May be SqlDouble.Null</LI>
|
|
<LI>bInklMwSt. May be SqlBoolean.Null</LI>
|
|
<LI>daDatum. May be SqlDateTime.Null</LI>
|
|
<LI>daStart. May be SqlDateTime.Null</LI>
|
|
<LI>daEnde. May be SqlDateTime.Null</LI>
|
|
<LI>iVorlaufzeit. May be SqlInt32.Null</LI>
|
|
<LI>iKostenartNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>iKuendigungsfristnr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.UpdateAllWVertragselementnrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'Vertragselementnr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'Vertragselementnr' in
|
|
all rows which have as value for this field the value as set in property 'iVertragselementnrOld' to
|
|
the value as set in property 'iVertragselementnr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragselementnrOld. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.UpdateAllWEreignistypNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'EreignistypNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'EreignistypNr' in
|
|
all rows which have as value for this field the value as set in property 'iEreignistypNrOld' to
|
|
the value as set in property 'iEreignistypNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEreignistypNr. May be SqlInt32.Null</LI>
|
|
<LI>iEreignistypNrOld. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.UpdateAllWKostenartNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'KostenartNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'KostenartNr' in
|
|
all rows which have as value for this field the value as set in property 'iKostenartNrOld' to
|
|
the value as set in property 'iKostenartNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iKostenartNr. May be SqlInt32.Null</LI>
|
|
<LI>iKostenartNrOld. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.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>iEreignisNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragsereignis.DeleteAllWVertragselementnrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'Vertragselementnr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementnr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.DeleteAllWEreignistypNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'EreignistypNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEreignistypNr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.DeleteAllWKostenartNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'KostenartNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iKostenartNr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.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>iEreignisNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iEreignisNr</LI>
|
|
<LI>iVertragselementnr</LI>
|
|
<LI>iEreignistypNr</LI>
|
|
<LI>iPeriodizitaetNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>fBetrag</LI>
|
|
<LI>bInklMwSt</LI>
|
|
<LI>daDatum</LI>
|
|
<LI>daStart</LI>
|
|
<LI>daEnde</LI>
|
|
<LI>iVorlaufzeit</LI>
|
|
<LI>iKostenartNr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantNr</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>iKuendigungsfristnr</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:MigrVDB.TKB.VV.DB.clsVertragsereignis.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:MigrVDB.TKB.VV.DB.clsVertragsereignis.SelectAllWVertragselementnrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'Vertragselementnr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementnr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.SelectAllWEreignistypNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'EreignistypNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iEreignistypNr. 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:MigrVDB.TKB.VV.DB.clsVertragsereignis.SelectAllWKostenartNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'KostenartNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iKostenartNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsVertragsereignis">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragsereignis'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplication.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>bShowlogin. May be SqlBoolean.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>
|
|
<LI>sTmp_filepath. May be SqlString.Null</LI>
|
|
<LI>bVertragsuebersicht_aktualisieren. 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:MigrVDB.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>bShowlogin. May be SqlBoolean.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>
|
|
<LI>sTmp_filepath. May be SqlString.Null</LI>
|
|
<LI>bVertragsuebersicht_aktualisieren. 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:MigrVDB.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationsnr</LI>
|
|
<LI>sVersion</LI>
|
|
<LI>bShowlogin</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>sTmp_filepath</LI>
|
|
<LI>bVertragsuebersicht_aktualisieren</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:MigrVDB.TKB.VV.DB.clsApplication.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:MigrVDB.TKB.VV.DB.clsApplication">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Application'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.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>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iInstallationalsTypNr. 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>iApplikationInstallationAlsTypNr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.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>iApplikationInstallationAlsTypNr</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iInstallationalsTypNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.UpdateAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'ApplikationNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'ApplikationNr' in
|
|
all rows which have as value for this field the value as set in property 'iApplikationNrOld' to
|
|
the value as set in property 'iApplikationNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationNrOld. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.UpdateAllWInstallationalsTypNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'InstallationalsTypNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'InstallationalsTypNr' in
|
|
all rows which have as value for this field the value as set in property 'iInstallationalsTypNrOld' to
|
|
the value as set in property 'iInstallationalsTypNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iInstallationalsTypNr. May be SqlInt32.Null</LI>
|
|
<LI>iInstallationalsTypNrOld. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.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>iApplikationInstallationAlsTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.DeleteAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'ApplikationNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.DeleteAllWInstallationalsTypNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'InstallationalsTypNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iInstallationalsTypNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.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>iApplikationInstallationAlsTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationInstallationAlsTypNr</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>iInstallationalsTypNr</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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.SelectAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'ApplikationNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls.SelectAllWInstallationalsTypNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'InstallationalsTypNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iInstallationalsTypNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsApplikationInstallationAls">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationInstallationAls'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsBeziehungstyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsBeziehungstyp.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>iBeziehungstypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBezeichnung2. 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>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:MigrVDB.TKB.VV.DB.clsBeziehungstyp.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>iBeziehungstypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBezeichnung2. 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>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:MigrVDB.TKB.VV.DB.clsBeziehungstyp.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>iBeziehungstypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsBeziehungstyp.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>iBeziehungstypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iBeziehungstypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBezeichnung2</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:MigrVDB.TKB.VV.DB.clsBeziehungstyp.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:MigrVDB.TKB.VV.DB.clsBeziehungstyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Beziehungstyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle.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>iRollenr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bSysadminrolle. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsRolle.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>iRollenr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bSysadminrolle. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsRolle.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>iRollenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle.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>iRollenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iRollenr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bSysadminrolle</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:MigrVDB.TKB.VV.DB.clsRolle.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:MigrVDB.TKB.VV.DB.clsRolle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'rolle'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumPerson.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumPerson.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>iGreminPersonNr</LI>
|
|
<LI>iGremiumBereichNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
|
<LI>bLeitung. May be SqlBoolean.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>iRolleNr. May be SqlInt32.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>sBeschreibung. 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:MigrVDB.TKB.VV.DB.clsGremiumPerson.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>iGreminPersonNr</LI>
|
|
<LI>iGremiumBereichNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonNr. May be SqlInt32.Null</LI>
|
|
<LI>bLeitung. May be SqlBoolean.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>iRolleNr. May be SqlInt32.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>sBeschreibung. 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:MigrVDB.TKB.VV.DB.clsGremiumPerson.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>iGreminPersonNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremiumPerson.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>iGreminPersonNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iGreminPersonNr</LI>
|
|
<LI>iGremiumBereichNr</LI>
|
|
<LI>iPersonNr</LI>
|
|
<LI>bLeitung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>iRolleNr</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>sBeschreibung</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:MigrVDB.TKB.VV.DB.clsGremiumPerson.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:MigrVDB.TKB.VV.DB.clsGremiumPerson">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'GremiumPerson'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPendenz.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPendenz.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>iPendenzNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>sVerantwortlich. May be SqlString.Null</LI>
|
|
<LI>iPendenzStatusNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>daTermin. May be SqlDateTime.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsPendenz.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>iPendenzNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>sVerantwortlich. May be SqlString.Null</LI>
|
|
<LI>iPendenzStatusNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>daTermin. May be SqlDateTime.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsPendenz.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>iPendenzNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPendenz.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>iPendenzNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iPendenzNr</LI>
|
|
<LI>iVertragselementNr</LI>
|
|
<LI>sVerantwortlich</LI>
|
|
<LI>iPendenzStatusNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>daTermin</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantNr</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsPendenz.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:MigrVDB.TKB.VV.DB.clsPendenz">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Pendenz'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion.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>iRolle_sysadminfnktnr</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>iSysadminfnktnr. May be SqlInt32.Null</LI>
|
|
<LI>iRollenr. May be SqlInt32.Null</LI>
|
|
<LI>iMandant. 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:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion.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>iRolle_sysadminfnktnr</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>iSysadminfnktnr. May be SqlInt32.Null</LI>
|
|
<LI>iRollenr. May be SqlInt32.Null</LI>
|
|
<LI>iMandant. 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:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion.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>iRolle_sysadminfnktnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion.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>iRolle_sysadminfnktnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iRolle_sysadminfnktnr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iSysadminfnktnr</LI>
|
|
<LI>iRollenr</LI>
|
|
<LI>iMandant</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:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion.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:MigrVDB.TKB.VV.DB.clsRolle_sysadminfunktion">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'rolle_sysadminfunktion'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragspartner.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragspartner.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>iVertragspartnerNr</LI>
|
|
<LI>sNameZ1. May be SqlString.Null</LI>
|
|
<LI>sNameZ2. May be SqlString.Null</LI>
|
|
<LI>sStrasse. May be SqlString.Null</LI>
|
|
<LI>sPostfach. May be SqlString.Null</LI>
|
|
<LI>sPLZ. May be SqlString.Null</LI>
|
|
<LI>sOrt. May be SqlString.Null</LI>
|
|
<LI>sTelefon. May be SqlString.Null</LI>
|
|
<LI>sTelefax. May be SqlString.Null</LI>
|
|
<LI>sEMail. May be SqlString.Null</LI>
|
|
<LI>sInternet. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragspartner.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>iVertragspartnerNr</LI>
|
|
<LI>sNameZ1. May be SqlString.Null</LI>
|
|
<LI>sNameZ2. May be SqlString.Null</LI>
|
|
<LI>sStrasse. May be SqlString.Null</LI>
|
|
<LI>sPostfach. May be SqlString.Null</LI>
|
|
<LI>sPLZ. May be SqlString.Null</LI>
|
|
<LI>sOrt. May be SqlString.Null</LI>
|
|
<LI>sTelefon. May be SqlString.Null</LI>
|
|
<LI>sTelefax. May be SqlString.Null</LI>
|
|
<LI>sEMail. May be SqlString.Null</LI>
|
|
<LI>sInternet. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragspartner.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>iVertragspartnerNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragspartner.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>iVertragspartnerNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iVertragspartnerNr</LI>
|
|
<LI>sNameZ1</LI>
|
|
<LI>sNameZ2</LI>
|
|
<LI>sStrasse</LI>
|
|
<LI>sPostfach</LI>
|
|
<LI>sPLZ</LI>
|
|
<LI>sOrt</LI>
|
|
<LI>sTelefon</LI>
|
|
<LI>sTelefax</LI>
|
|
<LI>sEMail</LI>
|
|
<LI>sInternet</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsVertragspartner.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:MigrVDB.TKB.VV.DB.clsVertragspartner">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragspartner'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationEreignis.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationEreignis.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>iApplikationEreignisNr</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>daDatum. May be SqlDateTime.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsApplikationEreignis.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>iApplikationEreignisNr</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>daDatum. May be SqlDateTime.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsApplikationEreignis.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>iApplikationEreignisNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationEreignis.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>iApplikationEreignisNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationEreignisNr</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>daDatum</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsApplikationEreignis.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:MigrVDB.TKB.VV.DB.clsApplikationEreignis">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationEreignis'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
<LI>iAuswertungGruppeNr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstllt_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:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
<LI>iAuswertungGruppeNr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstllt_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:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungGruppeAuswertungNr</LI>
|
|
<LI>iAuswertungGruppeNr</LI>
|
|
<LI>iAuswertungNr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstllt_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:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung.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:MigrVDB.TKB.VV.DB.clsAuswertungGruppeAuswertung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungGruppeAuswertung'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistory.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistory.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>iHistoryTypNr. May be SqlInt32.Null</LI>
|
|
<LI>sHistoryObject. May be SqlString.Null</LI>
|
|
<LI>sHistoryObjekctKey. May be SqlString.Null</LI>
|
|
<LI>sHistoryObjectDetails. May be SqlString.Null</LI>
|
|
<LI>sAlter_Wert. May be SqlString.Null</LI>
|
|
<LI>sNeuer_Wert. May be SqlString.Null</LI>
|
|
<LI>daErstellt_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>iHistoryNr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistory.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>iHistoryNr</LI>
|
|
<LI>iHistoryTypNr. May be SqlInt32.Null</LI>
|
|
<LI>sHistoryObject. May be SqlString.Null</LI>
|
|
<LI>sHistoryObjekctKey. May be SqlString.Null</LI>
|
|
<LI>sHistoryObjectDetails. May be SqlString.Null</LI>
|
|
<LI>sAlter_Wert. May be SqlString.Null</LI>
|
|
<LI>sNeuer_Wert. May be SqlString.Null</LI>
|
|
<LI>daErstellt_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:MigrVDB.TKB.VV.DB.clsHistory.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>iHistoryNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsHistory.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>iHistoryNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iHistoryNr</LI>
|
|
<LI>iHistoryTypNr</LI>
|
|
<LI>sHistoryObject</LI>
|
|
<LI>sHistoryObjekctKey</LI>
|
|
<LI>sHistoryObjectDetails</LI>
|
|
<LI>sAlter_Wert</LI>
|
|
<LI>sNeuer_Wert</LI>
|
|
<LI>daErstellt_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:MigrVDB.TKB.VV.DB.clsHistory.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:MigrVDB.TKB.VV.DB.clsHistory">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'History'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMeldungstexte.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.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. May be SqlInt32.Null</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:MigrVDB.TKB.VV.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. May be SqlInt32.Null</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:MigrVDB.TKB.VV.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>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.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>
|
|
</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:MigrVDB.TKB.VV.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:MigrVDB.TKB.VV.DB.clsMeldungstexte">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'meldungstexte'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_securitylevel.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_securitylevel.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>iRolle_securitylevelnr</LI>
|
|
<LI>iRollenr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_securitylevel.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>iRolle_securitylevelnr</LI>
|
|
<LI>iRollenr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_securitylevel.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>iRolle_securitylevelnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_securitylevel.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>iRolle_securitylevelnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iRolle_securitylevelnr</LI>
|
|
<LI>iRollenr</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsRolle_securitylevel.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:MigrVDB.TKB.VV.DB.clsRolle_securitylevel">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'rolle_securitylevel'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityLevel.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityLevel.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>iSecurityLevelNr</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>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:MigrVDB.TKB.VV.DB.clsSecurityLevel.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>iSecurityLevelNr</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>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:MigrVDB.TKB.VV.DB.clsSecurityLevel.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>iSecurityLevelNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityLevel.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>iSecurityLevelNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsSecurityLevel.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:MigrVDB.TKB.VV.DB.clsSecurityLevel">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SecurityLevel'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.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>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iInstallationTypNr. 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>iApplikationInstallationNr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.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>iApplikationInstallationNr</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iInstallationTypNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.UpdateAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'ApplikationNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'ApplikationNr' in
|
|
all rows which have as value for this field the value as set in property 'iApplikationNrOld' to
|
|
the value as set in property 'iApplikationNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationNrOld. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.UpdateAllWInstallationTypNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'InstallationTypNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'InstallationTypNr' in
|
|
all rows which have as value for this field the value as set in property 'iInstallationTypNrOld' to
|
|
the value as set in property 'iInstallationTypNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iInstallationTypNr. May be SqlInt32.Null</LI>
|
|
<LI>iInstallationTypNrOld. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.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>iApplikationInstallationNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.DeleteAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'ApplikationNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.DeleteAllWInstallationTypNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'InstallationTypNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iInstallationTypNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.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>iApplikationInstallationNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationInstallationNr</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>iInstallationTypNr</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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.SelectAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'ApplikationNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp.SelectAllWInstallationTypNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'InstallationTypNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iInstallationTypNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsApplikationInstallationTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationInstallationTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp.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>iApplikationSLMTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp.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>iApplikationSLMTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp.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>iApplikationSLMTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp.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>iApplikationSLMTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationSLMTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp.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:MigrVDB.TKB.VV.DB.clsApplikationSLMTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationSLMTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung.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>iApplikationVerantwortungNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung.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>iApplikationVerantwortungNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung.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>iApplikationVerantwortungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung.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>iApplikationVerantwortungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationVerantwortungNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung.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:MigrVDB.TKB.VV.DB.clsApplikationVerantwortung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationVerantwortung'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsProfil.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsProfil.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>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>blobV_Uebersicht. May be SqlBinary.Null</LI>
|
|
<LI>sV_Aktiv_Vertragselemente. May be SqlString.Null</LI>
|
|
<LI>bV_Aktiv_Vertragspartner. May be SqlBoolean.Null</LI>
|
|
<LI>bV_Struktur_Details. May be SqlBoolean.Null</LI>
|
|
<LI>bSelektionsart. May be SqlBoolean.Null</LI>
|
|
<LI>bStandard. 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>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>sV_Sort. May be SqlString.Null</LI>
|
|
<LI>sV_Register. May be SqlString.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iProfilnr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsProfil.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>iProfilnr</LI>
|
|
<LI>iMitarbeiternr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>blobV_Uebersicht. May be SqlBinary.Null</LI>
|
|
<LI>sV_Aktiv_Vertragselemente. May be SqlString.Null</LI>
|
|
<LI>bV_Aktiv_Vertragspartner. May be SqlBoolean.Null</LI>
|
|
<LI>bV_Struktur_Details. May be SqlBoolean.Null</LI>
|
|
<LI>bSelektionsart. May be SqlBoolean.Null</LI>
|
|
<LI>bStandard. 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>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>sV_Sort. May be SqlString.Null</LI>
|
|
<LI>sV_Register. 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:MigrVDB.TKB.VV.DB.clsProfil.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>iProfilnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsProfil.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>iProfilnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iProfilnr</LI>
|
|
<LI>iMitarbeiternr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>blobV_Uebersicht</LI>
|
|
<LI>sV_Aktiv_Vertragselemente</LI>
|
|
<LI>bV_Aktiv_Vertragspartner</LI>
|
|
<LI>bV_Struktur_Details</LI>
|
|
<LI>bSelektionsart</LI>
|
|
<LI>bStandard</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>sV_Sort</LI>
|
|
<LI>sV_Register</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:MigrVDB.TKB.VV.DB.clsProfil.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:MigrVDB.TKB.VV.DB.clsProfil">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Profil'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLAKatalog.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLAKatalog.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>iSLAKatalogNr</LI>
|
|
<LI>iSLANr. May be SqlInt32.Null</LI>
|
|
<LI>fZeit. May be SqlDouble.Null</LI>
|
|
<LI>iZeiteinheittypnr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevel. 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:MigrVDB.TKB.VV.DB.clsSLAKatalog.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>iSLAKatalogNr</LI>
|
|
<LI>iSLANr. May be SqlInt32.Null</LI>
|
|
<LI>fZeit. May be SqlDouble.Null</LI>
|
|
<LI>iZeiteinheittypnr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevel. 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:MigrVDB.TKB.VV.DB.clsSLAKatalog.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>iSLAKatalogNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSLAKatalog.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>iSLAKatalogNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSLAKatalogNr</LI>
|
|
<LI>iSLANr</LI>
|
|
<LI>fZeit</LI>
|
|
<LI>iZeiteinheittypnr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSecurityLevel</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:MigrVDB.TKB.VV.DB.clsSLAKatalog.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:MigrVDB.TKB.VV.DB.clsSLAKatalog">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SLAKatalog'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSysadminfunktion.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSysadminfunktion.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>iSysadminfnktnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>iSort. May be SqlInt32.Null</LI>
|
|
<LI>iImageIndex. May be SqlInt32.Null</LI>
|
|
<LI>iImageIndexOpen. May be SqlInt32.Null</LI>
|
|
<LI>iFtop. May be SqlInt32.Null</LI>
|
|
<LI>iFleft. May be SqlInt32.Null</LI>
|
|
<LI>iFwidth. May be SqlInt32.Null</LI>
|
|
<LI>iFheight. May be SqlInt32.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSprache</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>sDomaintable. May be SqlString.Null</LI>
|
|
<LI>sKeyFields. 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:MigrVDB.TKB.VV.DB.clsSysadminfunktion.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>iSysadminfnktnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>iParentID. May be SqlInt32.Null</LI>
|
|
<LI>iSort. May be SqlInt32.Null</LI>
|
|
<LI>iImageIndex. May be SqlInt32.Null</LI>
|
|
<LI>iImageIndexOpen. May be SqlInt32.Null</LI>
|
|
<LI>iFtop. May be SqlInt32.Null</LI>
|
|
<LI>iFleft. May be SqlInt32.Null</LI>
|
|
<LI>iFwidth. May be SqlInt32.Null</LI>
|
|
<LI>iFheight. May be SqlInt32.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSprache</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>sDomaintable. May be SqlString.Null</LI>
|
|
<LI>sKeyFields. 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:MigrVDB.TKB.VV.DB.clsSysadminfunktion.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>iSysadminfnktnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSysadminfunktion.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>iSysadminfnktnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSysadminfnktnr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>iParentID</LI>
|
|
<LI>iSort</LI>
|
|
<LI>iImageIndex</LI>
|
|
<LI>iImageIndexOpen</LI>
|
|
<LI>iFtop</LI>
|
|
<LI>iFleft</LI>
|
|
<LI>iFwidth</LI>
|
|
<LI>iFheight</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSprache</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>sDomaintable</LI>
|
|
<LI>sKeyFields</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:MigrVDB.TKB.VV.DB.clsSysadminfunktion.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:MigrVDB.TKB.VV.DB.clsSysadminfunktion">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'sysadminfunktion'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragsleistung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragsleistung.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>iVertragsleistungNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>iServicekatalogNr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsVertragsleistung.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>iVertragsleistungNr</LI>
|
|
<LI>iVertragselementNr. May be SqlInt32.Null</LI>
|
|
<LI>iServicekatalogNr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. 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:MigrVDB.TKB.VV.DB.clsVertragsleistung.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>iVertragsleistungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsVertragsleistung.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>iVertragsleistungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iVertragsleistungNr</LI>
|
|
<LI>iVertragselementNr</LI>
|
|
<LI>iServicekatalogNr</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
<LI>iSecurityLevelNr</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:MigrVDB.TKB.VV.DB.clsVertragsleistung.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:MigrVDB.TKB.VV.DB.clsVertragsleistung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Vertragsleistung'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungGruppe.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</LI>
|
|
<LI>sBezeichnung. 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>iParentid. 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:MigrVDB.TKB.VV.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</LI>
|
|
<LI>sBezeichnung. 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>iParentid. 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:MigrVDB.TKB.VV.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungGruppeNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iParentid</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:MigrVDB.TKB.VV.DB.clsAuswertungGruppe.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:MigrVDB.TKB.VV.DB.clsAuswertungGruppe">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungGruppe'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenztyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenztyp.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>iLizenztypnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenztyp.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>iLizenztypnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenztyp.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>iLizenztypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenztyp.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>iLizenztypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iLizenztypnr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenztyp.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:MigrVDB.TKB.VV.DB.clsLizenztyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Lizenztyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPerson.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPerson.Insert">
|
|
<summary>
|
|
Purpose: Insert method. This method will insert one new row into the database.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iPersonNr</LI>
|
|
<LI>iVertragspartnernr. May be SqlInt32.Null</LI>
|
|
<LI>sName. May be SqlString.Null</LI>
|
|
<LI>sVorname. May be SqlString.Null</LI>
|
|
<LI>sStrasse. May be SqlString.Null</LI>
|
|
<LI>sPostfach. May be SqlString.Null</LI>
|
|
<LI>sPlz. May be SqlString.Null</LI>
|
|
<LI>sOrt. May be SqlString.Null</LI>
|
|
<LI>sTelefon. May be SqlString.Null</LI>
|
|
<LI>sTelefax. May be SqlString.Null</LI>
|
|
<LI>sEMail. May be SqlString.Null</LI>
|
|
<LI>sInternet. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonFunktionNr. 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:MigrVDB.TKB.VV.DB.clsPerson.Update">
|
|
<summary>
|
|
Purpose: Update method. This method will Update one existing row in the database.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iPersonNr</LI>
|
|
<LI>iVertragspartnernr. May be SqlInt32.Null</LI>
|
|
<LI>sName. May be SqlString.Null</LI>
|
|
<LI>sVorname. May be SqlString.Null</LI>
|
|
<LI>sStrasse. May be SqlString.Null</LI>
|
|
<LI>sPostfach. May be SqlString.Null</LI>
|
|
<LI>sPlz. May be SqlString.Null</LI>
|
|
<LI>sOrt. May be SqlString.Null</LI>
|
|
<LI>sTelefon. May be SqlString.Null</LI>
|
|
<LI>sTelefax. May be SqlString.Null</LI>
|
|
<LI>sEMail. May be SqlString.Null</LI>
|
|
<LI>sInternet. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantNr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonFunktionNr. 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:MigrVDB.TKB.VV.DB.clsPerson.UpdateAllWVertragspartnernrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'Vertragspartnernr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'Vertragspartnernr' in
|
|
all rows which have as value for this field the value as set in property 'iVertragspartnernrOld' to
|
|
the value as set in property 'iVertragspartnernr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragspartnernr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragspartnernrOld. 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:MigrVDB.TKB.VV.DB.clsPerson.Delete">
|
|
<summary>
|
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iPersonNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPerson.DeleteAllWVertragspartnernrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'Vertragspartnernr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragspartnernr. 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:MigrVDB.TKB.VV.DB.clsPerson.SelectOne">
|
|
<summary>
|
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iPersonNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iPersonNr</LI>
|
|
<LI>iVertragspartnernr</LI>
|
|
<LI>sName</LI>
|
|
<LI>sVorname</LI>
|
|
<LI>sStrasse</LI>
|
|
<LI>sPostfach</LI>
|
|
<LI>sPlz</LI>
|
|
<LI>sOrt</LI>
|
|
<LI>sTelefon</LI>
|
|
<LI>sTelefax</LI>
|
|
<LI>sEMail</LI>
|
|
<LI>sInternet</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantNr</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>iPersonFunktionNr</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:MigrVDB.TKB.VV.DB.clsPerson.SelectAll">
|
|
<summary>
|
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsPerson.SelectAllWVertragspartnernrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'Vertragspartnernr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragspartnernr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsPerson">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Person'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard.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>iRfcBoardNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard.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>iRfcBoardNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard.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>iRfcBoardNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard.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>iRfcBoardNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iRfcBoardNr</LI>
|
|
<LI>sBezeichnung</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:MigrVDB.TKB.VV.DB.clsRfcBoard.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:MigrVDB.TKB.VV.DB.clsRfcBoard">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'RfcBoard'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter.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>iRfcBoard_Mitarbeiternr</LI>
|
|
<LI>iRfcBoardNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonnr. May be SqlInt32.Null</LI>
|
|
<LI>bLeiter. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter.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>iRfcBoard_Mitarbeiternr</LI>
|
|
<LI>iRfcBoardNr. May be SqlInt32.Null</LI>
|
|
<LI>iPersonnr. May be SqlInt32.Null</LI>
|
|
<LI>bLeiter. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter.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>iRfcBoard_Mitarbeiternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter.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>iRfcBoard_Mitarbeiternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iRfcBoard_Mitarbeiternr</LI>
|
|
<LI>iRfcBoardNr</LI>
|
|
<LI>iPersonnr</LI>
|
|
<LI>bLeiter</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:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter.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:MigrVDB.TKB.VV.DB.clsRfcBoard_Mitarbeiter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'RfcBoard_Mitarbeiter'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumenttyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumenttyp.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>iDokumenttypnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsDokumenttyp.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>iDokumenttypnr</LI>
|
|
<LI>sBezeichnung. May be SqlString.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>bAktiv. 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:MigrVDB.TKB.VV.DB.clsDokumenttyp.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>iDokumenttypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokumenttyp.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>iDokumenttypnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iDokumenttypnr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</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:MigrVDB.TKB.VV.DB.clsDokumenttyp.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:MigrVDB.TKB.VV.DB.clsDokumenttyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Dokumenttyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremium.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremium.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>iGremiumNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bRFC_Board. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsGremium.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>iGremiumNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bRFC_Board. May be SqlBoolean.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:MigrVDB.TKB.VV.DB.clsGremium.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>iGremiumNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsGremium.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>iGremiumNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iGremiumNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bRFC_Board</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:MigrVDB.TKB.VV.DB.clsGremium.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:MigrVDB.TKB.VV.DB.clsGremium">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Gremium'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKuendigungsfristen.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKuendigungsfristen.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>iKuendigungsfristNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iTage. 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>iSort. 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:MigrVDB.TKB.VV.DB.clsKuendigungsfristen.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>iKuendigungsfristNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>iTage. 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>iSort. 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:MigrVDB.TKB.VV.DB.clsKuendigungsfristen.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>iKuendigungsfristNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsKuendigungsfristen.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>iKuendigungsfristNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iKuendigungsfristNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>iTage</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iSort</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:MigrVDB.TKB.VV.DB.clsKuendigungsfristen.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:MigrVDB.TKB.VV.DB.clsKuendigungsfristen">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Kuendigungsfristen'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzkauf.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzkauf.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>iLizenzkaufNr</LI>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iAnzahl. May be SqlInt32.Null</LI>
|
|
<LI>daKaufdatum. May be SqlDateTime.Null</LI>
|
|
<LI>sKGNummer. May be SqlString.Null</LI>
|
|
<LI>sSAPNummer. May be SqlString.Null</LI>
|
|
<LI>daGueltigbis. May be SqlDateTime.Null</LI>
|
|
<LI>iStatusnr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iLizenztypnr. 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:MigrVDB.TKB.VV.DB.clsLizenzkauf.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>iLizenzkaufNr</LI>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iAnzahl. May be SqlInt32.Null</LI>
|
|
<LI>daKaufdatum. May be SqlDateTime.Null</LI>
|
|
<LI>sKGNummer. May be SqlString.Null</LI>
|
|
<LI>sSAPNummer. May be SqlString.Null</LI>
|
|
<LI>daGueltigbis. May be SqlDateTime.Null</LI>
|
|
<LI>iStatusnr. May be SqlInt32.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iLizenztypnr. 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:MigrVDB.TKB.VV.DB.clsLizenzkauf.UpdateAllWVertragselementnrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'Vertragselementnr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'Vertragselementnr' in
|
|
all rows which have as value for this field the value as set in property 'iVertragselementnrOld' to
|
|
the value as set in property 'iVertragselementnr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
<LI>iVertragselementnrOld. 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:MigrVDB.TKB.VV.DB.clsLizenzkauf.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>iLizenzkaufNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzkauf.DeleteAllWVertragselementnrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'Vertragselementnr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementnr. 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:MigrVDB.TKB.VV.DB.clsLizenzkauf.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>iLizenzkaufNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iLizenzkaufNr</LI>
|
|
<LI>iVertragselementnr</LI>
|
|
<LI>iAnzahl</LI>
|
|
<LI>daKaufdatum</LI>
|
|
<LI>sKGNummer</LI>
|
|
<LI>sSAPNummer</LI>
|
|
<LI>daGueltigbis</LI>
|
|
<LI>iStatusnr</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>iLizenztypnr</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:MigrVDB.TKB.VV.DB.clsLizenzkauf.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:MigrVDB.TKB.VV.DB.clsLizenzkauf.SelectAllWVertragselementnrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'Vertragselementnr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iVertragselementnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsLizenzkauf">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Lizenzkauf'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe.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>iMitarbeiter_funktionsgruppenr</LI>
|
|
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
|
|
<LI>iFunktionsgruppenr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.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:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe.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>iMitarbeiter_funktionsgruppenr</LI>
|
|
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
|
|
<LI>iFunktionsgruppenr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.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:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe.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>iMitarbeiter_funktionsgruppenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe.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>iMitarbeiter_funktionsgruppenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMitarbeiter_funktionsgruppenr</LI>
|
|
<LI>iMitarbeiternr</LI>
|
|
<LI>iFunktionsgruppenr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>iMandantnr</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:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe.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:MigrVDB.TKB.VV.DB.clsMitarbeiter_funktionsgruppe">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'mitarbeiter_funktionsgruppe'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject.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>iRolle_securityobjectnr</LI>
|
|
<LI>iRollenr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityobjectnr. May be SqlInt32.Null</LI>
|
|
<LI>bReadonly. May be SqlBoolean.Null</LI>
|
|
<LI>bInvisible. May be SqlBoolean.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject.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>iRolle_securityobjectnr</LI>
|
|
<LI>iRollenr. May be SqlInt32.Null</LI>
|
|
<LI>iSecurityobjectnr. May be SqlInt32.Null</LI>
|
|
<LI>bReadonly. May be SqlBoolean.Null</LI>
|
|
<LI>bInvisible. May be SqlBoolean.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject.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>iRolle_securityobjectnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject.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>iRolle_securityobjectnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iRolle_securityobjectnr</LI>
|
|
<LI>iRollenr</LI>
|
|
<LI>iSecurityobjectnr</LI>
|
|
<LI>bReadonly</LI>
|
|
<LI>bInvisible</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:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject.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:MigrVDB.TKB.VV.DB.clsRolle_SecurityObject">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Rolle_SecurityObject'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog.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>iServiceKatalog_SLAKatalognr</LI>
|
|
<LI>iServiceKatalognr. May be SqlInt32.Null</LI>
|
|
<LI>iSLAKatalogNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog.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>iServiceKatalog_SLAKatalognr</LI>
|
|
<LI>iServiceKatalognr. May be SqlInt32.Null</LI>
|
|
<LI>iSLAKatalogNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog.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>iServiceKatalog_SLAKatalognr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog.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>iServiceKatalog_SLAKatalognr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iServiceKatalog_SLAKatalognr</LI>
|
|
<LI>iServiceKatalognr</LI>
|
|
<LI>iSLAKatalogNr</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:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog.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:MigrVDB.TKB.VV.DB.clsServiceKatalog_SLAKatalog">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ServiceKatalog_SLAKatalog'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.#ctor(System.String,System.Int32,System.String)">
|
|
<summary>
|
|
Tabellenname übernehmen und Daten ab DB laden
|
|
</summary>
|
|
<param name="tablename"></param>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Load_Data">
|
|
<summary>
|
|
Daten ab Datenbank laden
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Load_BaseData">
|
|
<summary>
|
|
Basis-Datentabelle laden. Diese wird für die dynamische Generierung der Insert- und Update-Statements benötigt
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Generate_Update_Statement">
|
|
<summary>
|
|
Update-Statement dynamisch für das UpdateCommand generieren
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Generate_Insert_Statement">
|
|
<summary>
|
|
Insert-Statement dynamisch für das InsertCommand generieren
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Get_Prefix(System.Data.DataColumn)">
|
|
<summary>
|
|
Prefixt für den SP-Übergabeparameter generieren
|
|
</summary>
|
|
<param name="col">Aktuelle Columnt</param>
|
|
<returns>Prefis für SP-Übergabeparameter</returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Get_SqlDBType(System.Data.DataColumn)">
|
|
<summary>
|
|
SQL-DB-Type für den SP-Übergabeparameter festlegen
|
|
</summary>
|
|
<param name="col">Aktuelle Column</param>
|
|
<returns>SQLDBType</returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Get_Data_Fieldlen(System.Data.DataColumn)">
|
|
<summary>
|
|
Feldlänge für den SP-Übergabeparemter festlegen
|
|
</summary>
|
|
<param name="col">Aktulle Column</param>
|
|
<returns>Feldlänge</returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.Save_Data">
|
|
<summary>
|
|
Datesichern. Dabei wird das Update- sowie das Insert-Statement dynamisch generiert
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.Sysadmin.DomainTable.dispose">
|
|
<summary>
|
|
Dispose von Tabledata
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaet.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaet.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>iEreignisnr. May be SqlInt32.Null</LI>
|
|
<LI>iAktivitaetStatusNr. May be SqlInt32.Null</LI>
|
|
<LI>iPeriodizitaetnr. May be SqlInt32.Null</LI>
|
|
<LI>daAusgeloest_am. May be SqlDateTime.Null</LI>
|
|
<LI>sEreignis. May be SqlString.Null</LI>
|
|
<LI>sKostenart. May be SqlString.Null</LI>
|
|
<LI>fBetrag. May be SqlDouble.Null</LI>
|
|
<LI>sTermin. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecuritylevelnr. 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>sKuendigungsfrist. May be SqlString.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iAktivitaetNr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaet.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>iAktivitaetNr</LI>
|
|
<LI>iEreignisnr. May be SqlInt32.Null</LI>
|
|
<LI>iAktivitaetStatusNr. May be SqlInt32.Null</LI>
|
|
<LI>iPeriodizitaetnr. May be SqlInt32.Null</LI>
|
|
<LI>daAusgeloest_am. May be SqlDateTime.Null</LI>
|
|
<LI>sEreignis. May be SqlString.Null</LI>
|
|
<LI>sKostenart. May be SqlString.Null</LI>
|
|
<LI>fBetrag. May be SqlDouble.Null</LI>
|
|
<LI>sTermin. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>iSecuritylevelnr. 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>sKuendigungsfrist. 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:MigrVDB.TKB.VV.DB.clsAktivitaet.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>iAktivitaetNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAktivitaet.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>iAktivitaetNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAktivitaetNr</LI>
|
|
<LI>iEreignisnr</LI>
|
|
<LI>iAktivitaetStatusNr</LI>
|
|
<LI>iPeriodizitaetnr</LI>
|
|
<LI>daAusgeloest_am</LI>
|
|
<LI>sEreignis</LI>
|
|
<LI>sKostenart</LI>
|
|
<LI>fBetrag</LI>
|
|
<LI>sTermin</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>iSecuritylevelnr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>sKuendigungsfrist</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:MigrVDB.TKB.VV.DB.clsAktivitaet.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:MigrVDB.TKB.VV.DB.clsAktivitaet">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Aktivitaet'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.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>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationStandardTypNr. 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>iApplikationInstallationFuerNr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.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>iApplikationInstallationFuerNr</LI>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationStandardTypNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.UpdateAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'ApplikationNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'ApplikationNr' in
|
|
all rows which have as value for this field the value as set in property 'iApplikationNrOld' to
|
|
the value as set in property 'iApplikationNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationNrOld. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.UpdateAllWApplikationStandardTypNrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'ApplikationStandardTypNr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'ApplikationStandardTypNr' in
|
|
all rows which have as value for this field the value as set in property 'iApplikationStandardTypNrOld' to
|
|
the value as set in property 'iApplikationStandardTypNr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationStandardTypNr. May be SqlInt32.Null</LI>
|
|
<LI>iApplikationStandardTypNrOld. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.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>iApplikationInstallationFuerNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.DeleteAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'ApplikationNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.DeleteAllWApplikationStandardTypNrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'ApplikationStandardTypNr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationStandardTypNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.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>iApplikationInstallationFuerNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationInstallationFuerNr</LI>
|
|
<LI>iApplikationNr</LI>
|
|
<LI>iApplikationStandardTypNr</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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.SelectAllWApplikationNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'ApplikationNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationNr. 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:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer.SelectAllWApplikationStandardTypNrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'ApplikationStandardTypNr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iApplikationStandardTypNr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsApplikationInstallationFuer">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationInstallationFuer'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp.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>iApplikationStandardTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp.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>iApplikationStandardTypNr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp.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>iApplikationStandardTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp.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>iApplikationStandardTypNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iApplikationStandardTypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp.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:MigrVDB.TKB.VV.DB.clsApplikationStandardTyp">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'ApplikationStandardTyp'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungsparameter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sOperator. May be SqlString.Null</LI>
|
|
<LI>sFeldbezug. May be SqlString.Null</LI>
|
|
<LI>sWert. May be SqlString.Null</LI>
|
|
<LI>sParamName. May be SqlString.Null</LI>
|
|
<LI>sParamType. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sOperator. May be SqlString.Null</LI>
|
|
<LI>sFeldbezug. May be SqlString.Null</LI>
|
|
<LI>sWert. May be SqlString.Null</LI>
|
|
<LI>sParamName. May be SqlString.Null</LI>
|
|
<LI>sParamType. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungparameternr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sOperator</LI>
|
|
<LI>sFeldbezug</LI>
|
|
<LI>sWert</LI>
|
|
<LI>sParamName</LI>
|
|
<LI>sParamType</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:MigrVDB.TKB.VV.DB.clsAuswertungsparameter.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:MigrVDB.TKB.VV.DB.clsAuswertungsparameter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Auswertungsparameter'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokument.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokument.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>iDokumentNr</LI>
|
|
<LI>iKeyValue. May be SqlInt32.Null</LI>
|
|
<LI>iDokType. May be SqlInt32.Null</LI>
|
|
<LI>iDokumenttypNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sFilename. May be SqlString.Null</LI>
|
|
<LI>sOriginalFilename_incl_Path. May be SqlString.Null</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>sVersionsNr. May be SqlString.Null</LI>
|
|
<LI>daVersionsdatum. May be SqlDateTime.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>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>blobDocImage. May be SqlBinary.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokument.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>iDokumentNr</LI>
|
|
<LI>iKeyValue. May be SqlInt32.Null</LI>
|
|
<LI>iDokType. May be SqlInt32.Null</LI>
|
|
<LI>iDokumenttypNr. May be SqlInt32.Null</LI>
|
|
<LI>sBezeichnung. May be SqlString.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sFilename. May be SqlString.Null</LI>
|
|
<LI>sOriginalFilename_incl_Path. May be SqlString.Null</LI>
|
|
<LI>sVersion. May be SqlString.Null</LI>
|
|
<LI>sVersionsNr. May be SqlString.Null</LI>
|
|
<LI>daVersionsdatum. May be SqlDateTime.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>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>iSecurityLevelNr. May be SqlInt32.Null</LI>
|
|
<LI>blobDocImage. May be SqlBinary.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokument.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>iDokumentNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsDokument.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>iDokumentNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iDokumentNr</LI>
|
|
<LI>iKeyValue</LI>
|
|
<LI>iDokType</LI>
|
|
<LI>iDokumenttypNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>sFilename</LI>
|
|
<LI>sOriginalFilename_incl_Path</LI>
|
|
<LI>sVersion</LI>
|
|
<LI>sVersionsNr</LI>
|
|
<LI>daVersionsdatum</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>iSecurityLevelNr</LI>
|
|
<LI>blobDocImage</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:MigrVDB.TKB.VV.DB.clsDokument.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:MigrVDB.TKB.VV.DB.clsDokument">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Dokument'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle.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>iFunktionsgrupperollenr</LI>
|
|
<LI>iFunktionsgruppenr. May be SqlInt32.Null</LI>
|
|
<LI>iRollenr. May be SqlInt32.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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle.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>iFunktionsgrupperollenr</LI>
|
|
<LI>iFunktionsgruppenr. May be SqlInt32.Null</LI>
|
|
<LI>iRollenr. May be SqlInt32.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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle.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>iFunktionsgrupperollenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle.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>iFunktionsgrupperollenr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iFunktionsgrupperollenr</LI>
|
|
<LI>iFunktionsgruppenr</LI>
|
|
<LI>iRollenr</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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle.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:MigrVDB.TKB.VV.DB.clsFunktionsgruppe_rolle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'funktionsgruppe_rolle'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzschluessel.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzschluessel.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>iLizenzschluesselnr</LI>
|
|
<LI>iLizenzkaufnr. May be SqlInt32.Null</LI>
|
|
<LI>sLizenzschluessel. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzschluessel.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>iLizenzschluesselnr</LI>
|
|
<LI>iLizenzkaufnr. May be SqlInt32.Null</LI>
|
|
<LI>sLizenzschluessel. May be SqlString.Null</LI>
|
|
<LI>sBemerkung. May be SqlString.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzschluessel.UpdateAllWLizenzkaufnrLogic">
|
|
<summary>
|
|
Purpose: Update method for updating one or more rows using the Foreign Key 'Lizenzkaufnr.
|
|
This method will Update one or more existing rows in the database. It will reset the field 'Lizenzkaufnr' in
|
|
all rows which have as value for this field the value as set in property 'iLizenzkaufnrOld' to
|
|
the value as set in property 'iLizenzkaufnr'.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iLizenzkaufnr. May be SqlInt32.Null</LI>
|
|
<LI>iLizenzkaufnrOld. 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:MigrVDB.TKB.VV.DB.clsLizenzschluessel.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>iLizenzschluesselnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzschluessel.DeleteAllWLizenzkaufnrLogic">
|
|
<summary>
|
|
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'Lizenzkaufnr'
|
|
</summary>
|
|
<returns>true if succeeded, false otherwise </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iLizenzkaufnr. 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:MigrVDB.TKB.VV.DB.clsLizenzschluessel.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>iLizenzschluesselnr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iLizenzschluesselnr</LI>
|
|
<LI>iLizenzkaufnr</LI>
|
|
<LI>sLizenzschluessel</LI>
|
|
<LI>sBemerkung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsLizenzschluessel.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:MigrVDB.TKB.VV.DB.clsLizenzschluessel.SelectAllWLizenzkaufnrLogic">
|
|
<summary>
|
|
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'Lizenzkaufnr'
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iLizenzkaufnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsLizenzschluessel">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Lizenzschluessel'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sParameterdaten. May be SqlString.Null</LI>
|
|
<LI>sTitelzeile1. May be SqlString.Null</LI>
|
|
<LI>sTitelzeile2. May be SqlString.Null</LI>
|
|
<LI>bParamPrint. May be SqlBoolean.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iMitarbeiter_AuswertungsparameterNr</LI>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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>iMitarbeiter_AuswertungsparameterNr</LI>
|
|
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
|
|
<LI>sBeschreibung. May be SqlString.Null</LI>
|
|
<LI>sParameterdaten. May be SqlString.Null</LI>
|
|
<LI>sTitelzeile1. May be SqlString.Null</LI>
|
|
<LI>sTitelzeile2. May be SqlString.Null</LI>
|
|
<LI>bParamPrint. 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:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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>iMitarbeiter_AuswertungsparameterNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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>iMitarbeiter_AuswertungsparameterNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iMitarbeiter_AuswertungsparameterNr</LI>
|
|
<LI>iMitarbeiternr</LI>
|
|
<LI>iAuswertungnr</LI>
|
|
<LI>sBeschreibung</LI>
|
|
<LI>sParameterdaten</LI>
|
|
<LI>sTitelzeile1</LI>
|
|
<LI>sTitelzeile2</LI>
|
|
<LI>bParamPrint</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:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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:MigrVDB.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Mitarbeiter_Auswertungsparameter'.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityObject.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityObject.Insert">
|
|
<summary>
|
|
Purpose: Insert method. This method will insert one new row into the database.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iSecurityObjectNr</LI>
|
|
<LI>sSecurityForm. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectType. May be SqlString.Null</LI>
|
|
<LI>sSecurityObject. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectItem. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectDescriotion. May be SqlString.Null</LI>
|
|
<LI>iLevel. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityObject.Update">
|
|
<summary>
|
|
Purpose: Update method. This method will Update one existing row in the database.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iSecurityObjectNr</LI>
|
|
<LI>sSecurityForm. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectType. May be SqlString.Null</LI>
|
|
<LI>sSecurityObject. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectItem. May be SqlString.Null</LI>
|
|
<LI>sSecurityObjectDescriotion. May be SqlString.Null</LI>
|
|
<LI>iLevel. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
|
|
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
|
|
<LI>iMutierer. May be SqlInt32.Null</LI>
|
|
<LI>iMandantnr. May be SqlInt32.Null</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityObject.Delete">
|
|
<summary>
|
|
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
|
|
</summary>
|
|
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iSecurityObjectNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityObject.SelectOne">
|
|
<summary>
|
|
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties needed for this method:
|
|
<UL>
|
|
<LI>iSecurityObjectNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iSecurityObjectNr</LI>
|
|
<LI>sSecurityForm</LI>
|
|
<LI>sSecurityObjectType</LI>
|
|
<LI>sSecurityObject</LI>
|
|
<LI>sSecurityObjectItem</LI>
|
|
<LI>sSecurityObjectDescriotion</LI>
|
|
<LI>iLevel</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iMandantnr</LI>
|
|
</UL>
|
|
Will fill all properties corresponding with a field in the table with the value of the row selected.
|
|
</remarks>
|
|
</member><member name="M:MigrVDB.TKB.VV.DB.clsSecurityObject.SelectAll">
|
|
<summary>
|
|
Purpose: SelectAll method. This method will Select all rows from the table.
|
|
</summary>
|
|
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
|
|
<remarks>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member><member name="T:MigrVDB.TKB.VV.DB.clsSecurityObject">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SecurityObject'.
|
|
</summary>
|
|
</member><member name="P:MigrVDB.My.Resources.Resources.ResourceManager">
|
|
<summary>
|
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
</summary>
|
|
</member><member name="P:MigrVDB.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:MigrVDB.My.Resources.Resources">
|
|
<summary>
|
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc> |