OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MCommon.Data.PCountryRow Class Reference

List of countries with their codes. More...

Inheritance diagram for Ict.Petra.Shared.MCommon.Data.PCountryRow:

Public Member Functions

 PCountryRow (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 IsCountryNameNull ()
 test for NULL value More...
 
void SetCountryNameNull ()
 assign NULL value More...
 
bool IsUndercoverNull ()
 test for NULL value More...
 
void SetUndercoverNull ()
 assign NULL value More...
 
bool IsInternatTelephoneCodeNull ()
 test for NULL value More...
 
void SetInternatTelephoneCodeNull ()
 assign NULL value More...
 
bool IsInternatPostalTypeCodeNull ()
 test for NULL value More...
 
void SetInternatPostalTypeCodeNull ()
 assign NULL value More...
 
bool IsInternatAccessCodeNull ()
 test for NULL value More...
 
void SetInternatAccessCodeNull ()
 assign NULL value More...
 
bool IsTimeZoneMinimumNull ()
 test for NULL value More...
 
void SetTimeZoneMinimumNull ()
 assign NULL value More...
 
bool IsTimeZoneMaximumNull ()
 test for NULL value More...
 
void SetTimeZoneMaximumNull ()
 assign NULL value More...
 
bool IsDeletableNull ()
 test for NULL value More...
 
void SetDeletableNull ()
 assign NULL value More...
 
bool IsAddressOrderNull ()
 test for NULL value More...
 
void SetAddressOrderNull ()
 assign NULL value More...
 
bool IsCountryNameLocalNull ()
 test for NULL value More...
 
void SetCountryNameLocalNull ()
 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 CountryName [get, set]
 The name of the country. More...
 
Boolean Undercover [get, set]
 Describes if the country is politically sensitive. More...
 
Int32 InternatTelephoneCode [get, set]
 The telephone code needed to dial into a country. More...
 
String InternatPostalTypeCode [get, set]
 
String InternatAccessCode [get, set]
 The code needed to dial out of a country. More...
 
Decimal TimeZoneMinimum [get, set]
 Number of hours +/- GMT. More...
 
Decimal TimeZoneMaximum [get, set]
 Number of hours +/- GMT. More...
 
Boolean Deletable [get, set]
 
Int32 AddressOrder [get, set]
 Tab order of the city, county, and post code fields on the Partner Edit screen. More...
 
String CountryNameLocal [get, set]
 The name of the country in the Local language. 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

List of countries with their codes.

Constructor & Destructor Documentation

◆ PCountryRow()

Ict.Petra.Shared.MCommon.Data.PCountryRow.PCountryRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MCommon.Data.PCountryRow.InitValues ( )
inlinevirtual

set default values

◆ IsAddressOrderNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsAddressOrderNull ( )
inline

test for NULL value

◆ IsCountryCodeNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsCountryCodeNull ( )
inline

test for NULL value

◆ IsCountryNameLocalNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsCountryNameLocalNull ( )
inline

test for NULL value

◆ IsCountryNameNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsCountryNameNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDeletableNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsDeletableNull ( )
inline

test for NULL value

◆ IsInternatAccessCodeNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsInternatAccessCodeNull ( )
inline

test for NULL value

◆ IsInternatPostalTypeCodeNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsInternatPostalTypeCodeNull ( )
inline

test for NULL value

◆ IsInternatTelephoneCodeNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsInternatTelephoneCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsTimeZoneMaximumNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsTimeZoneMaximumNull ( )
inline

test for NULL value

◆ IsTimeZoneMinimumNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsTimeZoneMinimumNull ( )
inline

test for NULL value

◆ IsUndercoverNull()

bool Ict.Petra.Shared.MCommon.Data.PCountryRow.IsUndercoverNull ( )
inline

test for NULL value

◆ SetAddressOrderNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetAddressOrderNull ( )
inline

assign NULL value

◆ SetCountryCodeNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetCountryCodeNull ( )
inline

assign NULL value

◆ SetCountryNameLocalNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetCountryNameLocalNull ( )
inline

assign NULL value

◆ SetCountryNameNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetCountryNameNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDeletableNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetDeletableNull ( )
inline

assign NULL value

◆ SetInternatAccessCodeNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetInternatAccessCodeNull ( )
inline

assign NULL value

◆ SetInternatPostalTypeCodeNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetInternatPostalTypeCodeNull ( )
inline

assign NULL value

◆ SetInternatTelephoneCodeNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetInternatTelephoneCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetTimeZoneMaximumNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetTimeZoneMaximumNull ( )
inline

assign NULL value

◆ SetTimeZoneMinimumNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetTimeZoneMinimumNull ( )
inline

assign NULL value

◆ SetUndercoverNull()

void Ict.Petra.Shared.MCommon.Data.PCountryRow.SetUndercoverNull ( )
inline

assign NULL value

Property Documentation

◆ AddressOrder

Int32 Ict.Petra.Shared.MCommon.Data.PCountryRow.AddressOrder
getset

Tab order of the city, county, and post code fields on the Partner Edit screen.

◆ CountryCode

String Ict.Petra.Shared.MCommon.Data.PCountryRow.CountryCode
getset

This is a code which identifies a country. It is the ISO code (ISO 3166)

◆ CountryName

String Ict.Petra.Shared.MCommon.Data.PCountryRow.CountryName
getset

The name of the country.

◆ CountryNameLocal

String Ict.Petra.Shared.MCommon.Data.PCountryRow.CountryNameLocal
getset

The name of the country in the Local language.

◆ CreatedBy

String Ict.Petra.Shared.MCommon.Data.PCountryRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MCommon.Data.PCountryRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MCommon.Data.PCountryRow.DateModified
getset

The date the record was modified.

◆ Deletable

Boolean Ict.Petra.Shared.MCommon.Data.PCountryRow.Deletable
getset

This defines if the country code can be deleted. This can only be updated by the system manager. At the risk of serious operational integrity. Default to Yes

◆ InternatAccessCode

String Ict.Petra.Shared.MCommon.Data.PCountryRow.InternatAccessCode
getset

The code needed to dial out of a country.

◆ InternatPostalTypeCode

String Ict.Petra.Shared.MCommon.Data.PCountryRow.InternatPostalTypeCode
getset

◆ InternatTelephoneCode

Int32 Ict.Petra.Shared.MCommon.Data.PCountryRow.InternatTelephoneCode
getset

The telephone code needed to dial into a country.

◆ ModificationId

DateTime Ict.Petra.Shared.MCommon.Data.PCountryRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MCommon.Data.PCountryRow.ModifiedBy
getset

User ID of who last modified this record.

◆ TimeZoneMaximum

Decimal Ict.Petra.Shared.MCommon.Data.PCountryRow.TimeZoneMaximum
getset

Number of hours +/- GMT.

◆ TimeZoneMinimum

Decimal Ict.Petra.Shared.MCommon.Data.PCountryRow.TimeZoneMinimum
getset

Number of hours +/- GMT.

◆ Undercover

Boolean Ict.Petra.Shared.MCommon.Data.PCountryRow.Undercover
getset

Describes if the country is politically sensitive.


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