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

This table holds all lookup values that can be used for data label values. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow:

Public Member Functions

 PDataLabelLookupRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsCategoryCodeNull ()
 test for NULL value More...
 
void SetCategoryCodeNull ()
 assign NULL value More...
 
bool IsValueCodeNull ()
 test for NULL value More...
 
void SetValueCodeNull ()
 assign NULL value More...
 
bool IsValueDescNull ()
 test for NULL value More...
 
void SetValueDescNull ()
 assign NULL value More...
 
bool IsActiveNull ()
 test for NULL value More...
 
void SetActiveNull ()
 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

String CategoryCode [get, set]
 Code for Lookup Category. More...
 
String ValueCode [get, set]
 Code for Lookup Value. More...
 
String ValueDesc [get, set]
 Description for Lookup Value. More...
 
Boolean Active [get, set]
 Indicates if this value is active (i.e. can be 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

This table holds all lookup values that can be used for data label values.

Constructor & Destructor Documentation

◆ PDataLabelLookupRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsActiveNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.IsActiveNull ( )
inline

test for NULL value

◆ IsCategoryCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.IsCategoryCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsValueCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.IsValueCodeNull ( )
inline

test for NULL value

◆ IsValueDescNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.IsValueDescNull ( )
inline

test for NULL value

◆ SetActiveNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.SetActiveNull ( )
inline

assign NULL value

◆ SetCategoryCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.SetCategoryCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetValueCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.SetValueCodeNull ( )
inline

assign NULL value

◆ SetValueDescNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.SetValueDescNull ( )
inline

assign NULL value

Property Documentation

◆ Active

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.Active
getset

Indicates if this value is active (i.e. can be used)

◆ CategoryCode

String Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.CategoryCode
getset

Code for Lookup Category.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ValueCode

String Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.ValueCode
getset

Code for Lookup Value.

◆ ValueDesc

String Ict.Petra.Shared.MPartner.Partner.Data.PDataLabelLookupRow.ValueDesc
getset

Description for Lookup Value.


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