Records all database events (ie. insert, update, delete). Gets purged after each export.
More...
|
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...
|
|
Records all database events (ie. insert, update, delete). Gets purged after each export.
◆ SChangeEventRow()
Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SChangeEventRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
virtual void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsChangeTypeNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsChangeTypeNull |
( |
| ) |
|
|
inline |
◆ IsCreatedByNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsCreatedByNull |
( |
| ) |
|
|
inline |
◆ IsDateCreatedNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsDateCreatedNull |
( |
| ) |
|
|
inline |
◆ IsDateModifiedNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsDateModifiedNull |
( |
| ) |
|
|
inline |
◆ IsDateNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsDateNull |
( |
| ) |
|
|
inline |
◆ IsModificationIdNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsModificationIdNull |
( |
| ) |
|
|
inline |
◆ IsModifiedByNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsModifiedByNull |
( |
| ) |
|
|
inline |
◆ IsNaturalKeyNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsNaturalKeyNull |
( |
| ) |
|
|
inline |
◆ IsRowidNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsRowidNull |
( |
| ) |
|
|
inline |
◆ IsTableNameNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsTableNameNull |
( |
| ) |
|
|
inline |
◆ IsTimeNull()
bool Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.IsTimeNull |
( |
| ) |
|
|
inline |
◆ SetChangeTypeNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetChangeTypeNull |
( |
| ) |
|
|
inline |
◆ SetCreatedByNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetCreatedByNull |
( |
| ) |
|
|
inline |
◆ SetDateCreatedNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetDateCreatedNull |
( |
| ) |
|
|
inline |
◆ SetDateModifiedNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetDateModifiedNull |
( |
| ) |
|
|
inline |
◆ SetDateNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetDateNull |
( |
| ) |
|
|
inline |
◆ SetModificationIdNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetModificationIdNull |
( |
| ) |
|
|
inline |
◆ SetModifiedByNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetModifiedByNull |
( |
| ) |
|
|
inline |
◆ SetNaturalKeyNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetNaturalKeyNull |
( |
| ) |
|
|
inline |
◆ SetRowidNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetRowidNull |
( |
| ) |
|
|
inline |
◆ SetTableNameNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetTableNameNull |
( |
| ) |
|
|
inline |
◆ SetTimeNull()
void Ict.Petra.Shared.MSysMan.Data.SChangeEventRow.SetTimeNull |
( |
| ) |
|
|
inline |
◆ 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: