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.
ITSM/.svn/pristine/de/de092de19b90f79bf0c3517e7dd...

1479 lines
52 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>
LizMig
</name>
</assembly>
<members>
<member name="M:LizMig.TKB.VV.DB.clsLizenzschluessel.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.TKB.VV.DB.clsLizenzschluessel">
<summary>
Purpose: Data Access class for the table 'Lizenzschluessel'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenztyp.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.TKB.VV.DB.clsLizenztyp">
<summary>
Purpose: Data Access class for the table 'Lizenztyp'.
</summary>
</member><member name="M:LizMig.TKB.VV.Vertrag.clsVertragselementApplikation.Get_VertragselementApplikation(System.Int32)">
<summary>
Vertragselement_Referenz lesen
</summary>
<param name="Nr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Vertrag.clsVertragselementApplikation.Save_Data">
<summary>
Daten sichern
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Vertrag.clsVertragselementApplikation.Delete(System.Int32)">
<summary>
Physisches Löschen eines Datensatzes.
</summary>
<param name="Basenr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Vertrag.clsVertragselementApplikation.Delete_VertragselementApplikation(System.Int32)">
<summary>
Löschen eines Datensatzes.
</summary>
<param name="Basenr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Vertrag.clsVertragselementApplikation.Add_New(System.Int32)">
<summary>
Neue Vertragselement_Referenz erstellen
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Lizenz.clsLizenz.Delete_Lizenz(System.Int32)">
<summary>
Löschen eines Datensatzes erstellen.
</summary>
<param name="Basenr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Lizenz.clsLizenz.Delete(System.Int32)">
<summary>
Löschen eines Datensatzes .
</summary>
<param name="Basenr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Lizenz.clsLizenz.Add_New(System.String,System.Int32,System.Boolean)">
<summary>
Neue Kuendigungsfrist einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Lizenz.clsLizenzVertragselementApplikation.Delete_LizenzVertragselementApplikation(System.Int32)">
<summary>
Löschen eines Datensatzes erstellen.
</summary>
<param name="Basenr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Lizenz.clsLizenzVertragselementApplikation.Delete(System.Int32)">
<summary>
Löschen eines Datensatzes .
</summary>
<param name="Basenr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.Lizenz.clsLizenzVertragselementApplikation.Add_New(System.Int32,System.Int32)">
<summary>
Neue Kuendigungsfrist einfügen
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation.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>iLizenzVEApplNr</LI>
<LI>iLizenznr. May be SqlInt32.Null</LI>
<LI>iVertragselementApplikationNr. 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:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation.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>iLizenzVEApplNr</LI>
<LI>iLizenznr. May be SqlInt32.Null</LI>
<LI>iVertragselementApplikationNr. 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:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation.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>iLizenzVEApplNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation.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>iLizenzVEApplNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iLizenzVEApplNr</LI>
<LI>iLizenznr</LI>
<LI>iVertragselementApplikationNr</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:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation.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:LizMig.TKB.VV.DB.clsLizenzVertragselementApplikation">
<summary>
Purpose: Data Access class for the table 'LizenzVertragselementApplikation'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsApplikation.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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>
<LI>bStrukturelement. May be SqlBoolean.Null</LI>
<LI>iIKVBizRelevanzNr. May be SqlInt32.Null</LI>
<LI>iIKVBizAusfalldauerNr. May be SqlInt32.Null</LI>
<LI>sIKVBIZBemerkung. May be SqlString.Null</LI>
<LI>bIKVProviderVereinbart. May be SqlBoolean.Null</LI>
<LI>iIKVProviderAussfalldauerNr. May be SqlInt32.Null</LI>
<LI>sIKVProviderBemerkung. May be SqlString.Null</LI>
<LI>iIKVLoesungNr. May be SqlInt32.Null</LI>
<LI>sIKVLoesungBemerkung. May be SqlString.Null</LI>
<LI>iFachlicheOe. May be SqlInt32.Null</LI>
<LI>iTicketXPert_ITSPProduktnr. May be SqlInt32.Null</LI>
<LI>sIntranetBezeichnung. May be SqlString.Null</LI>
<LI>bVerwendungIntragnet. May be SqlBoolean.Null</LI>
<LI>bIntranetObligatorisch. 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:LizMig.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>
<LI>bStrukturelement. May be SqlBoolean.Null</LI>
<LI>iIKVBizRelevanzNr. May be SqlInt32.Null</LI>
<LI>iIKVBizAusfalldauerNr. May be SqlInt32.Null</LI>
<LI>sIKVBIZBemerkung. May be SqlString.Null</LI>
<LI>bIKVProviderVereinbart. May be SqlBoolean.Null</LI>
<LI>iIKVProviderAussfalldauerNr. May be SqlInt32.Null</LI>
<LI>sIKVProviderBemerkung. May be SqlString.Null</LI>
<LI>iIKVLoesungNr. May be SqlInt32.Null</LI>
<LI>sIKVLoesungBemerkung. May be SqlString.Null</LI>
<LI>iFachlicheOe. May be SqlInt32.Null</LI>
<LI>iTicketXPert_ITSPProduktnr. May be SqlInt32.Null</LI>
<LI>sIntranetBezeichnung. May be SqlString.Null</LI>
<LI>bVerwendungIntragnet. May be SqlBoolean.Null</LI>
<LI>bIntranetObligatorisch. 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:LizMig.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:LizMig.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>
<LI>bStrukturelement</LI>
<LI>iIKVBizRelevanzNr</LI>
<LI>iIKVBizAusfalldauerNr</LI>
<LI>sIKVBIZBemerkung</LI>
<LI>bIKVProviderVereinbart</LI>
<LI>iIKVProviderAussfalldauerNr</LI>
<LI>sIKVProviderBemerkung</LI>
<LI>iIKVLoesungNr</LI>
<LI>sIKVLoesungBemerkung</LI>
<LI>iFachlicheOe</LI>
<LI>iTicketXPert_ITSPProduktnr</LI>
<LI>sIntranetBezeichnung</LI>
<LI>bVerwendungIntragnet</LI>
<LI>bIntranetObligatorisch</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:LizMig.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:LizMig.TKB.VV.DB.clsApplikation">
<summary>
Purpose: Data Access class for the table 'Applikation'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsApplikationVersion.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsApplikationVersion.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>iApplikationVersionNr</LI>
<LI>iApplikationNr. May be SqlInt32.Null</LI>
<LI>sVersion. May be SqlString.Null</LI>
<LI>sBemerkung. May be SqlString.Null</LI>
<LI>bEingesetzt. 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:LizMig.TKB.VV.DB.clsApplikationVersion.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>iApplikationVersionNr</LI>
<LI>iApplikationNr. May be SqlInt32.Null</LI>
<LI>sVersion. May be SqlString.Null</LI>
<LI>sBemerkung. May be SqlString.Null</LI>
<LI>bEingesetzt. 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:LizMig.TKB.VV.DB.clsApplikationVersion.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>iApplikationVersionNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:LizMig.TKB.VV.DB.clsApplikationVersion.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>iApplikationVersionNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iApplikationVersionNr</LI>
<LI>iApplikationNr</LI>
<LI>sVersion</LI>
<LI>sBemerkung</LI>
<LI>bEingesetzt</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:LizMig.TKB.VV.DB.clsApplikationVersion.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:LizMig.TKB.VV.DB.clsApplikationVersion">
<summary>
Purpose: Data Access class for the table 'ApplikationVersion'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsVertragselementApplikation.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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>
<LI>iApplikationVersionNr. May be SqlInt32.Null</LI>
<LI>sBezeichnungLizenverwaltung. 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:LizMig.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>
<LI>iApplikationVersionNr. May be SqlInt32.Null</LI>
<LI>sBezeichnungLizenverwaltung. 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:LizMig.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:LizMig.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>
<LI>iApplikationVersionNr</LI>
<LI>sBezeichnungLizenverwaltung</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:LizMig.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:LizMig.TKB.VV.DB.clsVertragselementApplikation">
<summary>
Purpose: Data Access class for the table 'VertragselementApplikation'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenz.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenz.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>iLizenzNr</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>iSecurityLevelNr. May be SqlInt32.Null</LI>
<LI>iParentID. May be SqlInt32.Null</LI>
<LI>iVertragselementApplikationnr. May be SqlInt32.Null</LI>
<LI>bStrukturelement. 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:LizMig.TKB.VV.DB.clsLizenz.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>iLizenzNr</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>iSecurityLevelNr. May be SqlInt32.Null</LI>
<LI>iParentID. May be SqlInt32.Null</LI>
<LI>iVertragselementApplikationnr. May be SqlInt32.Null</LI>
<LI>bStrukturelement. 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:LizMig.TKB.VV.DB.clsLizenz.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>iLizenzNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenz.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>iLizenzNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iLizenzNr</LI>
<LI>sBezeichnung</LI>
<LI>sBeschreibung</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iSecurityLevelNr</LI>
<LI>iParentID</LI>
<LI>iVertragselementApplikationnr</LI>
<LI>bStrukturelement</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:LizMig.TKB.VV.DB.clsLizenz.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:LizMig.TKB.VV.DB.clsLizenz">
<summary>
Purpose: Data Access class for the table 'Lizenz'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsVertragselement.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.TKB.VV.DB.clsVertragselement">
<summary>
Purpose: Data Access class for the table 'Vertragselement'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsKey_tabelle.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.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:LizMig.TKB.VV.DB.clsKey_tabelle">
<summary>
Purpose: Data Access class for the table 'key_tabelle'.
</summary>
</member><member name="M:LizMig.TKB.VV.DB.clsLizenzkauf.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:LizMig.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>iVertragselementapplikationnr. 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>iLizenztypnr. May be SqlInt32.Null</LI>
<LI>iLizenznr. 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:LizMig.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>iVertragselementapplikationnr. 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>iLizenztypnr. May be SqlInt32.Null</LI>
<LI>iLizenznr. 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:LizMig.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:LizMig.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>iVertragselementapplikationnr</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>iLizenztypnr</LI>
<LI>iLizenznr</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:LizMig.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="T:LizMig.TKB.VV.DB.clsLizenzkauf">
<summary>
Purpose: Data Access class for the table 'Lizenzkauf'.
</summary>
</member>
</members>
</doc>