OpenPetra
Free Administration Software for Non-Profits
|
Address and other data related to that address. More...
Public Member Functions | |
PartnerAddressAggregateTDSSimilarLocationParametersRow (System.Data.DataRowBuilder rb) | |
Constructor. More... | |
override void | InitValues () |
set default values More... | |
bool | IsSiteKeyOfSimilarLocationNull () |
test for NULL value More... | |
void | SetSiteKeyOfSimilarLocationNull () |
assign NULL value More... | |
bool | IsLocationKeyOfSimilarLocationNull () |
test for NULL value More... | |
void | SetLocationKeyOfSimilarLocationNull () |
assign NULL value More... | |
bool | IsUsedByNOtherPartnersNull () |
test for NULL value More... | |
void | SetUsedByNOtherPartnersNull () |
assign NULL value More... | |
bool | IsAnswerReuseNull () |
test for NULL value More... | |
void | SetAnswerReuseNull () |
assign NULL value More... | |
bool | IsAnswerProcessedClientSideNull () |
test for NULL value More... | |
void | SetAnswerProcessedClientSideNull () |
assign NULL value More... | |
bool | IsAnswerProcessedServerSideNull () |
test for NULL value More... | |
void | SetAnswerProcessedServerSideNull () |
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 | IsBuilding1Null () |
test for NULL value More... | |
void | SetBuilding1Null () |
assign NULL value More... | |
bool | IsBuilding2Null () |
test for NULL value More... | |
void | SetBuilding2Null () |
assign NULL value More... | |
bool | IsStreetNameNull () |
test for NULL value More... | |
void | SetStreetNameNull () |
assign NULL value More... | |
bool | IsLocalityNull () |
test for NULL value More... | |
void | SetLocalityNull () |
assign NULL value More... | |
bool | IsSuburbNull () |
test for NULL value More... | |
void | SetSuburbNull () |
assign NULL value More... | |
bool | IsCityNull () |
test for NULL value More... | |
void | SetCityNull () |
assign NULL value More... | |
bool | IsCountyNull () |
test for NULL value More... | |
void | SetCountyNull () |
assign NULL value More... | |
bool | IsPostalCodeNull () |
test for NULL value More... | |
void | SetPostalCodeNull () |
assign NULL value More... | |
bool | IsCountryCodeNull () |
test for NULL value More... | |
void | SetCountryCodeNull () |
assign NULL value More... | |
bool | IsAddress3Null () |
test for NULL value More... | |
void | SetAddress3Null () |
assign NULL value More... | |
bool | IsGeoLatitudeNull () |
test for NULL value More... | |
void | SetGeoLatitudeNull () |
assign NULL value More... | |
bool | IsGeoLongitudeNull () |
test for NULL value More... | |
void | SetGeoLongitudeNull () |
assign NULL value More... | |
bool | IsGeoKmXNull () |
test for NULL value More... | |
void | SetGeoKmXNull () |
assign NULL value More... | |
bool | IsGeoKmYNull () |
test for NULL value More... | |
void | SetGeoKmYNull () |
assign NULL value More... | |
bool | IsGeoAccuracyNull () |
test for NULL value More... | |
void | SetGeoAccuracyNull () |
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 | |
Int64 | SiteKeyOfSimilarLocation [get, set] |
Int32 | LocationKeyOfSimilarLocation [get, set] |
Int32 | UsedByNOtherPartners [get, set] |
bool | AnswerReuse [get, set] |
bool | AnswerProcessedClientSide [get, set] |
bool | AnswerProcessedServerSide [get, set] |
Int64 | SiteKey [get, set] |
This is the key that tell what site created this location, it will help to merge addresses when doing imports. More... | |
Int32 | LocationKey [get, set] |
String | Building1 [get, set] |
The name of the building. More... | |
String | Building2 [get, set] |
The name of the building (continued) More... | |
String | StreetName [get, set] |
The name of the street that the house is located on. More... | |
String | Locality [get, set] |
This is the first element of an address. More... | |
String | Suburb [get, set] |
The name of the suburb. More... | |
String | City [get, set] |
This can be a post town or city. More... | |
String | County [get, set] |
This can be a county (UK), a state (US), province (CDN), canton (CH) etc. More... | |
String | PostalCode [get, set] |
This is the national post code. More... | |
String | CountryCode [get, set] |
String | Address3 [get, set] |
This is the third element of an address (if required) More... | |
Decimal | GeoLatitude [get, set] |
The latitude of the location; a number between -90 and +90; precision is 6 digits (11cm) More... | |
Decimal | GeoLongitude [get, set] |
The longitude of the location; a number between -180 and +180; precision is 6 digits (11cm) More... | |
Int32 | GeoKmX [get, set] |
The distance in km of this location to the location 0 if location 0 was on the same longitude; this is for improving query performance. More... | |
Int32 | GeoKmY [get, set] |
The distance in km of this location to the location 0 if location 0 was on the same latitude; this is for improving query performance. More... | |
Int32 | GeoAccuracy [get, set] |
The accuracy of the stored geo data; -2: server did not respond; -1: not processed yet; 0: Unknown Location; 1: Country level accuracy; 2: Region; 3: Sub-Region; 4: Town/City/Village; 5: Post code; 6: Street; 7: Intersection; 8: Address level accuracy. More... | |
Boolean | Restricted [get, set] |
Indicates whether or not the location has restricted access. If it does then the access will be controlled by s_group_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... | |
Address and other data related to that address.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented from Ict.Petra.Shared.MPartner.Partner.Data.PLocationRow.
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
getsetinherited |
This is the third element of an address (if required)
|
getset |
|
getset |
|
getset |
|
getsetinherited |
The name of the building.
|
getsetinherited |
The name of the building (continued)
|
getsetinherited |
This can be a post town or city.
|
getsetinherited |
This is a code which identifies a country. It is taken from the ISO 3166-1-alpha-2 code elements.
|
getsetinherited |
This can be a county (UK), a state (US), province (CDN), canton (CH) etc.
|
getsetinherited |
User ID of who created this record.
|
getsetinherited |
The date the record was created.
|
getsetinherited |
The date the record was modified.
|
getsetinherited |
The accuracy of the stored geo data; -2: server did not respond; -1: not processed yet; 0: Unknown Location; 1: Country level accuracy; 2: Region; 3: Sub-Region; 4: Town/City/Village; 5: Post code; 6: Street; 7: Intersection; 8: Address level accuracy.
|
getsetinherited |
The distance in km of this location to the location 0 if location 0 was on the same longitude; this is for improving query performance.
|
getsetinherited |
The distance in km of this location to the location 0 if location 0 was on the same latitude; this is for improving query performance.
|
getsetinherited |
The latitude of the location; a number between -90 and +90; precision is 6 digits (11cm)
|
getsetinherited |
The longitude of the location; a number between -180 and +180; precision is 6 digits (11cm)
|
getsetinherited |
This is the first element of an address.
|
getsetinherited |
|
getset |
|
getsetinherited |
This identifies the current version of the record.
|
getsetinherited |
User ID of who last modified this record.
|
getsetinherited |
This is the national post code.
|
getsetinherited |
Indicates whether or not the location has restricted access. If it does then the access will be controlled by s_group_location.
|
getsetinherited |
This is the key that tell what site created this location, it will help to merge addresses when doing imports.
|
getset |
|
getsetinherited |
The name of the street that the house is located on.
|
getsetinherited |
The name of the suburb.
|
getset |