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

This decribes the type of application a person has submitted, e.g, Short-Term, Long-Term, or 2 years. More...

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

Public Member Functions

 PtApplicationTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsAppTypeNameNull ()
 test for NULL value More...
 
void SetAppTypeNameNull ()
 assign NULL value More...
 
bool IsAppTypeDescrNull ()
 test for NULL value More...
 
void SetAppTypeDescrNull ()
 assign NULL value More...
 
bool IsUnassignableFlagNull ()
 test for NULL value More...
 
void SetUnassignableFlagNull ()
 assign NULL value More...
 
bool IsUnassignableDateNull ()
 test for NULL value More...
 
void SetUnassignableDateNull ()
 assign NULL value More...
 
bool IsAppFormTypeNull ()
 test for NULL value More...
 
void SetAppFormTypeNull ()
 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 AppTypeName [get, set]
 Name of the application type, e.g. Short-Term, Long-Term. More...
 
String AppTypeDescr [get, set]
 Describes the application type. More...
 
Boolean UnassignableFlag [get, set]
 Can this application type be assigned? More...
 
System.? DateTime UnassignableDate [get, set]
 This is the date the record was last updated. More...
 
String AppFormType [get, set]
 This field lists the different forms that are used for the various application types. 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 decribes the type of application a person has submitted, e.g, Short-Term, Long-Term, or 2 years.

Constructor & Destructor Documentation

◆ PtApplicationTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAppFormTypeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.IsAppFormTypeNull ( )
inline

test for NULL value

◆ IsAppTypeDescrNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.IsAppTypeDescrNull ( )
inline

test for NULL value

◆ IsAppTypeNameNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.IsAppTypeNameNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableFlagNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsUnassignableDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.IsUnassignableDateNull ( )
inline

test for NULL value

◆ IsUnassignableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.IsUnassignableFlagNull ( )
inline

test for NULL value

◆ SetAppFormTypeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.SetAppFormTypeNull ( )
inline

assign NULL value

◆ SetAppTypeDescrNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.SetAppTypeDescrNull ( )
inline

assign NULL value

◆ SetAppTypeNameNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.SetAppTypeNameNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableFlagNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetUnassignableDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.SetUnassignableDateNull ( )
inline

assign NULL value

◆ SetUnassignableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.SetUnassignableFlagNull ( )
inline

assign NULL value

Property Documentation

◆ AppFormType

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.AppFormType
getset

This field lists the different forms that are used for the various application types.

◆ AppTypeDescr

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.AppTypeDescr
getset

Describes the application type.

◆ AppTypeName

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.AppTypeName
getset

Name of the application type, e.g. Short-Term, Long-Term.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeletableFlag

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

Indicates if a record can be deleted.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ UnassignableDate

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.UnassignableDate
getset

This is the date the record was last updated.

◆ UnassignableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtApplicationTypeRow.UnassignableFlag
getset

Can this application type be assigned?


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