OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SChangeEventRow Class Reference

Records all database events (ie. insert, update, delete). Gets purged after each export. More...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SChangeEventRow:

Public Member Functions

 SChangeEventRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsTableNameNull ()
 test for NULL value More...
 
void SetTableNameNull ()
 assign NULL value More...
 
bool IsRowidNull ()
 test for NULL value More...
 
void SetRowidNull ()
 assign NULL value More...
 
bool IsChangeTypeNull ()
 test for NULL value More...
 
void SetChangeTypeNull ()
 assign NULL value More...
 
bool IsNaturalKeyNull ()
 test for NULL value More...
 
void SetNaturalKeyNull ()
 assign NULL value More...
 
bool IsDateNull ()
 test for NULL value More...
 
void SetDateNull ()
 assign NULL value More...
 
bool IsTimeNull ()
 test for NULL value More...
 
void SetTimeNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

String TableName [get, set]
 Name of the database table where the event occurred. More...
 
String Rowid [get, set]
 Rowid of the record that the event applied to. More...
 
String ChangeType [get, set]
 Type of event (I, U or D - Insert, Update, Delete) More...
 
String NaturalKey [get, set]
 Concatenation of the natural key values for the affected record (the primary key is not enough where a surrogate key is used as this is not meaningful across sites) More...
 
System.DateTime Date [get, set]
 Date on which the event took place. More...
 
Int32 Time [get, set]
 Time at which event took place. More...
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateModified [get, set]
 The date the record was modified. More...
 
String ModifiedBy [get, set]
 User ID of who last modified this record. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 

Detailed Description

Records all database events (ie. insert, update, delete). Gets purged after each export.

Constructor & Destructor Documentation

◆ SChangeEventRow()

Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SChangeEventRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.InitValues ( )
inlinevirtual

set default values

◆ IsChangeTypeNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsChangeTypeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDateNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsDateNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsNaturalKeyNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsNaturalKeyNull ( )
inline

test for NULL value

◆ IsRowidNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsRowidNull ( )
inline

test for NULL value

◆ IsTableNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsTableNameNull ( )
inline

test for NULL value

◆ IsTimeNull()

bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsTimeNull ( )
inline

test for NULL value

◆ SetChangeTypeNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetChangeTypeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDateNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetDateNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetNaturalKeyNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetNaturalKeyNull ( )
inline

assign NULL value

◆ SetRowidNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetRowidNull ( )
inline

assign NULL value

◆ SetTableNameNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetTableNameNull ( )
inline

assign NULL value

◆ SetTimeNull()

void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetTimeNull ( )
inline

assign NULL value

Property Documentation

◆ ChangeType

String Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.ChangeType
getset

Type of event (I, U or D - Insert, Update, Delete)

◆ CreatedBy

String Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.CreatedBy
getset

User ID of who created this record.

◆ Date

System.DateTime Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.Date
getset

Date on which the event took place.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.ModifiedBy
getset

User ID of who last modified this record.

◆ NaturalKey

String Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.NaturalKey
getset

Concatenation of the natural key values for the affected record (the primary key is not enough where a surrogate key is used as this is not meaningful across sites)

◆ Rowid

String Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.Rowid
getset

Rowid of the record that the event applied to.

◆ TableName

String Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.TableName
getset

Name of the database table where the event occurred.

◆ Time

Int32 Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.Time
getset

Time at which event took place.


The documentation for this class was generated from the following file: