Vertragsverwaltung-Klassenbibliothek  

clsApplikationInstallationAls-Member

clsApplikationInstallationAls Übersicht

Öffentliche Konstruktoren

public constructor clsApplikationInstallationAls -Konstructor

Unterstützt von .NET Compact Framework

Purpose: Class constructor.

Öffentliche Eigenschaften

public property bAktiv

Unterstützt von .NET Compact Framework

public property cpMainConnectionProvider (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

public property daErstellt_am

Unterstützt von .NET Compact Framework

public property daMutiert_am

Unterstützt von .NET Compact Framework

public property iApplikationInstallationAlsTypNr

Unterstützt von .NET Compact Framework

public property iApplikationNr

Unterstützt von .NET Compact Framework

public property iApplikationNrOld

Unterstützt von .NET Compact Framework

public property iErrorCode (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

public property iInstallationalsTypNr

Unterstützt von .NET Compact Framework

public property iInstallationalsTypNrOld

Unterstützt von .NET Compact Framework

public property iMutierer

Unterstützt von .NET Compact Framework

public property iRowsAffected (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

public property sConnectionString (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

Öffentliche Methoden

public method Delete

Unterstützt von .NET Compact Framework

Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
public method DeleteAllWApplikationNrLogic

Unterstützt von .NET Compact Framework

Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'ApplikationNr'
public method DeleteAllWInstallationalsTypNrLogic

Unterstützt von .NET Compact Framework

Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'InstallationalsTypNr'
public method Dispose Überladen. (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

public method Insert

Unterstützt von .NET Compact Framework

Purpose: Insert method. This method will insert one new row into the database.
public method SelectAll

Unterstützt von .NET Compact Framework

Purpose: SelectAll method. This method will Select all rows from the table.
public method SelectAllWApplikationNrLogic

Unterstützt von .NET Compact Framework

Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'ApplikationNr'
public method SelectAllWInstallationalsTypNrLogic

Unterstützt von .NET Compact Framework

Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'InstallationalsTypNr'
public method SelectOne

Unterstützt von .NET Compact Framework

Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
public method Update

Unterstützt von .NET Compact Framework

Purpose: Update method. This method will Update one existing row in the database.
public method UpdateAllWApplikationNrLogic

Unterstützt von .NET Compact Framework

Purpose: Update method for updating one or more rows using the Foreign Key 'ApplikationNr. This method will Update one or more existing rows in the database. It will reset the field 'ApplikationNr' in all rows which have as value for this field the value as set in property 'iApplikationNrOld' to the value as set in property 'iApplikationNr'.
public method UpdateAllWInstallationalsTypNrLogic

Unterstützt von .NET Compact Framework

Purpose: Update method for updating one or more rows using the Foreign Key 'InstallationalsTypNr. This method will Update one or more existing rows in the database. It will reset the field 'InstallationalsTypNr' in all rows which have as value for this field the value as set in property 'iInstallationalsTypNrOld' to the value as set in property 'iInstallationalsTypNr'.

Felder

private field m_bAktiv

Unterstützt von .NET Compact Framework

protected field m_bMainConnectionIsCreatedLocal (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

protected field m_cpMainConnectionProvider (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

private field m_daErstellt_am

Unterstützt von .NET Compact Framework

private field m_daMutiert_am

Unterstützt von .NET Compact Framework

private field m_iApplikationInstallationAlsTypNr

Unterstützt von .NET Compact Framework

private field m_iApplikationNr

Unterstützt von .NET Compact Framework

private field m_iApplikationNrOld

Unterstützt von .NET Compact Framework

protected field m_iErrorCode (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

private field m_iInstallationalsTypNr

Unterstützt von .NET Compact Framework

private field m_iInstallationalsTypNrOld

Unterstützt von .NET Compact Framework

private field m_iMutierer

Unterstützt von .NET Compact Framework

protected field m_iRowsAffected (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

protected field m_scoMainConnection (Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Unterstützt von .NET Compact Framework

Siehe auch

clsApplikationInstallationAls -Klasse