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

Basic details about a conference. More...

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

Public Member Functions

 PcConferenceRow (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 IsOutreachPrefixNull ()
 test for NULL value More...
 
void SetOutreachPrefixNull ()
 assign NULL value More...
 
bool IsStartNull ()
 test for NULL value More...
 
void SetStartNull ()
 assign NULL value More...
 
bool IsEndNull ()
 test for NULL value More...
 
void SetEndNull ()
 assign NULL value More...
 
bool IsCurrencyCodeNull ()
 test for NULL value More...
 
void SetCurrencyCodeNull ()
 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 assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
String OutreachPrefix [get, set]
 
System.? DateTime Start [get, set]
 
System.? DateTime End [get, set]
 
String CurrencyCode [get, set]
 This defines which currency is being used. 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

Basic details about a conference.

Constructor & Destructor Documentation

◆ PcConferenceRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsConferenceKeyNull()

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

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsCurrencyCodeNull()

bool Ict.Petra.Shared.MConference.Data.PcConferenceRow.IsCurrencyCodeNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsEndNull()

bool Ict.Petra.Shared.MConference.Data.PcConferenceRow.IsEndNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsOutreachPrefixNull()

bool Ict.Petra.Shared.MConference.Data.PcConferenceRow.IsOutreachPrefixNull ( )
inline

test for NULL value

◆ IsStartNull()

bool Ict.Petra.Shared.MConference.Data.PcConferenceRow.IsStartNull ( )
inline

test for NULL value

◆ SetConferenceKeyNull()

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

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetCurrencyCodeNull()

void Ict.Petra.Shared.MConference.Data.PcConferenceRow.SetCurrencyCodeNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetEndNull()

void Ict.Petra.Shared.MConference.Data.PcConferenceRow.SetEndNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetOutreachPrefixNull()

void Ict.Petra.Shared.MConference.Data.PcConferenceRow.SetOutreachPrefixNull ( )
inline

assign NULL value

◆ SetStartNull()

void Ict.Petra.Shared.MConference.Data.PcConferenceRow.SetStartNull ( )
inline

assign NULL value

Property Documentation

◆ ConferenceKey

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

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

◆ CreatedBy

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

User ID of who created this record.

◆ CurrencyCode

String Ict.Petra.Shared.MConference.Data.PcConferenceRow.CurrencyCode
getset

This defines which currency is being used.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ End

System.? DateTime Ict.Petra.Shared.MConference.Data.PcConferenceRow.End
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ OutreachPrefix

String Ict.Petra.Shared.MConference.Data.PcConferenceRow.OutreachPrefix
getset

◆ Start

System.? DateTime Ict.Petra.Shared.MConference.Data.PcConferenceRow.Start
getset

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