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

Categories for Area of Interest. More...

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

Public Member Functions

 PInterestCategoryRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsCategoryNull ()
 test for NULL value More...
 
void SetCategoryNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsLevelDescriptionsNull ()
 test for NULL value More...
 
void SetLevelDescriptionsNull ()
 assign NULL value More...
 
bool IsLevelRangeLowNull ()
 test for NULL value More...
 
void SetLevelRangeLowNull ()
 assign NULL value More...
 
bool IsLevelRangeHighNull ()
 test for NULL value More...
 
void SetLevelRangeHighNull ()
 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 Category [get, set]
 Unique key for the table. More...
 
String Description [get, set]
 
String LevelDescriptions [get, set]
 Description of all the interest intensity levels. Leave empty if levels not needed. More...
 
Int32 LevelRangeLow [get, set]
 
Int32 LevelRangeHigh [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

Categories for Area of Interest.

Constructor & Destructor Documentation

◆ PInterestCategoryRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCategoryNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.IsCategoryNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsLevelDescriptionsNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.IsLevelDescriptionsNull ( )
inline

test for NULL value

◆ IsLevelRangeHighNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.IsLevelRangeHighNull ( )
inline

test for NULL value

◆ IsLevelRangeLowNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.IsLevelRangeLowNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetCategoryNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.SetCategoryNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetLevelDescriptionsNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.SetLevelDescriptionsNull ( )
inline

assign NULL value

◆ SetLevelRangeHighNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.SetLevelRangeHighNull ( )
inline

assign NULL value

◆ SetLevelRangeLowNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.SetLevelRangeLowNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ Category

String Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.Category
getset

Unique key for the table.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.Description
getset

◆ LevelDescriptions

String Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.LevelDescriptions
getset

Description of all the interest intensity levels. Leave empty if levels not needed.

◆ LevelRangeHigh

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.LevelRangeHigh
getset

◆ LevelRangeLow

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PInterestCategoryRow.LevelRangeLow
getset

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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