_AllgMainObjekte
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
Purpose: Data Access class for the table 'key_tabelle'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- sBeschreibung
- iKey_wert
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iKeynr
- sBeschreibung
- iKey_wert
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iKeynr
- sBeschreibung
- iKey_wert
- iMandantnr
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'meldungstexte'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMeldungstextnr
- iSprache
- sInhalt. May be SqlString.Null
- sBeschreibung. May be SqlString.Null
- bAktiv
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- iMandantnr. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMeldungstextnr
- iSprache
- sInhalt. May be SqlString.Null
- sBeschreibung. May be SqlString.Null
- bAktiv
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- iMandantnr. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
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'.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
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'.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iMeldungstextnr
- iSprache
- sInhalt
- sBeschreibung
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- iMandantnr
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'mitarbeiter'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiternr
- sVorname. May be SqlString.Null
- sName. May be SqlString.Null
- sTgnummer. May be SqlString.Null
- sEmail. May be SqlString.Null
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iMitarbeiternr
- sVorname. May be SqlString.Null
- sName. May be SqlString.Null
- sTgnummer. May be SqlString.Null
- sEmail. May be SqlString.Null
- iMandantnr. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iMitarbeiternr
- sVorname
- sName
- sTgnummer
- sEmail
- iMandantnr
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'Objekt'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iObjektnr
- sBezeichnung. May be SqlString.Null
- sBeschreibung. May be SqlString.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- sDBOBject. May be SqlString.Null
- sStored_Proc_Beziehungen. May be SqlString.Null
- sStandardauswertung. May be SqlString.Null
- sParameter. May be SqlString.Null
- sParamObject. May be SqlString.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iObjektnr
- sBezeichnung. May be SqlString.Null
- sBeschreibung. May be SqlString.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- sDBOBject. May be SqlString.Null
- sStored_Proc_Beziehungen. May be SqlString.Null
- sStandardauswertung. May be SqlString.Null
- sParameter. May be SqlString.Null
- sParamObject. May be SqlString.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iObjektnr
- sBezeichnung
- sBeschreibung
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- sDBOBject
- sStored_Proc_Beziehungen
- sStandardauswertung
- sParameter
- sParamObject
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'ObjektBeziehung'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iObjekt_BeziehungNr
- iObjekt1. May be SqlInt32.Null
- iObjekt2. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- sObjektname. May be SqlString.Null
- bKey_Umdrehen. May be SqlBoolean.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iObjekt_BeziehungNr
- iObjekt1. May be SqlInt32.Null
- iObjekt2. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- sObjektname. May be SqlString.Null
- bKey_Umdrehen. May be SqlBoolean.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iObjekt_BeziehungNr
- iObjekt1
- iObjekt2
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- sObjektname
- bKey_Umdrehen
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'SecurityObject'.
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iSecurityObjectNr
- sSecurityForm. May be SqlString.Null
- sSecurityObjectType. May be SqlString.Null
- sSecurityObject. May be SqlString.Null
- sSecurityObjectItem. May be SqlString.Null
- sSecurityObjectDescriotion. May be SqlString.Null
- iLevel. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- iMandantnr. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Update method. This method will Update one existing row in the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- iSecurityObjectNr
- sSecurityForm. May be SqlString.Null
- sSecurityObjectType. May be SqlString.Null
- sSecurityObject. May be SqlString.Null
- sSecurityObjectItem. May be SqlString.Null
- sSecurityObjectDescriotion. May be SqlString.Null
- iLevel. May be SqlInt32.Null
- bAktiv. May be SqlBoolean.Null
- daErstellt_am. May be SqlDateTime.Null
- daMutiert_am. May be SqlDateTime.Null
- iMutierer. May be SqlInt32.Null
- iMandantnr. May be SqlInt32.Null
Properties set after a succesful call of this method:
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- iSecurityObjectNr
- sSecurityForm
- sSecurityObjectType
- sSecurityObject
- sSecurityObjectItem
- sSecurityObjectDescriotion
- iLevel
- bAktiv
- daErstellt_am
- daMutiert_am
- iMutierer
- iMandantnr
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
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
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.
Standard-Messages in div. Formatenm
Dataview Meldungstexte um Textelemente für die Ausgabe zu suchen
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
Standardmessage
Messagenr
Messagetyp
Yes-No-Meldung
Meldungsnr
MsgboxResult
Standard-Meldung, welcher 2 Strings als Parameter übergeben werden, damit diese im Meldungstext ersetzt werden können.
Parameter im Meldungstext #1 oder #2
Yes-No-Meldung, welcher 2 Strings als Parameter übergeben werden, damit diese im Meldungstext ersetzt werden können.
Parameter im Meldungstext #1 oder #2
MeldungsNr
erster Text zum ersetzen
zweiter Text zum ersetzen
Ausgabe der Meldung, welche übergeben wird. Als Option können 2 Texte zum Ersetzen übergeben werden.
Parameter im Meldungstext #1 oder #2
Meldungstext
erster Text zum ersetzen
zweiter Text zum ersetzen
Meldung Yes-No-Cancel
Zeig den eigenen Messagebox-Dialog
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
Formularsecurity setzen
Aktuelles Formular
Daten ab Datenbank laden
Prüft die DB-Einträge mit den Formcontrols und bei Übereinstimmung werden die Security-Einstellungen gesetzt
Security-Einstellungen setzen
Betroffenes Objeckt (Menuitem, Conrol usw.)
Readonly ja/nein
Sichtbar ja/nein
Name des Unterobjektes - wird für die Spalteneinstellungen von C1TruedbGrids verwendet
Alle Controls des Formulars zusammensuchen und auf der DB speichern
Betroffenes Formular
Sämtliche Controls vom Formular auslesen
Auslesen von MenuItems
Auslesen von ContextMenuItems
Auslesen von Menu-Subitems
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
Formular
Objekttyp
Objektname
Objektitem
Klasse für ein Control-Objekt
Neue Instanz erstellen
Control-Objekt
Betroffenes Formular
Objekttyp
Objektname
Unterobjekt (z.B. bei Menus, Spalten von C1TrueDBGrids)
Schreibt einen Datnsatz in die Tabelle SecurityObjects
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
Allg Eventhandler für Chanage-Ereignise festlegen
Envent-Handler für Change-Ereignisse
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
Base-Contrlo (z.B. aktuelles Formular
Schlüssel welcher gesucht werden soll
Liste der gefundenen Objekte
True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.