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.
689 lines
24 KiB
689 lines
24 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>
|
|
_Organisationseinheit
|
|
</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="P:_Organisationseinheit.My.Resources.Resources.ResourceManager">
|
|
<summary>
|
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
</summary>
|
|
</member><member name="P:_Organisationseinheit.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:_Organisationseinheit.My.Resources.Resources">
|
|
<summary>
|
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.DB.clsMeldungstexte.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.DB.clsMeldungstexte">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'meldungstexte'.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.DB.clsMitarbeiter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.DB.clsMitarbeiter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'mitarbeiter'.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.DB.clsSecurityObject.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.DB.clsSecurityObject">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SecurityObject'.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.Utils.MySecurity.Load_Data(System.String)">
|
|
<summary>
|
|
Daten ab Datenbank laden
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.Utils.MySecurity.Objectanalysis(System.Object@)">
|
|
<summary>
|
|
Sämtliche Controls vom Formular auslesen
|
|
</summary>
|
|
<param name="ctl"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.Utils.MySecurity.ReadContextMenu(System.Object@)">
|
|
<summary>
|
|
Auslesen von ContextMenuItems
|
|
</summary>
|
|
<param name="x"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.Utils.MySecurity">
|
|
<summary>
|
|
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.Utils.MyFormControls.Write_Object_to_DB">
|
|
<summary>
|
|
Schreibt einen Datnsatz in die Tabelle SecurityObjects
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.Utils.MyFormControls.Objexists">
|
|
<summary>
|
|
Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="T:_Organisationseinheit.Utils.MyFormControls">
|
|
<summary>
|
|
Klasse für ein Control-Objekt
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.DB.clsKey_tabelle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.DB.clsKey_tabelle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'key_tabelle'.
|
|
</summary>
|
|
</member><member name="F:_Organisationseinheit.Utils.MyMessage.meldungstexte">
|
|
<summary>
|
|
Dataview Meldungstexte um Textelemente für die Ausgabe zu suchen
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.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:_Organisationseinheit.Utils.MyMessage.Show_MessageYesNoCancel(System.Int32)">
|
|
<summary>
|
|
Meldung Yes-No-Cancel
|
|
</summary>
|
|
<param name="i"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="T:_Organisationseinheit.Utils.MyMessage">
|
|
<summary>
|
|
Standard-Messages in div. Formatenm
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.db.Organisationseinheit.Get_Mutierer(System.Int32)">
|
|
<summary>
|
|
Mutierer auslesen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.db.Organisationseinheit.Delete_data(System.Int32)">
|
|
<summary>
|
|
Löschen eines Datensatzes erstellen.
|
|
</summary>
|
|
<param name="Basenr">Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member><member name="M:_Organisationseinheit.db.Organisationseinheit.Add_New(System.Int32)">
|
|
<summary>
|
|
Neue Person einfügen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
</members>
|
|
</doc> |