OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow Class Reference

Keeps track of all data changes for GDPR. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow:
Ict.Petra.Shared.MPartner.Partner.Data.DataConsentTDSPConsentHistoryRow Ict.Petra.Shared.MPartner.Partner.Data.PartnerImportExportTDSPConsentHistoryRow

Public Member Functions

 PConsentHistoryRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsEntryIdNull ()
 test for NULL value More...
 
void SetEntryIdNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsTypeNull ()
 test for NULL value More...
 
void SetTypeNull ()
 assign NULL value More...
 
bool IsValueNull ()
 test for NULL value More...
 
void SetValueNull ()
 assign NULL value More...
 
bool IsConsentDateNull ()
 test for NULL value More...
 
void SetConsentDateNull ()
 assign NULL value More...
 
bool IsChannelCodeNull ()
 test for NULL value More...
 
void SetChannelCodeNull ()
 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

Int64 EntryId [get, set]
 Incremental key for entrys. More...
 
Int64 PartnerKey [get, set]
 Key for partner. More...
 
String Type [get, set]
 Type for Data saved. More...
 
String Value [get, set]
 Value for type key. More...
 
System.DateTime ConsentDate [get, set]
 Date the consent was given. More...
 
String ChannelCode [get, set]
 Code of channel. 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

Keeps track of all data changes for GDPR.

Constructor & Destructor Documentation

◆ PConsentHistoryRow()

Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.PConsentHistoryRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.InitValues ( )
inlinevirtual

◆ IsChannelCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsChannelCodeNull ( )
inline

test for NULL value

◆ IsConsentDateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsConsentDateNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsEntryIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsEntryIdNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsTypeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsTypeNull ( )
inline

test for NULL value

◆ IsValueNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.IsValueNull ( )
inline

test for NULL value

◆ SetChannelCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetChannelCodeNull ( )
inline

assign NULL value

◆ SetConsentDateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetConsentDateNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetEntryIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetEntryIdNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetTypeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetTypeNull ( )
inline

assign NULL value

◆ SetValueNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.SetValueNull ( )
inline

assign NULL value

Property Documentation

◆ ChannelCode

String Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.ChannelCode
getset

Code of channel.

◆ ConsentDate

System.DateTime Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.ConsentDate
getset

Date the consent was given.

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.DateModified
getset

The date the record was modified.

◆ EntryId

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.EntryId
getset

Incremental key for entrys.

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.PartnerKey
getset

Key for partner.

◆ Type

String Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.Type
getset

Type for Data saved.

◆ Value

String Ict.Petra.Shared.MPartner.Partner.Data.PConsentHistoryRow.Value
getset

Value for type key.


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