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.

1007 lines
33 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>
_AllgMainObjekte
</name>
</assembly>
<members>
<member name="T:_AllgMainObjekte.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:_AllgMainObjekte.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:_AllgMainObjekte.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:_AllgMainObjekte.DB.clsKey_tabelle">
<summary>
Purpose: Data Access class for the table 'key_tabelle'.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsKey_tabelle.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.DB.clsMeldungstexte">
<summary>
Purpose: Data Access class for the table 'meldungstexte'.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.Insert">
<summary>
Purpose: Insert method. This method will insert one new row into the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iMeldungstextnr</LI>
<LI>iSprache</LI>
<LI>sInhalt. May be SqlString.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>iMandantnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.Update">
<summary>
Purpose: Update method. This method will Update one existing row in the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iMeldungstextnr</LI>
<LI>iSprache</LI>
<LI>sInhalt. May be SqlString.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>iMandantnr. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.Delete">
<summary>
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iMeldungstextnr</LI>
<LI>iSprache</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.DeleteAllWmeldungstextnrLogic">
<summary>
Purpose: Delete method using PK field 'meldungstextnr'. This method will
delete one or more rows from the database, based on the Primary Key field 'meldungstextnr'.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iMeldungstextnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.DeleteAllWspracheLogic">
<summary>
Purpose: Delete method using PK field 'sprache'. This method will
delete one or more rows from the database, based on the Primary Key field 'sprache'.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iSprache</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsMeldungstexte.SelectOne">
<summary>
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iMeldungstextnr</LI>
<LI>iSprache</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iMeldungstextnr</LI>
<LI>iSprache</LI>
<LI>sInhalt</LI>
<LI>sBeschreibung</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>iMandantnr</LI>
</UL>
Will fill all properties corresponding with a field in the table with the value of the row selected.
</remarks>
</member>
<member name="M:_AllgMainObjekte.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:_AllgMainObjekte.DB.clsMitarbeiter">
<summary>
Purpose: Data Access class for the table 'mitarbeiter'.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsMitarbeiter.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.DB.clsObjekt">
<summary>
Purpose: Data Access class for the table 'Objekt'.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjekt.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjekt.Insert">
<summary>
Purpose: Insert method. This method will insert one new row into the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjektnr</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>bAktiv. May be SqlBoolean.Null</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>sDBOBject. May be SqlString.Null</LI>
<LI>sStored_Proc_Beziehungen. May be SqlString.Null</LI>
<LI>sStandardauswertung. May be SqlString.Null</LI>
<LI>sParameter. May be SqlString.Null</LI>
<LI>sParamObject. 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:_AllgMainObjekte.DB.clsObjekt.Update">
<summary>
Purpose: Update method. This method will Update one existing row in the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjektnr</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>bAktiv. May be SqlBoolean.Null</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>sDBOBject. May be SqlString.Null</LI>
<LI>sStored_Proc_Beziehungen. May be SqlString.Null</LI>
<LI>sStandardauswertung. May be SqlString.Null</LI>
<LI>sParameter. May be SqlString.Null</LI>
<LI>sParamObject. 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:_AllgMainObjekte.DB.clsObjekt.Delete">
<summary>
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjektnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjekt.SelectOne">
<summary>
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjektnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iObjektnr</LI>
<LI>sBezeichnung</LI>
<LI>sBeschreibung</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>sDBOBject</LI>
<LI>sStored_Proc_Beziehungen</LI>
<LI>sStandardauswertung</LI>
<LI>sParameter</LI>
<LI>sParamObject</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:_AllgMainObjekte.DB.clsObjekt.SelectAll">
<summary>
Purpose: SelectAll method. This method will Select all rows from the table.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="T:_AllgMainObjekte.DB.clsObjektBeziehung">
<summary>
Purpose: Data Access class for the table 'ObjektBeziehung'.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjektBeziehung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjektBeziehung.Insert">
<summary>
Purpose: Insert method. This method will insert one new row into the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjekt_BeziehungNr</LI>
<LI>iObjekt1. May be SqlInt32.Null</LI>
<LI>iObjekt2. May be SqlInt32.Null</LI>
<LI>bAktiv. May be SqlBoolean.Null</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>sObjektname. May be SqlString.Null</LI>
<LI>bKey_Umdrehen. May be SqlBoolean.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjektBeziehung.Update">
<summary>
Purpose: Update method. This method will Update one existing row in the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjekt_BeziehungNr</LI>
<LI>iObjekt1. May be SqlInt32.Null</LI>
<LI>iObjekt2. May be SqlInt32.Null</LI>
<LI>bAktiv. May be SqlBoolean.Null</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>sObjektname. May be SqlString.Null</LI>
<LI>bKey_Umdrehen. May be SqlBoolean.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjektBeziehung.Delete">
<summary>
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjekt_BeziehungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjektBeziehung.SelectOne">
<summary>
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iObjekt_BeziehungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iObjekt_BeziehungNr</LI>
<LI>iObjekt1</LI>
<LI>iObjekt2</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>sObjektname</LI>
<LI>bKey_Umdrehen</LI>
</UL>
Will fill all properties corresponding with a field in the table with the value of the row selected.
</remarks>
</member>
<member name="M:_AllgMainObjekte.DB.clsObjektBeziehung.SelectAll">
<summary>
Purpose: SelectAll method. This method will Select all rows from the table.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member>
<member name="T:_AllgMainObjekte.DB.clsSecurityObject">
<summary>
Purpose: Data Access class for the table 'SecurityObject'.
</summary>
</member>
<member name="M:_AllgMainObjekte.DB.clsSecurityObject.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member>
<member name="M:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.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:_AllgMainObjekte.DB.DB_Connection">
<summary>
Dynamische Datenbank-Verbindung aufbauen. Verwendet wird standardmässig Vertragsverwaltung.cfg.
Sollen Datenbank-Verbindungen zur Auswahl angezeigt werden, werden sämntliche Datenbank-Verbindungsdateien
mit dem Namen "Vertragsverwaltung....cfg" berücksichtigt
</summary>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.DB.DB_Connection.#ctor">
<summary>
Liest sämtlcihe CFG-Dateien mit dem Namen "Vertragsverwaltung...". Sind meherere Dateien vorhanden,
wird ein Auswahldialog zur Datenbank-Selektion angezeigt.
Standardmässig wird Vertragsverwaltung.cfg als CFG-Datei benutzt.
Die CFG-Datei ist verschlüsselt und wird über die Crypto-Funktionen entschlüsselt.
</summary>
<remarks></remarks>
</member>
<member name="T:_AllgMainObjekte.Utils.MyMessage">
<summary>
Standard-Messages in div. Formatenm
</summary>
<remarks></remarks>
</member>
<member name="F:_AllgMainObjekte.Utils.MyMessage.meldungstexte">
<summary>
Dataview Meldungstexte um Textelemente für die Ausgabe zu suchen
</summary>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.Get_Meldungstext(System.Int32)">
<summary>
Meldungen aus der Datenbanklesen, sofern diese noch nicht ausgelesen worden sind. Nach dem ersten Lesen werden
die Daten aus der Tabelle Meldungstexte ohne erneutem DB-Zugriff verwendet
</summary>
<param name="i"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.show_standardmessage(System.Int32,Microsoft.VisualBasic.MsgBoxStyle)">
<summary>
Standardmessage
</summary>
<param name="i">Messagenr</param>
<param name="typ">Messagetyp</param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.Show_MessageYesNo(System.Int32)">
<summary>
Yes-No-Meldung
</summary>
<param name="i">Meldungsnr</param>
<returns>MsgboxResult</returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.show_standardmessage_ReplaceText(System.Int32,Microsoft.VisualBasic.MsgBoxStyle,System.String,System.String)">
<summary>
Standard-Meldung, welcher 2 Strings als Parameter übergeben werden, damit diese im Meldungstext ersetzt werden können.
Parameter im Meldungstext #1 oder #2
</summary>
<param name="i"></param>
<param name="typ"></param>
<param name="Text1"></param>
<param name="Text2"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.show_MessageYesNo_ReplaceText(System.Int32,System.String,System.String)">
<summary>
Yes-No-Meldung, welcher 2 Strings als Parameter übergeben werden, damit diese im Meldungstext ersetzt werden können.
Parameter im Meldungstext #1 oder #2
</summary>
<param name="i">MeldungsNr</param>
<param name="Text1">erster Text zum ersetzen</param>
<param name="Text2">zweiter Text zum ersetzen</param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.ReplaceTextinMSG(System.String,System.String,System.String)">
<summary>
Ausgabe der Meldung, welche übergeben wird. Als Option können 2 Texte zum Ersetzen übergeben werden.
Parameter im Meldungstext #1 oder #2
</summary>
<param name="OrgText">Meldungstext</param>
<param name="Text1">erster Text zum ersetzen</param>
<param name="Text2">zweiter Text zum ersetzen</param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.Show_MessageYesNoCancel(System.Int32)">
<summary>
Meldung Yes-No-Cancel
</summary>
<param name="i"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyMessage.ShowMyDialog(System.String,Microsoft.VisualBasic.MsgBoxStyle,Microsoft.VisualBasic.MsgBoxStyle)">
<summary>
Zeig den eigenen Messagebox-Dialog
</summary>
<param name="msgtext"></param>
<param name="cancelvisible"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="T:_AllgMainObjekte.Utils.MySecurity">
<summary>
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
</summary>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.Set_Form_Security(System.Object@)">
<summary>
Formularsecurity setzen
</summary>
<param name="f">Aktuelles Formular</param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.Load_Data(System.String)">
<summary>
Daten ab Datenbank laden
</summary>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.Set_Security">
<summary>
Prüft die DB-Einträge mit den Formcontrols und bei Übereinstimmung werden die Security-Einstellungen gesetzt
</summary>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.Set_Preferences(System.Object@,System.Boolean,System.Boolean,System.String)">
<summary>
Security-Einstellungen setzen
</summary>
<param name="obj">Betroffenes Objeckt (Menuitem, Conrol usw.)</param>
<param name="read_only">Readonly ja/nein</param>
<param name="invisible">Sichtbar ja/nein</param>
<param name="SecurityObjectItem">Name des Unterobjektes - wird für die Spalteneinstellungen von C1TruedbGrids verwendet</param>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.List_Form_Controls(System.Object@)">
<summary>
Alle Controls des Formulars zusammensuchen und auf der DB speichern
</summary>
<param name="f">Betroffenes Formular</param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.Objectanalysis(System.Object@)">
<summary>
Sämtliche Controls vom Formular auslesen
</summary>
<param name="ctl"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="F:_AllgMainObjekte.Utils.MySecurity.level">
<summary>
Auslesen von MenuItems
</summary>
<param name="x"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.ReadContextMenu(System.Object@)">
<summary>
Auslesen von ContextMenuItems
</summary>
<param name="x"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.get_all_menus(System.Windows.Forms.ToolStripMenuItem@)">
<summary>
Auslesen von Menu-Subitems
</summary>
<param name="xx"></param>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MySecurity.Objexists(System.String,System.String,System.String,System.String)">
<summary>
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
</summary>
<param name="securityform">Formular</param>
<param name="securityobjecttype">Objekttyp</param>
<param name="securityobject">Objektname</param>
<param name="securityobjectitem">Objektitem</param>
<returns></returns>
<remarks></remarks>
</member>
<member name="T:_AllgMainObjekte.Utils.MyFormControls">
<summary>
Klasse für ein Control-Objekt
</summary>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyFormControls.#ctor(System.Object,System.String,System.String,System.String,System.String,System.Int32,System.String)">
<summary>
Neue Instanz erstellen
</summary>
<param name="ctl">Control-Objekt</param>
<param name="Formname">Betroffenes Formular</param>
<param name="securityobjecttype">Objekttyp</param>
<param name="Securityobject">Objektname</param>
<param name="SecurityObjectItem">Unterobjekt (z.B. bei Menus, Spalten von C1TrueDBGrids)</param>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyFormControls.Write_Object_to_DB">
<summary>
Schreibt einen Datnsatz in die Tabelle SecurityObjects
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.Utils.MyFormControls.Objexists">
<summary>
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
</summary>
<returns></returns>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.AllgMainObjekte.AddChanges(System.Windows.Forms.Control)">
<summary>
Allg Eventhandler für Chanage-Ereignise festlegen
</summary>
<param name="Container"></param>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.AllgMainObjekte.ChangesMade(System.Object,System.EventArgs)">
<summary>
Envent-Handler für Change-Ereignisse
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member>
<member name="M:_AllgMainObjekte.AllgMainObjekte.GetControl(System.Windows.Forms.Control,System.String,System.Collections.Generic.List{System.Windows.Forms.Control}@,System.Boolean)">
<summary>
Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
die gefundnen Controls in der Liste L zur weiteren Bearbeitung
</summary>
<param name="BaseControl">Base-Contrlo (z.B. aktuelles Formular</param>
<param name="Key">Schlüssel welcher gesucht werden soll</param>
<param name="L">Liste der gefundenen Objekte</param>
<returns>True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
</returns>
<remarks></remarks>
</member>
</members>
</doc>