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.

1001 lines
36 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>
Reporting20
</name>
</assembly>
<members>
<member name="P:Reporting20.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member><member name="P:Reporting20.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:Reporting20.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member><member name="M:Reporting20.TKB.VV.Utils.MyDocMgmt.Save_Document(System.Int32,System.String)">
<summary>
Dokument in der Tabelle Dokument speichern
</summary>
<param name="Dokumentnr">Nummer des Dokument-Datensatzes</param>
<param name="Filename">Zu speichender Dateiname</param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.Utils.MyDocMgmt.Get_Dokument(System.Int32)">
<summary>
Liest das Dokument aus der DB und speichert dieses unter einem temporären Filenamen ab
</summary>
<param name="DokumentNr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="T:Reporting20.TKB.VV.Utils.MyDocMgmt">
<summary>
Klasse für das Speichern bzw. Auslesen von Image-Dateien in der Datenbank
</summary>
<remarks>
Es werden folgende Datebanktabellen berücksichtigt:
<list type="bullet">
<item>
<description>Dokument Attribut DocImage</description></item>
<item>
<description>Profile Attribut V_Uebersicht (Profillayout des C1TrueDBGrids der
Vertragsübersicht|Vertragselemente</description></item></list>
</remarks>
<includesource>yes</includesource>
</member><member name="M:Reporting20.frmAuswertungsParameter.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><member name="M:Reporting20.TKB.VV.DB.clsAuswertung.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Reporting20.TKB.VV.DB.clsAuswertung.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>iAuswertungNr</LI>
<LI>sBezeichnung. 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>bCR_Report. May be SqlBoolean.Null</LI>
<LI>sCR_Filename. May be SqlString.Null</LI>
<LI>bCSV_Report. May be SqlBoolean.Null</LI>
<LI>sSQL. May be SqlString.Null</LI>
<LI>bTXP_Auswertung. May be SqlBoolean.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>sConnectionstring_Subreport. 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:Reporting20.TKB.VV.DB.clsAuswertung.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>iAuswertungNr</LI>
<LI>sBezeichnung. 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>bCR_Report. May be SqlBoolean.Null</LI>
<LI>sCR_Filename. May be SqlString.Null</LI>
<LI>bCSV_Report. May be SqlBoolean.Null</LI>
<LI>sSQL. May be SqlString.Null</LI>
<LI>bTXP_Auswertung. May be SqlBoolean.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>sConnectionstring_Subreport. 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:Reporting20.TKB.VV.DB.clsAuswertung.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>iAuswertungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsAuswertung.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>iAuswertungNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iAuswertungNr</LI>
<LI>sBezeichnung</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>bCR_Report</LI>
<LI>sCR_Filename</LI>
<LI>bCSV_Report</LI>
<LI>sSQL</LI>
<LI>bTXP_Auswertung</LI>
<LI>sBeschreibung</LI>
<LI>sConnectionstring_Subreport</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:Reporting20.TKB.VV.DB.clsAuswertung.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:Reporting20.TKB.VV.DB.clsAuswertung">
<summary>
Purpose: Data Access class for the table 'Auswertung'.
</summary>
</member><member name="M:Reporting20.FrmReportSelect.btnAbbruch_Click(System.Object,System.EventArgs)">
<summary>
Formular schliessen
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.BeendenToolStripMenuItem_Click(System.Object,System.EventArgs)">
<summary>
Formualr schliessen
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.TSBtnQuit_Click(System.Object,System.EventArgs)">
<summary>
Formular schliessen
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member><member name="F:Reporting20.FrmReportSelect.ouser">
<summary>
Security-Deklaration zum Auslesen der UserID vom Windows-User
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.Get_Username">
<summary>
Windows-User auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.TreeStruktur_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Mousedown-Ereignis auf dem Tree
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.TreeAuswertungen_AfterSelect(System.Object,System.Windows.Forms.TreeViewEventArgs)">
<summary>
Nach Selektion eines Nodes Parameter neu aufbereiten und Auswerungsmöglichkeit (CR/CSV) anzeigen
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.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><member name="M:Reporting20.FrmReportSelect.SetControl(System.String,System.Boolean,System.Boolean,System.String)">
<summary>
Parameter initialisieren
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.cbparam1_SelectedIndexChanged(System.Object,System.EventArgs)">
<summary>
Selektion Parameter
</summary>
<param name="sender"></param>
<param name="e"></param>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.Findrow(System.String)">
<summary>
Datenrow in den zur Auswertung gehörenden Parameterliste suchen
</summary>
<param name="key"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.Get_SQLWhere">
<summary>
Where Bedingung für die Abfrage zusammenstellen
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.FrmReportSelect.get_where(System.Int32,System.Boolean,System.String,System.String,System.String,System.String)">
<summary>
Where zusammenstellen
</summary>
<param name="nr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsMitarbeiter.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.DB.clsMitarbeiter">
<summary>
Purpose: Data Access class for the table 'mitarbeiter'.
</summary>
</member><member name="M:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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. May be SqlInt32.Null</LI>
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>sParameterdaten. May be SqlString.Null</LI>
<LI>sTitelzeile1. May be SqlString.Null</LI>
<LI>sTitelzeile2. May be SqlString.Null</LI>
<LI>bParamPrint. May be SqlBoolean.Null</LI>
<LI>sSQLWhere. May be SqlString.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iMitarbeiter_AuswertungsparameterNr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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>iMitarbeiter_AuswertungsparameterNr</LI>
<LI>iMitarbeiternr. May be SqlInt32.Null</LI>
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
<LI>sBeschreibung. May be SqlString.Null</LI>
<LI>sParameterdaten. May be SqlString.Null</LI>
<LI>sTitelzeile1. May be SqlString.Null</LI>
<LI>sTitelzeile2. May be SqlString.Null</LI>
<LI>bParamPrint. May be SqlBoolean.Null</LI>
<LI>sSQLWhere. 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:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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>iMitarbeiter_AuswertungsparameterNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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>iMitarbeiter_AuswertungsparameterNr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iMitarbeiter_AuswertungsparameterNr</LI>
<LI>iMitarbeiternr</LI>
<LI>iAuswertungnr</LI>
<LI>sBeschreibung</LI>
<LI>sParameterdaten</LI>
<LI>sTitelzeile1</LI>
<LI>sTitelzeile2</LI>
<LI>bParamPrint</LI>
<LI>sSQLWhere</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:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter.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:Reporting20.TKB.VV.DB.clsMitarbeiter_Auswertungsparameter">
<summary>
Purpose: Data Access class for the table 'Mitarbeiter_Auswertungsparameter'.
</summary>
</member><member name="M:Reporting20.TKB.VV.Utils.MySecurity.Set_Form_Security(System.Windows.Forms.Form@)">
<summary>
Formularsecurity setzen
</summary>
<param name="f">Aktuelles Formular</param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.Utils.MySecurity.Load_Data(System.String)">
<summary>
Daten ab Datenbank laden
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.Utils.MySecurity.ReadContextMenu(System.Object@)">
<summary>
Auslesen von ContextMenuItems
</summary>
<param name="x"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.Utils.MySecurity">
<summary>
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.Utils.MyFormControls">
<summary>
Klasse für ein Control-Objekt
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.clsOETree.LoadTreeView(System.Data.DataSet,System.Windows.Forms.TreeView@)">
<summary>
Tree aufbauen
</summary>
<param name="oDS"></param>
<param name="oTreeview"></param>
<remarks></remarks>
</member><member name="M:Reporting20.clsOETree.RecursivelyLoadTree(System.Data.DataRow,System.Windows.Forms.TreeNode@)">
<summary>
Child-Nodes hinzufügen
</summary>
<param name="oDataRow"></param>
<param name="oNode"></param>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsAuswertungsparameter.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Reporting20.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>sOperator. May be SqlString.Null</LI>
<LI>sFeldbezug. May be SqlString.Null</LI>
<LI>sWert. May be SqlString.Null</LI>
<LI>sParamName. May be SqlString.Null</LI>
<LI>sParamType. 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:Reporting20.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>sOperator. May be SqlString.Null</LI>
<LI>sFeldbezug. May be SqlString.Null</LI>
<LI>sWert. May be SqlString.Null</LI>
<LI>sParamName. May be SqlString.Null</LI>
<LI>sParamType. 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:Reporting20.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsAuswertungsparameter.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>iAuswertungparameternr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iAuswertungparameternr</LI>
<LI>sBezeichnung</LI>
<LI>sOperator</LI>
<LI>sFeldbezug</LI>
<LI>sWert</LI>
<LI>sParamName</LI>
<LI>sParamType</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:Reporting20.TKB.VV.DB.clsAuswertungsparameter.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:Reporting20.TKB.VV.DB.clsAuswertungsparameter">
<summary>
Purpose: Data Access class for the table 'Auswertungsparameter'.
</summary>
</member><member name="M:Reporting20.MyGenericEventHandler.Vertragselement_Closed(System.Int32,System.Int32)">
<summary>
Event Formular "Vertragselement" Closed absetzen
</summary>
<param name="Vertragspartnernr"></param>
<param name="Vertragselementnr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.MyGenericEventHandler.Vertragspartner_Closed(System.Int32)">
<summary>
Event Formular Vertragsparter Closed absetzen
</summary>
<param name="Vertragspartnernr"></param>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsApplication.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Reporting20.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
<LI>sVersion. May be SqlString.Null</LI>
<LI>bShowlogin. May be SqlBoolean.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>
<LI>sTmp_filepath. May be SqlString.Null</LI>
<LI>bVertragsuebersicht_aktualisieren. 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:Reporting20.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
<LI>sVersion. May be SqlString.Null</LI>
<LI>bShowlogin. May be SqlBoolean.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>
<LI>sTmp_filepath. May be SqlString.Null</LI>
<LI>bVertragsuebersicht_aktualisieren. 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:Reporting20.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Reporting20.TKB.VV.DB.clsApplication.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>iApplikationsnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iApplikationsnr</LI>
<LI>sVersion</LI>
<LI>bShowlogin</LI>
<LI>iMandantnr</LI>
<LI>bAktiv</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>sTmp_filepath</LI>
<LI>bVertragsuebersicht_aktualisieren</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:Reporting20.TKB.VV.DB.clsApplication.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:Reporting20.TKB.VV.DB.clsApplication">
<summary>
Purpose: Data Access class for the table 'Application'.
</summary>
</member><member name="M:Reporting20.TKB.VV.DB.clsSecurityObject.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.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:Reporting20.TKB.VV.DB.clsSecurityObject">
<summary>
Purpose: Data Access class for the table 'SecurityObject'.
</summary>
</member><member name="F:Reporting20.Globals.Version">
<summary>
Applikationsversion
</summary>
<remarks></remarks>
</member><member name="F:Reporting20.Globals.Applikationsdaten">
<summary>
Applikationsdaten
</summary>
<remarks></remarks>
</member><member name="F:Reporting20.Globals.clsmitarbeiter">
<summary>
Angemelderter Mitarbeiter
</summary>
<remarks></remarks>
</member><member name="F:Reporting20.Globals.clsapplication">
<summary>
Applikationsparameter
</summary>
<remarks></remarks>
</member><member name="F:Reporting20.Globals.sConnectionString">
<summary>
DB-Verbindungsklasse
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.Globals.ApplicationPath">
<summary>
Aktueller Applikationspfad
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.Auswertung.clsAuswertung.Read_Auswertungen">
<summary>
Auswertungen, für welche der User berechtigt ist, auslesen
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.Auswertung.clsAuswertung.Load_Treeview(System.Data.DataSet,System.Windows.Forms.TreeView@)">
<summary>
Interne Relation aufbauen und Tree aufbauen
</summary>
<param name="oSourceData"></param>
<param name="tree"></param>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.Auswertung.clsAuswertung.LoadTreeView(System.Data.DataSet,System.Windows.Forms.TreeView@)">
<summary>
Tree aufbauen
</summary>
<param name="oDS"></param>
<param name="oTreeview"></param>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.Auswertung.clsAuswertung.RecursivelyLoadTree(System.Data.DataRow,System.Windows.Forms.TreeNode@)">
<summary>
Child-Nodes hinzufügen
</summary>
<param name="oDataRow"></param>
<param name="oNode"></param>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.Utils.clsToolTips.Load_Data">
<summary>
Daten ab Datenbank laden
</summary>
<remarks></remarks>
</member><member name="M:Reporting20.TKB.VV.Utils.clsToolTips.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>