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

Document. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow:
Ict.Petra.Shared.MPartner.Partner.Data.PartnerImportExportTDSPmDocumentRow

Public Member Functions

 PmDocumentRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsSiteKeyNull ()
 test for NULL value More...
 
void SetSiteKeyNull ()
 assign NULL value More...
 
bool IsDocumentKeyNull ()
 test for NULL value More...
 
void SetDocumentKeyNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsDocCodeNull ()
 test for NULL value More...
 
void SetDocCodeNull ()
 assign NULL value More...
 
bool IsDocumentIdNull ()
 test for NULL value More...
 
void SetDocumentIdNull ()
 assign NULL value More...
 
bool IsPlaceOfIssueNull ()
 test for NULL value More...
 
void SetPlaceOfIssueNull ()
 assign NULL value More...
 
bool IsDateOfIssueNull ()
 test for NULL value More...
 
void SetDateOfIssueNull ()
 assign NULL value More...
 
bool IsDateOfStartNull ()
 test for NULL value More...
 
void SetDateOfStartNull ()
 assign NULL value More...
 
bool IsDateOfExpirationNull ()
 test for NULL value More...
 
void SetDateOfExpirationNull ()
 assign NULL value More...
 
bool IsDocCommentNull ()
 test for NULL value More...
 
void SetDocCommentNull ()
 assign NULL value More...
 
bool IsAssocDocIdNull ()
 test for NULL value More...
 
void SetAssocDocIdNull ()
 assign NULL value More...
 
bool IsContactPartnerKeyNull ()
 test for NULL value More...
 
void SetContactPartnerKeyNull ()
 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

Int64 SiteKey [get, set]
 This is the key that tell what site created this document. More...
 
Int64 DocumentKey [get, set]
 Key to identify the document. More...
 
Int64 PartnerKey [get, set]
 This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. More...
 
String DocCode [get, set]
 This code indicates the type of document for a person. More...
 
String DocumentId [get, set]
 Document ID. More...
 
String PlaceOfIssue [get, set]
 Place the document was issued. More...
 
System.? DateTime DateOfIssue [get, set]
 The date the document was issued. More...
 
System.? DateTime DateOfStart [get, set]
 Date the document takes effect. More...
 
System.? DateTime DateOfExpiration [get, set]
 Date the document expires. More...
 
String DocComment [get, set]
 Comments and details. More...
 
String AssocDocId [get, set]
 ID of associated document. More...
 
Int64 ContactPartnerKey [get, set]
 This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. 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

Document.

Constructor & Destructor Documentation

◆ PmDocumentRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

◆ IsAssocDocIdNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsAssocDocIdNull ( )
inline

test for NULL value

◆ IsContactPartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsContactPartnerKeyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDateOfExpirationNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsDateOfExpirationNull ( )
inline

test for NULL value

◆ IsDateOfIssueNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsDateOfIssueNull ( )
inline

test for NULL value

◆ IsDateOfStartNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsDateOfStartNull ( )
inline

test for NULL value

◆ IsDocCodeNull()

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

test for NULL value

◆ IsDocCommentNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsDocCommentNull ( )
inline

test for NULL value

◆ IsDocumentIdNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsDocumentIdNull ( )
inline

test for NULL value

◆ IsDocumentKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsDocumentKeyNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsPlaceOfIssueNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsPlaceOfIssueNull ( )
inline

test for NULL value

◆ IsSiteKeyNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.IsSiteKeyNull ( )
inline

test for NULL value

◆ SetAssocDocIdNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetAssocDocIdNull ( )
inline

assign NULL value

◆ SetContactPartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetContactPartnerKeyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDateOfExpirationNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetDateOfExpirationNull ( )
inline

assign NULL value

◆ SetDateOfIssueNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetDateOfIssueNull ( )
inline

assign NULL value

◆ SetDateOfStartNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetDateOfStartNull ( )
inline

assign NULL value

◆ SetDocCodeNull()

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

assign NULL value

◆ SetDocCommentNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetDocCommentNull ( )
inline

assign NULL value

◆ SetDocumentIdNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetDocumentIdNull ( )
inline

assign NULL value

◆ SetDocumentKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetDocumentKeyNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetPlaceOfIssueNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetPlaceOfIssueNull ( )
inline

assign NULL value

◆ SetSiteKeyNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SetSiteKeyNull ( )
inline

assign NULL value

Property Documentation

◆ AssocDocId

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.AssocDocId
getset

ID of associated document.

◆ ContactPartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.ContactPartnerKey
getset

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DateOfExpiration

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.DateOfExpiration
getset

Date the document expires.

◆ DateOfIssue

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.DateOfIssue
getset

The date the document was issued.

◆ DateOfStart

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.DateOfStart
getset

Date the document takes effect.

◆ DocCode

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

This code indicates the type of document for a person.

◆ DocComment

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.DocComment
getset

Comments and details.

◆ DocumentId

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.DocumentId
getset

Document ID.

◆ DocumentKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.DocumentKey
getset

Key to identify the document.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.PartnerKey
getset

This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number.

◆ PlaceOfIssue

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.PlaceOfIssue
getset

Place the document was issued.

◆ SiteKey

Int64 Ict.Petra.Shared.MPersonnel.Personnel.Data.PmDocumentRow.SiteKey
getset

This is the key that tell what site created this document.


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