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

This table contains the address lines used in laying out an address. Eg a form letter address layout. More...

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

Public Member Functions

 PAddressLayoutRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsCountryCodeNull ()
 test for NULL value More...
 
void SetCountryCodeNull ()
 assign NULL value More...
 
bool IsAddressLayoutCodeNull ()
 test for NULL value More...
 
void SetAddressLayoutCodeNull ()
 assign NULL value More...
 
bool IsAddressLineNumberNull ()
 test for NULL value More...
 
void SetAddressLineNumberNull ()
 assign NULL value More...
 
bool IsAddressLineCodeNull ()
 test for NULL value More...
 
void SetAddressLineCodeNull ()
 assign NULL value More...
 
bool IsAddressPromptNull ()
 test for NULL value More...
 
void SetAddressPromptNull ()
 assign NULL value More...
 
bool IsLockedNull ()
 test for NULL value More...
 
void SetLockedNull ()
 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 CountryCode [get, set]
 
String AddressLayoutCode [get, set]
 
Int32 AddressLineNumber [get, set]
 
String AddressLineCode [get, set]
 
String AddressPrompt [get, set]
 This field is a short description of the Address Line Code record. More...
 
Boolean Locked [get, set]
 System flag indicates a lock is on the record. 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 address lines used in laying out an address. Eg a form letter address layout.

Constructor & Destructor Documentation

◆ PAddressLayoutRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsAddressLayoutCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.IsAddressLayoutCodeNull ( )
inline

test for NULL value

◆ IsAddressLineCodeNull()

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

test for NULL value

◆ IsAddressLineNumberNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.IsAddressLineNumberNull ( )
inline

test for NULL value

◆ IsAddressPromptNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.IsAddressPromptNull ( )
inline

test for NULL value

◆ IsCountryCodeNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.IsCountryCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsLockedNull()

bool Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.IsLockedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ SetAddressLayoutCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.SetAddressLayoutCodeNull ( )
inline

assign NULL value

◆ SetAddressLineCodeNull()

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

assign NULL value

◆ SetAddressLineNumberNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.SetAddressLineNumberNull ( )
inline

assign NULL value

◆ SetAddressPromptNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.SetAddressPromptNull ( )
inline

assign NULL value

◆ SetCountryCodeNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.SetCountryCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetLockedNull()

void Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.SetLockedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

Property Documentation

◆ AddressLayoutCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.AddressLayoutCode
getset

◆ AddressLineCode

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

◆ AddressLineNumber

Int32 Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.AddressLineNumber
getset

◆ AddressPrompt

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.AddressPrompt
getset

This field is a short description of the Address Line Code record.

◆ CountryCode

String Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.CountryCode
getset

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ Locked

Boolean Ict.Petra.Shared.MPartner.Mailroom.Data.PAddressLayoutRow.Locked
getset

System flag indicates a lock is on the record.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.


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