Show / Hide Table of Contents

Class DBC.PhoneFormatFields

Fields for PhoneFormat, Formatting information for telephone numbers

Inheritance
object
DBC.PhoneFormatFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.PhoneFormatFields

Fields

AreaCodeLength

PhoneFormat.AreaCodeLength: Length of area code (can be interval)

Declaration
public const string AreaCodeLength = "areaCodeLength"
Field Value
Type Description
string

CountryId

PhoneFormat.CountryId: Country this format record is valid for

Declaration
public const string CountryId = "countryId"
Field Value
Type Description
string

Description

PhoneFormat.Description: Description of this format

Declaration
public const string Description = "description"
Field Value
Type Description
string

DontFormat

PhoneFormat.DontFormat: If 1, do not apply any formatting to this number

Declaration
public const string DontFormat = "dontFormat"
Field Value
Type Description
string

IsActive

PhoneFormat.IsActive: Is this format record active (handy for experimenting)

Declaration
public const string IsActive = "isActive"
Field Value
Type Description
string

IsBuiltIn

PhoneFormat.IsBuiltIn: Does this row come from SuperOffice priming data

Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type Description
string

LocalLength

PhoneFormat.LocalLength: Length of local part of telephone number (can be interval)

Declaration
public const string LocalLength = "localLength"
Field Value
Type Description
string

Mask

PhoneFormat.Mask: Formatting mask to be applied

Declaration
public const string Mask = "mask"
Field Value
Type Description
string

PhoneFormatId

PhoneFormat.PhoneFormatId: Primary key

Declaration
public const string PhoneFormatId = "PhoneFormat_id"
Field Value
Type Description
string

Prefix

PhoneFormat.Prefix: Prefix that triggers this format

Declaration
public const string Prefix = "prefix"
Field Value
Type Description
string

Registered

PhoneFormat.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

PhoneFormat.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Updated

PhoneFormat.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

PhoneFormat.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

PhoneFormat.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top