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

Links partners with locations (addresses) and has specific info about the link (e.g. date effective) More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow:
Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow

Public Member Functions

 PartnerEditTDSPPartnerLocationRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsBestAddressNull ()
 test for NULL value More...
 
void SetBestAddressNull ()
 assign NULL value More...
 
bool IsIconNull ()
 test for NULL value More...
 
void SetIconNull ()
 assign NULL value More...
 
bool IsIconForSortNull ()
 test for NULL value More...
 
void SetIconForSortNull ()
 assign NULL value More...
 
bool IsLocationLocalityNull ()
 test for NULL value More...
 
void SetLocationLocalityNull ()
 assign NULL value More...
 
bool IsLocationStreetNameNull ()
 test for NULL value More...
 
void SetLocationStreetNameNull ()
 assign NULL value More...
 
bool IsLocationAddress3Null ()
 test for NULL value More...
 
void SetLocationAddress3Null ()
 assign NULL value More...
 
bool IsLocationCityNull ()
 test for NULL value More...
 
void SetLocationCityNull ()
 assign NULL value More...
 
bool IsLocationCountyNull ()
 test for NULL value More...
 
void SetLocationCountyNull ()
 assign NULL value More...
 
bool IsLocationPostalCodeNull ()
 test for NULL value More...
 
void SetLocationPostalCodeNull ()
 assign NULL value More...
 
bool IsLocationCountryCodeNull ()
 test for NULL value More...
 
void SetLocationCountryCodeNull ()
 assign NULL value More...
 
bool IsLocationCreatedByNull ()
 test for NULL value More...
 
void SetLocationCreatedByNull ()
 assign NULL value More...
 
bool IsLocationDateCreatedNull ()
 test for NULL value More...
 
void SetLocationDateCreatedNull ()
 assign NULL value More...
 
bool IsLocationModifiedByNull ()
 test for NULL value More...
 
void SetLocationModifiedByNull ()
 assign NULL value More...
 
bool IsLocationDateModifiedNull ()
 test for NULL value More...
 
void SetLocationDateModifiedNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsSiteKeyNull ()
 test for NULL value More...
 
void SetSiteKeyNull ()
 assign NULL value More...
 
bool IsLocationKeyNull ()
 test for NULL value More...
 
void SetLocationKeyNull ()
 assign NULL value More...
 
bool IsDateEffectiveNull ()
 test for NULL value More...
 
void SetDateEffectiveNull ()
 assign NULL value More...
 
bool IsDateGoodUntilNull ()
 test for NULL value More...
 
void SetDateGoodUntilNull ()
 assign NULL value More...
 
bool IsLocationTypeNull ()
 test for NULL value More...
 
void SetLocationTypeNull ()
 assign NULL value More...
 
bool IsSendMailNull ()
 test for NULL value More...
 
void SetSendMailNull ()
 assign NULL value More...
 
bool IsLocationDetailCommentNull ()
 test for NULL value More...
 
void SetLocationDetailCommentNull ()
 assign NULL value More...
 
bool IsRestrictedNull ()
 test for NULL value More...
 
void SetRestrictedNull ()
 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

bool BestAddress [get, set]
 
Int32 Icon [get, set]
 
Int32 IconForSort [get, set]
 
String LocationLocality [get, set]
 This is the first element of an address. More...
 
String LocationStreetName [get, set]
 The name of the street that the house is located on. More...
 
String LocationAddress3 [get, set]
 This is the third element of an address (if required) More...
 
String LocationCity [get, set]
 This can be a post town or city. More...
 
String LocationCounty [get, set]
 This can be a county (UK), a state (US), province (CDN), canton (CH) etc. More...
 
String LocationPostalCode [get, set]
 This is the national post code. More...
 
String LocationCountryCode [get, set]
 
string LocationCreatedBy [get, set]
 
DateTime LocationDateCreated [get, set]
 
string LocationModifiedBy [get, set]
 
DateTime LocationDateModified [get, set]
 
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...
 
Int64 SiteKey [get, set]
 This is the key that tell what site created the linked location. More...
 
Int32 LocationKey [get, set]
 
System.? DateTime DateEffective [get, set]
 
System.? DateTime DateGoodUntil [get, set]
 
String LocationType [get, set]
 
Boolean SendMail [get, set]
 
String LocationDetailComment [get, set]
 
Boolean Restricted [get, set]
 Indicates whether or not the partner location has restricted access. If it does then the access will be controlled by s_group_partner_location. 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

Links partners with locations (addresses) and has specific info about the link (e.g. date effective)

Constructor & Destructor Documentation

◆ PartnerEditTDSPPartnerLocationRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.

◆ IsBestAddressNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsBestAddressNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateEffectiveNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsDateEffectiveNull ( )
inlineinherited

test for NULL value

◆ IsDateGoodUntilNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsDateGoodUntilNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsIconForSortNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsIconForSortNull ( )
inline

test for NULL value

◆ IsIconNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsIconNull ( )
inline

test for NULL value

◆ IsLocationAddress3Null()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationAddress3Null ( )
inline

test for NULL value

◆ IsLocationCityNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationCityNull ( )
inline

test for NULL value

◆ IsLocationCountryCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationCountryCodeNull ( )
inline

test for NULL value

◆ IsLocationCountyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationCountyNull ( )
inline

test for NULL value

◆ IsLocationCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationCreatedByNull ( )
inline

test for NULL value

◆ IsLocationDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationDateCreatedNull ( )
inline

test for NULL value

◆ IsLocationDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationDateModifiedNull ( )
inline

test for NULL value

◆ IsLocationDetailCommentNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsLocationDetailCommentNull ( )
inlineinherited

test for NULL value

◆ IsLocationKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsLocationKeyNull ( )
inlineinherited

test for NULL value

◆ IsLocationLocalityNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationLocalityNull ( )
inline

test for NULL value

◆ IsLocationModifiedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationModifiedByNull ( )
inline

test for NULL value

◆ IsLocationPostalCodeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationPostalCodeNull ( )
inline

test for NULL value

◆ IsLocationStreetNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IsLocationStreetNameNull ( )
inline

test for NULL value

◆ IsLocationTypeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsLocationTypeNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsPartnerKeyNull ( )
inlineinherited

test for NULL value

◆ IsRestrictedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsRestrictedNull ( )
inlineinherited

test for NULL value

◆ IsSendMailNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsSendMailNull ( )
inlineinherited

test for NULL value

◆ IsSiteKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.IsSiteKeyNull ( )
inlineinherited

test for NULL value

◆ SetBestAddressNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetBestAddressNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateEffectiveNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetDateEffectiveNull ( )
inlineinherited

assign NULL value

◆ SetDateGoodUntilNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetDateGoodUntilNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetIconForSortNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetIconForSortNull ( )
inline

assign NULL value

◆ SetIconNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetIconNull ( )
inline

assign NULL value

◆ SetLocationAddress3Null()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationAddress3Null ( )
inline

assign NULL value

◆ SetLocationCityNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationCityNull ( )
inline

assign NULL value

◆ SetLocationCountryCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationCountryCodeNull ( )
inline

assign NULL value

◆ SetLocationCountyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationCountyNull ( )
inline

assign NULL value

◆ SetLocationCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationCreatedByNull ( )
inline

assign NULL value

◆ SetLocationDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationDateCreatedNull ( )
inline

assign NULL value

◆ SetLocationDateModifiedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationDateModifiedNull ( )
inline

assign NULL value

◆ SetLocationDetailCommentNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetLocationDetailCommentNull ( )
inlineinherited

assign NULL value

◆ SetLocationKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetLocationKeyNull ( )
inlineinherited

assign NULL value

◆ SetLocationLocalityNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationLocalityNull ( )
inline

assign NULL value

◆ SetLocationModifiedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationModifiedByNull ( )
inline

assign NULL value

◆ SetLocationPostalCodeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationPostalCodeNull ( )
inline

assign NULL value

◆ SetLocationStreetNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.SetLocationStreetNameNull ( )
inline

assign NULL value

◆ SetLocationTypeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetLocationTypeNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetPartnerKeyNull ( )
inlineinherited

assign NULL value

◆ SetRestrictedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetRestrictedNull ( )
inlineinherited

assign NULL value

◆ SetSendMailNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetSendMailNull ( )
inlineinherited

assign NULL value

◆ SetSiteKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SetSiteKeyNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ BestAddress

bool Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.BestAddress
getset

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.DateCreated
getsetinherited

The date the record was created.

◆ DateEffective

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.DateEffective
getsetinherited

◆ DateGoodUntil

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.DateGoodUntil
getsetinherited

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.DateModified
getsetinherited

The date the record was modified.

◆ Icon

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.Icon
getset

◆ IconForSort

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.IconForSort
getset

◆ LocationAddress3

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationAddress3
getset

This is the third element of an address (if required)

◆ LocationCity

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationCity
getset

This can be a post town or city.

◆ LocationCountryCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationCountryCode
getset

This is a code which identifies a country. It is taken from the ISO 3166-1-alpha-2 code elements.

◆ LocationCounty

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationCounty
getset

This can be a county (UK), a state (US), province (CDN), canton (CH) etc.

◆ LocationCreatedBy

string Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationCreatedBy
getset

◆ LocationDateCreated

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationDateCreated
getset

◆ LocationDateModified

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationDateModified
getset

◆ LocationDetailComment

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.LocationDetailComment
getsetinherited

◆ LocationKey

Int32 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.LocationKey
getsetinherited

◆ LocationLocality

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationLocality
getset

This is the first element of an address.

◆ LocationModifiedBy

string Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationModifiedBy
getset

◆ LocationPostalCode

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationPostalCode
getset

This is the national post code.

◆ LocationStreetName

String Ict.Petra.Shared.MPartner.Partner.Data.PartnerEditTDSPPartnerLocationRow.LocationStreetName
getset

The name of the street that the house is located on.

◆ LocationType

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.LocationType
getsetinherited

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.PartnerKey
getsetinherited

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

◆ Restricted

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.Restricted
getsetinherited

Indicates whether or not the partner location has restricted access. If it does then the access will be controlled by s_group_partner_location.

◆ SendMail

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SendMail
getsetinherited

◆ SiteKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerLocationRow.SiteKey
getsetinherited

This is the key that tell what site created the linked location.


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