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

This is an address line which consists of address elements. Used along with p_address_layout and p_address_element to define layout of an address for different countries. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow:

Public Member Functions

 PAddressLineRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsAddressLineCodeNull ()
 test for NULL value More...
 
void SetAddressLineCodeNull ()
 assign NULL value More...
 
bool IsAddressElementPositionNull ()
 test for NULL value More...
 
void SetAddressElementPositionNull ()
 assign NULL value More...
 
bool IsAddressElementCodeNull ()
 test for NULL value More...
 
void SetAddressElementCodeNull ()
 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 AddressLineCode [get, set]
 
Int32 AddressElementPosition [get, set]
 This is the column number where the element field or text should be placed. More...
 
String AddressElementCode [get, set]
 This Code is used to identify the address element. 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 is an address line which consists of address elements. Used along with p_address_layout and p_address_element to define layout of an address for different countries.

Constructor & Destructor Documentation

◆ PAddressLineRow()

Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.PAddressLineRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.InitValues ( )
inlinevirtual

set default values

◆ IsAddressElementCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsAddressElementCodeNull ( )
inline

test for NULL value

◆ IsAddressElementPositionNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsAddressElementPositionNull ( )
inline

test for NULL value

◆ IsAddressLineCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsAddressLineCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.IsModifiedByNull ( )
inline

test for NULL value

◆ SetAddressElementCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetAddressElementCodeNull ( )
inline

assign NULL value

◆ SetAddressElementPositionNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetAddressElementPositionNull ( )
inline

assign NULL value

◆ SetAddressLineCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetAddressLineCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.SetModifiedByNull ( )
inline

assign NULL value

Property Documentation

◆ AddressElementCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.AddressElementCode
getset

This Code is used to identify the address element.

◆ AddressElementPosition

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.AddressElementPosition
getset

This is the column number where the element field or text should be placed.

◆ AddressLineCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.AddressLineCode
getset

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLineRow.ModifiedBy
getset

User ID of who last modified this record.


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