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.
1328 lines
44 KiB
1328 lines
44 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>
|
|
_FRReporting
|
|
</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:_FRReporting.My.Resources.Resources">
|
|
<summary>
|
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
|
</summary>
|
|
</member>
|
|
<member name="P:_FRReporting.My.Resources.Resources.ResourceManager">
|
|
<summary>
|
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
|
</summary>
|
|
</member>
|
|
<member name="P:_FRReporting.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:_FRReporting.DB.clsAuswertung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Auswertung'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.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>bReport. May be SqlBoolean.Null</LI>
|
|
<LI>sFilename. May be SqlString.Null</LI>
|
|
<LI>bExcel_Report. May be SqlBoolean.Null</LI>
|
|
<LI>sSQL. May be SqlString.Null</LI>
|
|
<LI>sSQLType. May be SqlString.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:_FRReporting.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>bReport. May be SqlBoolean.Null</LI>
|
|
<LI>sFilename. May be SqlString.Null</LI>
|
|
<LI>bExcel_Report. May be SqlBoolean.Null</LI>
|
|
<LI>sSQL. May be SqlString.Null</LI>
|
|
<LI>sSQLType. May be SqlString.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:_FRReporting.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:_FRReporting.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>bReport</LI>
|
|
<LI>sFilename</LI>
|
|
<LI>bExcel_Report</LI>
|
|
<LI>sSQL</LI>
|
|
<LI>sSQLType</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:_FRReporting.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:_FRReporting.DB.clsAuswertungAuswertungParameter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungAuswertungParameter'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungAuswertungParameter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungparameternr. May be SqlInt32.Null</LI>
|
|
<LI>sDBfeldname. May be SqlString.Null</LI>
|
|
<LI>iReihenfolge. 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:_FRReporting.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
<LI>iAuswertungnr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungparameternr. May be SqlInt32.Null</LI>
|
|
<LI>sDBfeldname. May be SqlString.Null</LI>
|
|
<LI>iReihenfolge. 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:_FRReporting.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungAuswertungParameter.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>iAuswertungAuswertungparameternr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungAuswertungparameternr</LI>
|
|
<LI>iAuswertungnr</LI>
|
|
<LI>iAuswertungparameternr</LI>
|
|
<LI>sDBfeldname</LI>
|
|
<LI>iReihenfolge</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:_FRReporting.DB.clsAuswertungAuswertungParameter.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:_FRReporting.DB.clsAuswertungGruppe">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungGruppe'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungGruppe.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</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>iParentid. 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:_FRReporting.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</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>iParentid. 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:_FRReporting.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungGruppe.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>iAuswertungGruppeNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungGruppeNr</LI>
|
|
<LI>sBezeichnung</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstellt_am</LI>
|
|
<LI>daMutiert_am</LI>
|
|
<LI>iMutierer</LI>
|
|
<LI>iParentid</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:_FRReporting.DB.clsAuswertungGruppe.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:_FRReporting.DB.clsAuswertungGruppeAuswertung">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungGruppeAuswertung'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungGruppeAuswertung.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
<LI>iAuswertungGruppeNr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstllt_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:_FRReporting.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
<LI>iAuswertungGruppeNr. May be SqlInt32.Null</LI>
|
|
<LI>iAuswertungNr. May be SqlInt32.Null</LI>
|
|
<LI>bAktiv. May be SqlBoolean.Null</LI>
|
|
<LI>daErstllt_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:_FRReporting.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungGruppeAuswertung.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>iAuswertungGruppeAuswertungNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungGruppeAuswertungNr</LI>
|
|
<LI>iAuswertungGruppeNr</LI>
|
|
<LI>iAuswertungNr</LI>
|
|
<LI>bAktiv</LI>
|
|
<LI>daErstllt_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:_FRReporting.DB.clsAuswertungGruppeAuswertung.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:_FRReporting.DB.clsAuswertungRptDatei">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'AuswertungRptDatei'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungRptDatei.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungRptDatei.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>iAuswertungDateiNr</LI>
|
|
<LI>sFilename. May be SqlString.Null</LI>
|
|
<LI>sReportname. May be SqlString.Null</LI>
|
|
<LI>blobReportfile. May be SqlBinary.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:_FRReporting.DB.clsAuswertungRptDatei.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>iAuswertungDateiNr</LI>
|
|
<LI>sFilename. May be SqlString.Null</LI>
|
|
<LI>sReportname. May be SqlString.Null</LI>
|
|
<LI>blobReportfile. May be SqlBinary.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:_FRReporting.DB.clsAuswertungRptDatei.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>iAuswertungDateiNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
</UL>
|
|
</remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungRptDatei.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>iAuswertungDateiNr</LI>
|
|
</UL>
|
|
Properties set after a succesful call of this method:
|
|
<UL>
|
|
<LI>iErrorCode</LI>
|
|
<LI>iAuswertungDateiNr</LI>
|
|
<LI>sFilename</LI>
|
|
<LI>sReportname</LI>
|
|
<LI>blobReportfile</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:_FRReporting.DB.clsAuswertungRptDatei.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:_FRReporting.DB.clsAuswertungsparameter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Auswertungsparameter'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsAuswertungsparameter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.DB.clsKey_tabelle">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'key_tabelle'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsKey_tabelle.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.DB.clsMitarbeiter_Auswertungsparameter">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'Mitarbeiter_Auswertungsparameter'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsMitarbeiter_Auswertungsparameter.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.DB.clsSecurityObject">
|
|
<summary>
|
|
Purpose: Data Access class for the table 'SecurityObject'.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.DB.clsSecurityObject.#ctor">
|
|
<summary>
|
|
Purpose: Class constructor.
|
|
</summary>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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="M:_FRReporting.frmAuswertung.#ctor(System.String,System.Data.DataSet@,System.String)">
|
|
<summary>
|
|
Initialisierung des Formulars
|
|
</summary>
|
|
<param name="Auswertungnr"></param>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.TKB.Auswertung.clsAuswertung.Read_Auswertungen">
|
|
<summary>
|
|
Auswertungen, für welche der User berechtigt ist, auslesen
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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="T:_FRReporting.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:_FRReporting.Utils.MyDocMgmt.Save_LayoutFile(C1.Win.C1TrueDBGrid.C1TrueDBGrid@,System.Int32,System.Int32)">
|
|
<summary>
|
|
Grid-Layoutfile speichern
|
|
</summary>
|
|
<param name="c1data">C1Truedbgrind, von welchem das Layout gespeichert werden soll</param>
|
|
<param name="GriddNo">Nummer des Grids: 1=Vertragsübersicht...</param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.Utils.MySecurity">
|
|
<summary>
|
|
Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.Utils.MySecurity.Load_Data(System.String)">
|
|
<summary>
|
|
Daten ab Datenbank laden
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.Utils.MySecurity.level">
|
|
<summary>
|
|
Auslesen von MenuItems
|
|
</summary>
|
|
<param name="x"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
|
|
</member>
|
|
<member name="M:_FRReporting.Utils.MySecurity.ReadContextMenu(System.Object@)">
|
|
<summary>
|
|
Auslesen von ContextMenuItems
|
|
</summary>
|
|
<param name="x"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.Utils.MyFormControls">
|
|
<summary>
|
|
Klasse für ein Control-Objekt
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.Utils.MyFormControls.Write_Object_to_DB">
|
|
<summary>
|
|
Schreibt einen Datnsatz in die Tabelle SecurityObjects
|
|
</summary>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.FrmReportSelect.TSBtnQuit_Click(System.Object,System.EventArgs)">
|
|
<summary>
|
|
Formular schliessen
|
|
</summary>
|
|
<param name="sender"></param>
|
|
<param name="e"></param>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.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:_FRReporting.FrmReportSelect.Init_Params(System.Boolean)">
|
|
<summary>
|
|
Parameter initialisieren
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.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:_FRReporting.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:_FRReporting.FrmReportSelect.Get_SQLWhere">
|
|
<summary>
|
|
Where Bedingung für die Abfrage zusammenstellen
|
|
</summary>
|
|
<remarks></remarks>
|
|
</member>
|
|
<member name="M:_FRReporting.FrmReportSelect.get_where(System.Int32)">
|
|
<summary>
|
|
Where zusammenstellen
|
|
</summary>
|
|
<param name="nr"></param>
|
|
<returns></returns>
|
|
<remarks></remarks>
|
|
</member>
|
|
</members>
|
|
</doc>
|