Class AddressElementFormat
Description of an address format for an element in the address.
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public sealed class AddressElementFormat
Constructors
AddressElementFormat(short, short, int, short, short, short, string)
Description of an address format for an element in the address.
Declaration
public AddressElementFormat(short line, short subpos, int leadtext, short zip, short length, short flags, string mask)
Parameters
Type | Name | Description |
---|---|---|
short | line | Line of the element in the address, 1 is the first line. |
short | subpos | Position of the element in the line, 1 is the first position. |
int | leadtext | ResourceId of the lead text. |
short | zip | Se database documentation. |
short | length | Length of the field. |
short | flags | Se database documentation. |
string | mask | Se database documentation. |
Properties
Flags
Se database documentation.
Declaration
public short Flags { get; }
Property Value
Type | Description |
---|---|
short |
Leadtext
ResourceId of the lead text.
Declaration
public int Leadtext { get; }
Property Value
Type | Description |
---|---|
int |
Length
Length of the field.
Declaration
public short Length { get; }
Property Value
Type | Description |
---|---|
short |
Line
Line of the element in the address, 1 is the first line.
Declaration
public short Line { get; }
Property Value
Type | Description |
---|---|
short |
Mask
Se database documentation.
Declaration
public string Mask { get; }
Property Value
Type | Description |
---|---|
string |
Subpos
Position of the element in the line, 1 is the first position.
Declaration
public short Subpos { get; }
Property Value
Type | Description |
---|---|
short |
Zip
Se database documentation.
Declaration
public short Zip { get; }
Property Value
Type | Description |
---|---|
short |