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

This table contains the codes indicating someones marital status. More...

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

Public Member Functions

 PtMaritalStatusRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsCodeNull ()
 test for NULL value More...
 
void SetCodeNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsAssignableFlagNull ()
 test for NULL value More...
 
void SetAssignableFlagNull ()
 assign NULL value More...
 
bool IsAssignableDateNull ()
 test for NULL value More...
 
void SetAssignableDateNull ()
 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 Code [get, set]
 This code indicates the different marital statuses. More...
 
String Description [get, set]
 This describes the marital statuses. More...
 
Boolean AssignableFlag [get, set]
 Indicates if this code can still be assigned? More...
 
System.? DateTime AssignableDate [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 indicating someones marital status.

Constructor & Destructor Documentation

◆ PtMaritalStatusRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAssignableDateNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.IsAssignableDateNull ( )
inline

test for NULL value

◆ IsAssignableFlagNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.IsAssignableFlagNull ( )
inline

test for NULL value

◆ IsCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.IsCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeletableFlagNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.IsDeletableFlagNull ( )
inline

test for NULL value

◆ IsDescriptionNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetAssignableDateNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.SetAssignableDateNull ( )
inline

assign NULL value

◆ SetAssignableFlagNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.SetAssignableFlagNull ( )
inline

assign NULL value

◆ SetCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.SetCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeletableFlagNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.SetDeletableFlagNull ( )
inline

assign NULL value

◆ SetDescriptionNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ AssignableDate

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.AssignableDate
getset

Date from which this code was made unassignable.

◆ AssignableFlag

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.AssignableFlag
getset

Indicates if this code can still be assigned?

◆ Code

String Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.Code
getset

This code indicates the different marital statuses.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeletableFlag

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PtMaritalStatusRow.DeletableFlag
getset

Indicates if a record can be deleted.

◆ Description

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

This describes the marital statuses.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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