Vertragsverwaltung Reference  

clsKuendigungsfrist Members

clsKuendigungsfrist overview

Public Constructors

public constructor clsKuendigungsfrist Constructor (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

Purpose: Class constructor.

Public Properties

public property bAktiv (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property cpMainConnectionProvider (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

public property daErstellt_am (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property daKuendigungstermin (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property daMutiert_am (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property iErrorCode (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

public property iKuendigungsfristNr (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property iMutierer (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property iRowsAffected (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

public property iSecurityLevelNr (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property iVertragselementNr (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property iVertragselementNrOld (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property sBemerkung (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property sConnectionString (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

public property sKuendigungsfirst (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

public property sVarZeitspanne (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

Public Methods

public method Add_New

Supported by the .NET Compact Framework.

Neue Kuendigungsfrist einfügen
public method Create_Copy

Supported by the .NET Compact Framework.

Kopie eines Datensatzes erstellen.
public method Delete (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
public method DeleteAllWVertragselementNrLogic (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .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 'VertragselementNr'
public method Delete_Kuendigungsfrist

Supported by the .NET Compact Framework.

Kopie eines Datensatzes erstellen.
public method Dispose (Overloaded) (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

public method Get_Kuendigungsfrist

Supported by the .NET Compact Framework.

Kuendigungsfrist lesen
public method Insert (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Daten sichern
public method SelectAll (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

Purpose: SelectAll method. This method will Select all rows from the table.
public method SelectAllWVertragselementNrLogic (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .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 'VertragselementNr'
public method SelectOne (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
public method Update (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

Purpose: Update method. This method will Update one existing row in the database.
public method UpdateAllWVertragselementNrLogic (inherited from Vertragsverwaltung.TKB.VV.DB.clsKuendigungsfrist)

Supported by the .NET Compact Framework.

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

Fields

protected field m_bMainConnectionIsCreatedLocal (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

protected field m_cpMainConnectionProvider (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

protected field m_iErrorCode (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

protected field m_iRowsAffected (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

protected field m_scoMainConnection (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

See Also

clsKuendigungsfrist Class