Update nach Sync GRC und aktueller Version
This commit is contained in:
BIN
Vertragsverwaltung/bin/Debug/20220220_itsm.zip
Normal file
BIN
Vertragsverwaltung/bin/Debug/20220220_itsm.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6746,115 +6746,6 @@ IT-Service-Management
|
||||
</UL>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="T:Vertragsverwaltung.TKB.VV.DB.clsLizenzVertragselementApplikation">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'LizenzVertragselementApplikation'.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Vertragsverwaltung.TKB.VV.DB.clsLizenzVertragselementApplikation.#ctor">
|
||||
<summary>
|
||||
Purpose: Class constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Vertragsverwaltung.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:Vertragsverwaltung.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:Vertragsverwaltung.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:Vertragsverwaltung.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:Vertragsverwaltung.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:Vertragsverwaltung.TKB.VV.DB.clsMandant">
|
||||
<summary>
|
||||
Purpose: Data Access class for the table 'mandant'.
|
||||
@@ -12460,7 +12351,7 @@ Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:Vertragsverwaltung.TKB.VV.Lizenz.clsLizenzVertragselementApplikation.Add_New(System.Int32,System.Int32)">
|
||||
<member name="M:Vertragsverwaltung.TKB.VV.Lizenz.clsLizenzVertragselementApplikation.Add_New(System.Int32,System.Int32,System.String)">
|
||||
<summary>
|
||||
Neue Kuendigungsfrist einfügen
|
||||
</summary>
|
||||
|
||||
Reference in New Issue
Block a user