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()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public sealed class AddressElementFormat

Constructors

AddressElementFormat(Int16, Int16, Int32, Int16, Int16, Int16, String)

Declaration
public AddressElementFormat(short line, short subpos, int leadtext, short zip, short length, short flags, string mask)
Parameters
Type Name Description
Int16 line

Line of the element in the address, 1 is the first line.

Int16 subpos

Position of the element in the line, 1 is the first position.

Int32 leadtext

ResourceId of the lead text.

Int16 zip

Se database documentation.

Int16 length

Length of the field.

Int16 flags

Se database documentation.

String mask

Se database documentation.

Properties

Flags

Se database documentation.

Declaration
public short Flags { get; }
Property Value
Type Description
Int16

Leadtext

ResourceId of the lead text.

Declaration
public int Leadtext { get; }
Property Value
Type Description
Int32

Length

Length of the field.

Declaration
public short Length { get; }
Property Value
Type Description
Int16

Line

Line of the element in the address, 1 is the first line.

Declaration
public short Line { get; }
Property Value
Type Description
Int16

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
Int16

Zip

Se database documentation.

Declaration
public short Zip { get; }
Property Value
Type Description
Int16

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