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.

124 lines
3.9 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>
Loader
</name>
</assembly>
<members>
<member name="M:Loader.coldabgleich.host.clsTmphost.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Loader.coldabgleich.host.clsTmphost.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>sPartnernr_inhaber</LI>
<LI>sPartnernr_zusteller. May be SqlString.Null</LI>
<LI>sPartnername_inhaber</LI>
<LI>sPartnername_zusteller. May be SqlString.Null</LI>
<LI>sReferenzzeile1. May be SqlString.Null</LI>
<LI>sReferenzzeile2. May be SqlString.Null</LI>
<LI>sValutadatum</LI>
<LI>sValutadatum1. May be SqlString.Null</LI>
<LI>sValorennr. May be SqlString.Null</LI>
<LI>sIsinnr. May be SqlString.Null</LI>
<LI>sDokumentid</LI>
<LI>sAnzahlseiten</LI>
<LI>sNachvollziehbarkeit</LI>
<LI>sArchivdatum</LI>
<LI>sVvextern1. May be SqlString.Null</LI>
<LI>sVvextern2. May be SqlString.Null</LI>
<LI>sEx. May be SqlString.Null</LI>
<LI>sStandamdatum. May be SqlString.Null</LI>
<LI>sDokumenttypnr. May be SqlString.Null</LI>
<LI>sLoadid. May be SqlString.Null</LI>
<LI>daInserttimestamp. May be SqlDateTime.Null</LI>
<LI>iInrpar00_inhaber. May be SqlInt32.Null</LI>
<LI>iInrpar00_zusteller. May be SqlInt32.Null</LI>
<LI>sMailingProductBezeichnung. May be SqlString.Null</LI>
<LI>sMetatype. May be SqlString.Null</LI>
<LI>sOrdertype. May be SqlString.Null</LI>
<LI>sXomaDocID. May be SqlString.Null</LI>
<LI>sTransactnr. May be SqlString.Null</LI>
<LI>sManr. May be SqlString.Null</LI>
<LI>sMailingProduct. May be SqlString.Null</LI>
<LI>sBetreffzeile. May be SqlString.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>lPk</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Loader.coldabgleich.host.clsTmphost.SelectOneWpkLogic">
<summary>
Purpose: Select method for a unique field. This method will Select one row from the database, based on the unique field 'pk'
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>lPk</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>sPartnernr_inhaber</LI>
<LI>sPartnernr_zusteller</LI>
<LI>sPartnername_inhaber</LI>
<LI>sPartnername_zusteller</LI>
<LI>sReferenzzeile1</LI>
<LI>sReferenzzeile2</LI>
<LI>sValutadatum</LI>
<LI>sValutadatum1</LI>
<LI>sValorennr</LI>
<LI>sIsinnr</LI>
<LI>sDokumentid</LI>
<LI>sAnzahlseiten</LI>
<LI>sNachvollziehbarkeit</LI>
<LI>sArchivdatum</LI>
<LI>sVvextern1</LI>
<LI>sVvextern2</LI>
<LI>sEx</LI>
<LI>sStandamdatum</LI>
<LI>sDokumenttypnr</LI>
<LI>sLoadid</LI>
<LI>daInserttimestamp</LI>
<LI>iInrpar00_inhaber</LI>
<LI>iInrpar00_zusteller</LI>
<LI>sMailingProductBezeichnung</LI>
<LI>sMetatype</LI>
<LI>sOrdertype</LI>
<LI>sXomaDocID</LI>
<LI>sTransactnr</LI>
<LI>sManr</LI>
<LI>sMailingProduct</LI>
<LI>sBetreffzeile</LI>
<LI>lPk</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:Loader.coldabgleich.host.clsTmphost.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:Loader.coldabgleich.host.clsTmphost">
<summary>
Purpose: Data Access class for the table 'tmphost'.
</summary>
</member>
</members>
</doc>