Show / Hide Table of Contents

Class AddressElementFormat

Description of an address format for an element in the address.

Inheritance
object
AddressElementFormat
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top