OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow Class Reference

This table holds the label values for application related data. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow:

Public Member Functions

 PDataLabelValueApplicationRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsApplicationKeyNull ()
 test for NULL value More...
 
void SetApplicationKeyNull ()
 assign NULL value More...
 
bool IsRegistrationOfficeNull ()
 test for NULL value More...
 
void SetRegistrationOfficeNull ()
 assign NULL value More...
 
bool IsDataLabelKeyNull ()
 test for NULL value More...
 
void SetDataLabelKeyNull ()
 assign NULL value More...
 
bool IsValueCharNull ()
 test for NULL value More...
 
void SetValueCharNull ()
 assign NULL value More...
 
bool IsValueNumNull ()
 test for NULL value More...
 
void SetValueNumNull ()
 assign NULL value More...
 
bool IsValueCurrencyNull ()
 test for NULL value More...
 
void SetValueCurrencyNull ()
 assign NULL value More...
 
bool IsValueIntNull ()
 test for NULL value More...
 
void SetValueIntNull ()
 assign NULL value More...
 
bool IsValueBoolNull ()
 test for NULL value More...
 
void SetValueBoolNull ()
 assign NULL value More...
 
bool IsValueDateNull ()
 test for NULL value More...
 
void SetValueDateNull ()
 assign NULL value More...
 
bool IsValueTimeNull ()
 test for NULL value More...
 
void SetValueTimeNull ()
 assign NULL value More...
 
bool IsValuePartnerKeyNull ()
 test for NULL value More...
 
void SetValuePartnerKeyNull ()
 assign NULL value More...
 
bool IsValueLookupNull ()
 test for NULL value More...
 
void SetValueLookupNull ()
 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 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...
 
Int32 ApplicationKey [get, set]
 Key to uniquely identify application. More...
 
Int64 RegistrationOffice [get, set]
 Partner key of office by which application was entered. More...
 
Int32 DataLabelKey [get, set]
 A sequence key for data labels. More...
 
String ValueChar [get, set]
 Label value for type Character. More...
 
Decimal ValueNum [get, set]
 Label value for type Numeric. More...
 
Decimal ValueCurrency [get, set]
 Label value for type Currency. More...
 
Int32 ValueInt [get, set]
 Label value for type Integer. More...
 
Boolean ValueBool [get, set]
 Label value for type Boolean. More...
 
System.? DateTime ValueDate [get, set]
 Label value for type Date. More...
 
Int32 ValueTime [get, set]
 Label value for type Time. More...
 
Int64 ValuePartnerKey [get, set]
 Label value for type Partner Key. More...
 
String ValueLookup [get, set]
 Label value for type Lookup Value. 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

This table holds the label values for application related data.

Constructor & Destructor Documentation

◆ PDataLabelValueApplicationRow()

Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.PDataLabelValueApplicationRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.InitValues ( )
inlinevirtual

set default values

◆ IsApplicationKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsApplicationKeyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDataLabelKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsDataLabelKeyNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsRegistrationOfficeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsRegistrationOfficeNull ( )
inline

test for NULL value

◆ IsValueBoolNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueBoolNull ( )
inline

test for NULL value

◆ IsValueCharNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueCharNull ( )
inline

test for NULL value

◆ IsValueCurrencyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueCurrencyNull ( )
inline

test for NULL value

◆ IsValueDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueDateNull ( )
inline

test for NULL value

◆ IsValueIntNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueIntNull ( )
inline

test for NULL value

◆ IsValueLookupNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueLookupNull ( )
inline

test for NULL value

◆ IsValueNumNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueNumNull ( )
inline

test for NULL value

◆ IsValuePartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValuePartnerKeyNull ( )
inline

test for NULL value

◆ IsValueTimeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.IsValueTimeNull ( )
inline

test for NULL value

◆ SetApplicationKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetApplicationKeyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDataLabelKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetDataLabelKeyNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetRegistrationOfficeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetRegistrationOfficeNull ( )
inline

assign NULL value

◆ SetValueBoolNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueBoolNull ( )
inline

assign NULL value

◆ SetValueCharNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueCharNull ( )
inline

assign NULL value

◆ SetValueCurrencyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueCurrencyNull ( )
inline

assign NULL value

◆ SetValueDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueDateNull ( )
inline

assign NULL value

◆ SetValueIntNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueIntNull ( )
inline

assign NULL value

◆ SetValueLookupNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueLookupNull ( )
inline

assign NULL value

◆ SetValueNumNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueNumNull ( )
inline

assign NULL value

◆ SetValuePartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValuePartnerKeyNull ( )
inline

assign NULL value

◆ SetValueTimeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.SetValueTimeNull ( )
inline

assign NULL value

Property Documentation

◆ ApplicationKey

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ApplicationKey
getset

Key to uniquely identify application.

◆ CreatedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.CreatedBy
getset

User ID of who created this record.

◆ DataLabelKey

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.DataLabelKey
getset

A sequence key for data labels.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ModifiedBy
getset

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.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.

◆ RegistrationOffice

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.RegistrationOffice
getset

Partner key of office by which application was entered.

◆ ValueBool

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueBool
getset

Label value for type Boolean.

◆ ValueChar

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueChar
getset

Label value for type Character.

◆ ValueCurrency

Decimal Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueCurrency
getset

Label value for type Currency.

◆ ValueDate

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueDate
getset

Label value for type Date.

◆ ValueInt

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueInt
getset

Label value for type Integer.

◆ ValueLookup

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueLookup
getset

Label value for type Lookup Value.

◆ ValueNum

Decimal Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueNum
getset

Label value for type Numeric.

◆ ValuePartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValuePartnerKey
getset

Label value for type Partner Key.

◆ ValueTime

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PDataLabelValueApplicationRow.ValueTime
getset

Label value for type Time.


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