Show / Hide Table of Contents

Class DBC.CustLangFields

Fields for CustLang, This table contains entries for customer languages.

Inheritance
Object
DBC.CustLangFields
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 CustLangFields

Fields

CustLangId

CustLang.CustLangId: The primary key (auto-incremented)

Declaration
public const string CustLangId = "id"
Field Value
Type Description
String

EmailDomains

CustLang.EmailDomains: Commaseparated list of toplevel domains from where an email should originate in order to trigger this language.

Declaration
public const string EmailDomains = "email_domains"
Field Value
Type Description
String

EmailHeader

CustLang.EmailHeader: The email header line for this language ('Please keep the subject in any replies...').

Declaration
public const string EmailHeader = "email_header"
Field Value
Type Description
String

IsDefault

CustLang.IsDefault: Bool indicating whether this language is the default (fallback) language.

Declaration
public const string IsDefault = "is_default"
Field Value
Type Description
String

IsoCode

CustLang.IsoCode: A two letter iso code for this customer language

Declaration
public const string IsoCode = "iso_code"
Field Value
Type Description
String

KbRoot

CustLang.KbRoot: The reference to the FAQ category which is the root category for this language (for separating the FAQ per language).

Declaration
public const string KbRoot = "kb_root"
Field Value
Type Description
String

LangCode

CustLang.LangCode: A short code for this language ('no', 'dk', etc). Used in pathname to templates.

Declaration
public const string LangCode = "lang_code"
Field Value
Type Description
String

Name

CustLang.Name: The name/alias for this language.

Declaration
public const string Name = "name"
Field Value
Type Description
String

VirtualDomain

CustLang.VirtualDomain: The virtual domain which should trigger this language (e.g. 'support.company.dk' vs. 'support.company.uk')

Declaration
public const string VirtualDomain = "virtual_domain"
Field Value
Type Description
String

WebDomains

CustLang.WebDomains: The domains from where the user should originate (when surfing) in order to trigger this language. Commaseparated list.

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