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

This table contains the codes that indicate the types of documents for a person. More...

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

Public Member Functions

 PmDocumentTypeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsDocCodeNull ()
 test for NULL value More...
 
void SetDocCodeNull ()
 assign NULL value More...
 
bool IsDocCategoryNull ()
 test for NULL value More...
 
void SetDocCategoryNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 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 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 DocCode [get, set]
 This code indicates the type of document for a person. More...
 
String DocCategory [get, set]
 This code indicates the category of a document type. More...
 
String Description [get, set]
 This describes the document type. More...
 
Boolean UnassignableFlag [get, set]
 Indicates if this code can still be assigned? More...
 
System.? DateTime UnassignableDate [get, set]
 Date from which this code was made unassignable. 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 table contains the codes that indicate the types of documents for a person.

Constructor & Destructor Documentation

◆ PmDocumentTypeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableFlagNull()

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

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.IsDescriptionNull ( )
inline

test for NULL value

◆ IsDocCategoryNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.IsDocCategoryNull ( )
inline

test for NULL value

◆ IsDocCodeNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.IsDocCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsUnassignableDateNull()

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

test for NULL value

◆ IsUnassignableFlagNull()

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

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableFlagNull()

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

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.SetDescriptionNull ( )
inline

assign NULL value

◆ SetDocCategoryNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.SetDocCategoryNull ( )
inline

assign NULL value

◆ SetDocCodeNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.SetDocCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetUnassignableDateNull()

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

assign NULL value

◆ SetUnassignableFlagNull()

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

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeletableFlag

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

Indicates if a record can be deleted.

◆ Description

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.Description
getset

This describes the document type.

◆ DocCategory

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.DocCategory
getset

This code indicates the category of a document type.

◆ DocCode

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentTypeRow.DocCode
getset

This code indicates the type of document for a person.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ UnassignableDate

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

Date from which this code was made unassignable.

◆ UnassignableFlag

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

Indicates if this code can still be assigned?


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