OpenPetra
Free Administration Software for Non-Profits
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow Class Reference

This defines the areas in which a person may posess a qualification, e.g. computing or accountancy. More...

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

Public Member Functions

 PtQualificationAreaRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsQualificationAreaNameNull ()
 test for NULL value More...
 
void SetQualificationAreaNameNull ()
 assign NULL value More...
 
bool IsQualificationAreaDescrNull ()
 test for NULL value More...
 
void SetQualificationAreaDescrNull ()
 assign NULL value More...
 
bool IsQualificationFlagNull ()
 test for NULL value More...
 
void SetQualificationFlagNull ()
 assign NULL value More...
 
bool IsQualificationDateNull ()
 test for NULL value More...
 
void SetQualificationDateNull ()
 assign NULL value More...
 
bool IsDeletableFlagNull ()
 test for NULL value More...
 
void SetDeletableFlagNull ()
 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 QualificationAreaName [get, set]
 Name of the area of qualification. More...
 
String QualificationAreaDescr [get, set]
 Describes the area of qualification. More...
 
Boolean QualificationFlag [get, set]
 Can this qualification be assigned? More...
 
System.? DateTime QualificationDate [get, set]
 This is the date the record was last updated. More...
 
Boolean DeletableFlag [get, set]
 Indicates if a record can be deleted. 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 defines the areas in which a person may posess a qualification, e.g. computing or accountancy.

Constructor & Destructor Documentation

◆ PtQualificationAreaRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.IsDeletableFlagNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsQualificationAreaDescrNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.IsQualificationAreaDescrNull ( )
inline

test for NULL value

◆ IsQualificationAreaNameNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.IsQualificationAreaNameNull ( )
inline

test for NULL value

◆ IsQualificationDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.IsQualificationDateNull ( )
inline

test for NULL value

◆ IsQualificationFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.IsQualificationFlagNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.SetDeletableFlagNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetQualificationAreaDescrNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.SetQualificationAreaDescrNull ( )
inline

assign NULL value

◆ SetQualificationAreaNameNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.SetQualificationAreaNameNull ( )
inline

assign NULL value

◆ SetQualificationDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.SetQualificationDateNull ( )
inline

assign NULL value

◆ SetQualificationFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.SetQualificationFlagNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeletableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.DeletableFlag
getset

Indicates if a record can be deleted.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ QualificationAreaDescr

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.QualificationAreaDescr
getset

Describes the area of qualification.

◆ QualificationAreaName

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.QualificationAreaName
getset

Name of the area of qualification.

◆ QualificationDate

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.QualificationDate
getset

This is the date the record was last updated.

◆ QualificationFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtQualificationAreaRow.QualificationFlag
getset

Can this qualification be assigned?


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