Class AddressFormatTableInfo
Table 'AddressFormat': Address formats for GUI and labels. See more information: Addressformat on http://techdoc.superoffice.com
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("AddressFormat")]
public class AddressFormatTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Fields
DictionaryTableName
Conceptual name of table AddressFormat in the database dictionary: AddressFormat
Declaration
public const string DictionaryTableName = "AddressFormat"
Field Value
Type | Description |
---|---|
string |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Properties
Address1Flags
Field 'address1_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for address1 field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo Address1Flags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address1Leadtext
Field 'address1_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for address1 field, 0 = no leadtextDeclaration
public Int32FieldInfo Address1Leadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address1Length
Field 'address1_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for address1 fieldDeclaration
public UInt16FieldInfo Address1Length { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address1Line
Field 'address1_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for address1 field, 0 if not shownDeclaration
public UInt16FieldInfo Address1Line { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address1Mask
Field 'address1_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for address1 fieldDeclaration
public StringFieldInfo Address1Mask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address1Subpos
Field 'address1_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for address1 fieldDeclaration
public UInt16FieldInfo Address1Subpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address1Zip
Field 'address1_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for address1 field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo Address1Zip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Flags
Field 'address2_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for address2 field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo Address2Flags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Leadtext
Field 'address2_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for address2 field, 0 = no leadtextDeclaration
public Int32FieldInfo Address2Leadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Length
Field 'address2_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for address2 fieldDeclaration
public UInt16FieldInfo Address2Length { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Line
Field 'address2_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for address2 field, 0 if not shownDeclaration
public UInt16FieldInfo Address2Line { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Mask
Field 'address2_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for address2 fieldDeclaration
public StringFieldInfo Address2Mask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Subpos
Field 'address2_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for address2 fieldDeclaration
public UInt16FieldInfo Address2Subpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address2Zip
Field 'address2_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for address2 field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo Address2Zip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Flags
Field 'address3_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for address3 field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo Address3Flags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Leadtext
Field 'address3_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for address3 field, 0 = no leadtextDeclaration
public Int32FieldInfo Address3Leadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Length
Field 'address3_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for address3 fieldDeclaration
public UInt16FieldInfo Address3Length { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Line
Field 'address3_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for address3 field, 0 if not shownDeclaration
public UInt16FieldInfo Address3Line { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Mask
Field 'address3_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for address3 fieldDeclaration
public StringFieldInfo Address3Mask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Subpos
Field 'address3_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for address3 fieldDeclaration
public UInt16FieldInfo Address3Subpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Address3Zip
Field 'address3_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for address3 field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo Address3Zip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
AddressformatId
Field 'addressformat_id' in table 'AddressFormat': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo AddressformatId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
AtypeIdx
Field 'atype_idx' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Corresponds to Address.atype_idxDeclaration
public UInt16FieldInfo AtypeIdx { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CityFlags
Field 'city_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for city field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo CityFlags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CityLeadtext
Field 'city_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for city field, 0 = no leadtextDeclaration
public Int32FieldInfo CityLeadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CityLength
Field 'city_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for city fieldDeclaration
public UInt16FieldInfo CityLength { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CityLine
Field 'city_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for city field, 0 if not shownDeclaration
public UInt16FieldInfo CityLine { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CityMask
Field 'city_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for city fieldDeclaration
public StringFieldInfo CityMask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CitySubpos
Field 'city_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for city fieldDeclaration
public UInt16FieldInfo CitySubpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CityZip
Field 'city_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for city field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo CityZip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountyFlags
Field 'county_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for county field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo CountyFlags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountyLeadtext
Field 'county_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for county field, 0 = no leadtextDeclaration
public Int32FieldInfo CountyLeadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountyLength
Field 'county_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for county fieldDeclaration
public UInt16FieldInfo CountyLength { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountyLine
Field 'county_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for county field, 0 if not shownDeclaration
public UInt16FieldInfo CountyLine { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountyMask
Field 'county_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for county fieldDeclaration
public StringFieldInfo CountyMask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountySubpos
Field 'county_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for county fieldDeclaration
public UInt16FieldInfo CountySubpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
CountyZip
Field 'county_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for county field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo CountyZip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
DictionaryTableNumber
Table number for table AddressFormat in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ExtraFlags
Field 'extraFlags' in table 'AddressFormat': Dictionary type UInt, .NET type: uint
OBSOLETE: Extra flags for tag substitution mechanism, see idb.h. This function has been taken over by the tag-based formatting, controlled by the labelLayout and labelLayout2 fieldsDeclaration
public FieldInfo ExtraFlags { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
IsBuiltIn
Field 'isBuiltIn' in table 'AddressFormat': Dictionary type Bool, .NET type: short
Is this row populated by SuperOffice?Declaration
public UInt16FieldInfo IsBuiltIn { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
LabelLayout
Field 'labelLayout' in table 'AddressFormat': Dictionary type String[255], .NET type: string
Format specification for labels, uses standard tagsDeclaration
public StringFieldInfo LabelLayout { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
LabelLayout2
Field 'labelLayout2' in table 'AddressFormat': Dictionary type String[255], .NET type: string
Part two of format specification, concatenated with part one aboveDeclaration
public StringFieldInfo LabelLayout2 { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
LayoutId
Field 'layout_id' in table 'AddressFormat': Dictionary type ShortId, .NET type: short
Corresponds to Country.layout_idDeclaration
public UInt16FieldInfo LayoutId { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Name
Field 'name' in table 'AddressFormat': Dictionary type String[240], .NET type: string
Name of address format (descriptive, multi-language)Declaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Registered
Field 'registered' in table 'AddressFormat': Dictionary type UtcDateTime, .NET type: DateTime
Registered whenDeclaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
RegisteredAssociateId
Field 'registered_associate_id' in table 'AddressFormat': Dictionary type FK, target: Associate, .NET type: int
Registered by whomDeclaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateFlags
Field 'state_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for state field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo StateFlags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateLeadtext
Field 'state_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for state field, 0 = no leadtextDeclaration
public Int32FieldInfo StateLeadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateLength
Field 'state_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for state fieldDeclaration
public UInt16FieldInfo StateLength { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateLine
Field 'state_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for state field, 0 if not shownDeclaration
public UInt16FieldInfo StateLine { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateMask
Field 'state_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for state fieldDeclaration
public StringFieldInfo StateMask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateSubpos
Field 'state_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for state fieldDeclaration
public UInt16FieldInfo StateSubpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
StateZip
Field 'state_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for state field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo StateZip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
Updated
Field 'updated' in table 'AddressFormat': Dictionary type UtcDateTime, .NET type: DateTime
Last updated whenDeclaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
UpdatedAssociateId
Field 'updated_associate_id' in table 'AddressFormat': Dictionary type FK, target: Associate, .NET type: int
Last updated by whomDeclaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
UpdatedCount
Field 'updatedCount' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Number of updates made to this recordDeclaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipFlags
Field 'zip_flags' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field flags for zip field: See EAddrFormatFlags enumDeclaration
public UInt16FieldInfo ZipFlags { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipLeadtext
Field 'zip_leadtext' in table 'AddressFormat': Dictionary type Id, .NET type: int
Lead text resource ID for zip field, 0 = no leadtextDeclaration
public Int32FieldInfo ZipLeadtext { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipLength
Field 'zip_length' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Field length in characters for zip fieldDeclaration
public UInt16FieldInfo ZipLength { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipLine
Field 'zip_line' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Line no. for zip field, 0 if not shownDeclaration
public UInt16FieldInfo ZipLine { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipMask
Field 'zip_mask' in table 'AddressFormat': Dictionary type String[10], .NET type: string
Formatting mask for zip fieldDeclaration
public StringFieldInfo ZipMask { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipSubpos
Field 'zip_subpos' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Position within line for zip fieldDeclaration
public UInt16FieldInfo ZipSubpos { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().
ZipZip
Field 'zip_zip' in table 'AddressFormat': Dictionary type UShort, .NET type: short
Zip lookup functionality for zip field: 0 = none, 1 = source, 2 = targetDeclaration
public UInt16FieldInfo ZipZip { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetAddressFormatInfo().