OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MConference.Data.PcGroupRow Class Reference

Contains information about which groups individual attendees are assigned to. More...

Inheritance diagram for Ict.Petra.Shared.MConference.Data.PcGroupRow:

Public Member Functions

 PcGroupRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsConferenceKeyNull ()
 test for NULL value More...
 
void SetConferenceKeyNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsGroupTypeNull ()
 test for NULL value More...
 
void SetGroupTypeNull ()
 assign NULL value More...
 
bool IsGroupNameNull ()
 test for NULL value More...
 
void SetGroupNameNull ()
 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 ConferenceKey [get, set]
 This is the partner key of the conference. It consists of the fund id followed by a computer generated six digit number. More...
 
Int64 PartnerKey [get, set]
 This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
String GroupType [get, set]
 
String GroupName [get, set]
 
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

Contains information about which groups individual attendees are assigned to.

Constructor & Destructor Documentation

◆ PcGroupRow()

Ict.Petra.Shared.MConference.Data.PcGroupRow.PcGroupRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MConference.Data.PcGroupRow.InitValues ( )
inlinevirtual

set default values

◆ IsConferenceKeyNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsConferenceKeyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsGroupNameNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsGroupNameNull ( )
inline

test for NULL value

◆ IsGroupTypeNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsGroupTypeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MConference.Data.PcGroupRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ SetConferenceKeyNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetConferenceKeyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetGroupNameNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetGroupNameNull ( )
inline

assign NULL value

◆ SetGroupTypeNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetGroupTypeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MConference.Data.PcGroupRow.SetPartnerKeyNull ( )
inline

assign NULL value

Property Documentation

◆ ConferenceKey

Int64 Ict.Petra.Shared.MConference.Data.PcGroupRow.ConferenceKey
getset

This is the partner key of the conference. It consists of the fund id followed by a computer generated six digit number.

◆ CreatedBy

String Ict.Petra.Shared.MConference.Data.PcGroupRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MConference.Data.PcGroupRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MConference.Data.PcGroupRow.DateModified
getset

The date the record was modified.

◆ GroupName

String Ict.Petra.Shared.MConference.Data.PcGroupRow.GroupName
getset

◆ GroupType

String Ict.Petra.Shared.MConference.Data.PcGroupRow.GroupType
getset

◆ ModificationId

DateTime Ict.Petra.Shared.MConference.Data.PcGroupRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MConference.Data.PcGroupRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MConference.Data.PcGroupRow.PartnerKey
getset

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.


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