Show / Hide Table of Contents

Class CoreConsts

Central non-lozalizable NFX system consts

Inheritance
System.Object
CoreConsts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX
Assembly: NFX.dll
Syntax
public static class CoreConsts

Fields

ABS_HASH_MASK

Declaration
public const int ABS_HASH_MASK = 2147483647
Field Value
Type Description
System.Int32

APP_MODULE_TOPIC

Declaration
public const string APP_MODULE_TOPIC = "Mod"
Field Value
Type Description
System.String

APPLICATION_TOPIC

Declaration
public const string APPLICATION_TOPIC = "App"
Field Value
Type Description
System.String

ASSERT_TOPIC

Declaration
public const string ASSERT_TOPIC = "Assert"
Field Value
Type Description
System.String

CACHE_TOPIC

Declaration
public const string CACHE_TOPIC = "Data.Cache"
Field Value
Type Description
System.String

CHANGE_EVENTS_CATEGORY

Declaration
public const string CHANGE_EVENTS_CATEGORY = "Change"
Field Value
Type Description
System.String

CS_EXTENSION

Declaration
public const string CS_EXTENSION = ".cs"
Field Value
Type Description
System.String

CS_LANGUAGE

Declaration
public const string CS_LANGUAGE = "C#"
Field Value
Type Description
System.String

CSRF_TOKEN_NAME

Declaration
public const string CSRF_TOKEN_NAME = "__CSRFToken"
Field Value
Type Description
System.String

DATA_CATEGORY

Declaration
public const string DATA_CATEGORY = "Data"
Field Value
Type Description
System.String

DEBUG_TOPIC

Declaration
public const string DEBUG_TOPIC = "Debug"
Field Value
Type Description
System.String

ERLANG_TOPIC

Declaration
public const string ERLANG_TOPIC = "Erlang"
Field Value
Type Description
System.String

EXT_PARAM_CONTENT_JSON

Declaration
public const string EXT_PARAM_CONTENT_JSON = "json://"
Field Value
Type Description
System.String

EXT_PARAM_CONTENT_LACONIC

Declaration
public const string EXT_PARAM_CONTENT_LACONIC = "laconic://"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_CACHE

Declaration
public const string EXT_PARAM_GROUP_CACHE = "cache"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_DATA

Declaration
public const string EXT_PARAM_GROUP_DATA = "data"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_GLUE

Declaration
public const string EXT_PARAM_GROUP_GLUE = "glue"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_INSTRUMENTATION

Declaration
public const string EXT_PARAM_GROUP_INSTRUMENTATION = "instrumentation"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_LOCKING

Declaration
public const string EXT_PARAM_GROUP_LOCKING = "locking"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_LOG

Declaration
public const string EXT_PARAM_GROUP_LOG = "log"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_MESSAGING

Declaration
public const string EXT_PARAM_GROUP_MESSAGING = "messaging"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_OBJSTORE

Declaration
public const string EXT_PARAM_GROUP_OBJSTORE = "objectstore"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_PAY

Declaration
public const string EXT_PARAM_GROUP_PAY = "pay"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_PILE

Declaration
public const string EXT_PARAM_GROUP_PILE = "pile"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_SECURITY

Declaration
public const string EXT_PARAM_GROUP_SECURITY = "security"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_SHIPPING

Declaration
public const string EXT_PARAM_GROUP_SHIPPING = "shipping"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_SOCIAL

Declaration
public const string EXT_PARAM_GROUP_SOCIAL = "social"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_TIME

Declaration
public const string EXT_PARAM_GROUP_TIME = "time"
Field Value
Type Description
System.String

EXT_PARAM_GROUP_WEB

Declaration
public const string EXT_PARAM_GROUP_WEB = "web"
Field Value
Type Description
System.String

FORMULA_FIELD_NAME_PREFIX

Declaration
public const string FORMULA_FIELD_NAME_PREFIX = "::"
Field Value
Type Description
System.String

GLUE_TOPIC

Declaration
public const string GLUE_TOPIC = "Glue"
Field Value
Type Description
System.String

INSTRUMENTATION_TIMEFRAME_TOPIC

Declaration
public const string INSTRUMENTATION_TIMEFRAME_TOPIC = "inst.timeframe"
Field Value
Type Description
System.String

INSTRUMENTATIONSVC_PROVIDER_TOPIC

Declaration
public const string INSTRUMENTATIONSVC_PROVIDER_TOPIC = "InstrumentationServiceProvider"
Field Value
Type Description
System.String

INSTRUMENTATIONSVC_TOPIC

Declaration
public const string INSTRUMENTATIONSVC_TOPIC = "InstrumentationService"
Field Value
Type Description
System.String

INTERACTIONS_CATEGORY

Declaration
public const string INTERACTIONS_CATEGORY = "Interaction"
Field Value
Type Description
System.String

ISO_COUNTRY_CANADA

Declaration
public const string ISO_COUNTRY_CANADA = "can"
Field Value
Type Description
System.String

ISO_COUNTRY_FRANCE

Declaration
public const string ISO_COUNTRY_FRANCE = "fra"
Field Value
Type Description
System.String

ISO_COUNTRY_GERMANY

Declaration
public const string ISO_COUNTRY_GERMANY = "deu"
Field Value
Type Description
System.String

ISO_COUNTRY_MEXICO

Declaration
public const string ISO_COUNTRY_MEXICO = "mex"
Field Value
Type Description
System.String

ISO_COUNTRY_RUSSIA

Declaration
public const string ISO_COUNTRY_RUSSIA = "rus"
Field Value
Type Description
System.String

ISO_COUNTRY_USA

Declaration
public const string ISO_COUNTRY_USA = "usa"
Field Value
Type Description
System.String

ISO_CURRENCY_EUR

Declaration
public const string ISO_CURRENCY_EUR = "eur"
Field Value
Type Description
System.String

ISO_CURRENCY_MXN

Declaration
public const string ISO_CURRENCY_MXN = "mxn"
Field Value
Type Description
System.String

ISO_CURRENCY_RUB

Declaration
public const string ISO_CURRENCY_RUB = "rub"
Field Value
Type Description
System.String

ISO_CURRENCY_USD

Declaration
public const string ISO_CURRENCY_USD = "usd"
Field Value
Type Description
System.String

ISO_LANG_ENGLISH

Declaration
public const string ISO_LANG_ENGLISH = "eng"
Field Value
Type Description
System.String

ISO_LANG_FRENCH

Declaration
public const string ISO_LANG_FRENCH = "fre"
Field Value
Type Description
System.String

ISO_LANG_GERMAN

Declaration
public const string ISO_LANG_GERMAN = "deu"
Field Value
Type Description
System.String

ISO_LANG_RUSSIAN

Declaration
public const string ISO_LANG_RUSSIAN = "rus"
Field Value
Type Description
System.String

ISO_LANG_SPANISH

Declaration
public const string ISO_LANG_SPANISH = "spa"
Field Value
Type Description
System.String

JS_EXTENSION

Declaration
public const string JS_EXTENSION = ".js"
Field Value
Type Description
System.String

JS_LANGUAGE

Declaration
public const string JS_LANGUAGE = "JavaScript"
Field Value
Type Description
System.String

LOCALIZATION_TOPIC

Declaration
public const string LOCALIZATION_TOPIC = "Localization"
Field Value
Type Description
System.String

LOG_CHANNEL_SECURITY

Declaration
public const string LOG_CHANNEL_SECURITY = "security"
Field Value
Type Description
System.String

LOG_NET_TOPIC

Declaration
public const string LOG_NET_TOPIC = "NET"
Field Value
Type Description
System.String

LOG_TOPIC

Declaration
public const string LOG_TOPIC = "Log"
Field Value
Type Description
System.String

MAX_BYTE_BUFFER_SIZE

Declaration
public const int MAX_BYTE_BUFFER_SIZE = 2147483376
Field Value
Type Description
System.Int32

OBJSTORESVC_PROVIDER_TOPIC

Declaration
public const string OBJSTORESVC_PROVIDER_TOPIC = "ObjectStoreServiceProvider"
Field Value
Type Description
System.String

OBJSTORESVC_TOPIC

Declaration
public const string OBJSTORESVC_TOPIC = "ObjectStoreService"
Field Value
Type Description
System.String

PRESENTATION_CATEGORY

Declaration
public const string PRESENTATION_CATEGORY = "Presentation"
Field Value
Type Description
System.String

SCHEDULE_TOPIC

Declaration
public const string SCHEDULE_TOPIC = "Sched"
Field Value
Type Description
System.String

SECURITY_CATEGORY

Declaration
public const string SECURITY_CATEGORY = "Security"
Field Value
Type Description
System.String

THROTTLINGSVC_TOPIC

Declaration
public const string THROTTLINGSVC_TOPIC = "ThrottlingService"
Field Value
Type Description
System.String

TIME_TOPIC

Declaration
public const string TIME_TOPIC = "Time"
Field Value
Type Description
System.String

TRACE_TOPIC

Declaration
public const string TRACE_TOPIC = "Trace"
Field Value
Type Description
System.String

UNIT_NAME_BYTE

Declaration
public const string UNIT_NAME_BYTE = "bytes"
Field Value
Type Description
System.String

UNIT_NAME_BYTES

Declaration
public const string UNIT_NAME_BYTES = "bytes"
Field Value
Type Description
System.String

UNIT_NAME_CALL

Declaration
public const string UNIT_NAME_CALL = "calls"
Field Value
Type Description
System.String

UNIT_NAME_CHANNEL

Declaration
public const string UNIT_NAME_CHANNEL = "chan."
Field Value
Type Description
System.String

UNIT_NAME_ERROR

Declaration
public const string UNIT_NAME_ERROR = "errors"
Field Value
Type Description
System.String

UNIT_NAME_EVENT

Declaration
public const string UNIT_NAME_EVENT = "events"
Field Value
Type Description
System.String

UNIT_NAME_EXCEPTION

Declaration
public const string UNIT_NAME_EXCEPTION = "excp."
Field Value
Type Description
System.String

UNIT_NAME_GEO_LOOKUP

Declaration
public const string UNIT_NAME_GEO_LOOKUP = "geo.lkp."
Field Value
Type Description
System.String

UNIT_NAME_GEO_LOOKUP_HIT

Declaration
public const string UNIT_NAME_GEO_LOOKUP_HIT = "geo.hit."
Field Value
Type Description
System.String

UNIT_NAME_MB

Declaration
public const string UNIT_NAME_MB = "mb."
Field Value
Type Description
System.String

UNIT_NAME_MESSAGE

Declaration
public const string UNIT_NAME_MESSAGE = "msgs."
Field Value
Type Description
System.String

UNIT_NAME_MONEY

Declaration
public const string UNIT_NAME_MONEY = "money"
Field Value
Type Description
System.String

UNIT_NAME_MSEC

Declaration
public const string UNIT_NAME_MSEC = "msec."
Field Value
Type Description
System.String

UNIT_NAME_NAMESPACE

Declaration
public const string UNIT_NAME_NAMESPACE = "nmsp."
Field Value
Type Description
System.String

UNIT_NAME_OBJECT

Declaration
public const string UNIT_NAME_OBJECT = "obj."
Field Value
Type Description
System.String

UNIT_NAME_OCCURENCE

Declaration
public const string UNIT_NAME_OCCURENCE = "occr."
Field Value
Type Description
System.String

UNIT_NAME_PAGE

Declaration
public const string UNIT_NAME_PAGE = "pgs."
Field Value
Type Description
System.String

UNIT_NAME_PAGE_PER_BUCKET

Declaration
public const string UNIT_NAME_PAGE_PER_BUCKET = "pgs/bkt.cnt."
Field Value
Type Description
System.String

UNIT_NAME_PERCENT

Declaration
public const string UNIT_NAME_PERCENT = "%"
Field Value
Type Description
System.String

UNIT_NAME_RECORD

Declaration
public const string UNIT_NAME_RECORD = "recs."
Field Value
Type Description
System.String

UNIT_NAME_REQUEST

Declaration
public const string UNIT_NAME_REQUEST = "req."
Field Value
Type Description
System.String

UNIT_NAME_RESPONSE

Declaration
public const string UNIT_NAME_RESPONSE = "resp."
Field Value
Type Description
System.String

UNIT_NAME_SEC

Declaration
public const string UNIT_NAME_SEC = "sec."
Field Value
Type Description
System.String

UNIT_NAME_SEGMENT

Declaration
public const string UNIT_NAME_SEGMENT = "seg."
Field Value
Type Description
System.String

UNIT_NAME_SESSION

Declaration
public const string UNIT_NAME_SESSION = "sess."
Field Value
Type Description
System.String

UNIT_NAME_SLOT

Declaration
public const string UNIT_NAME_SLOT = "slots"
Field Value
Type Description
System.String

UNIT_NAME_SWEEP

Declaration
public const string UNIT_NAME_SWEEP = "swps."
Field Value
Type Description
System.String

UNIT_NAME_TABLE

Declaration
public const string UNIT_NAME_TABLE = "table"
Field Value
Type Description
System.String

UNIT_NAME_TIME

Declaration
public const string UNIT_NAME_TIME = "times"
Field Value
Type Description
System.String

UNIT_NAME_TRANSACTION

Declaration
public const string UNIT_NAME_TRANSACTION = "trxn."
Field Value
Type Description
System.String

UNIT_NAME_TRANSPORT

Declaration
public const string UNIT_NAME_TRANSPORT = "tran."
Field Value
Type Description
System.String

UNIT_NAME_UNSPECIFIED

Declaration
public const string UNIT_NAME_UNSPECIFIED = "unspc."
Field Value
Type Description
System.String

UNIT_NAME_WORK_CONTEXT

Declaration
public const string UNIT_NAME_WORK_CONTEXT = "w.ctx."
Field Value
Type Description
System.String

UNKNOWN

Declaration
public const string UNKNOWN = "<unknown>"
Field Value
Type Description
System.String

UNNAMED_MEMORY_BUFFER

Declaration
public const string UNNAMED_MEMORY_BUFFER = "<unnamed memory buffer>"
Field Value
Type Description
System.String

UNNAMED_PROJECT_ITEM

Declaration
public const string UNNAMED_PROJECT_ITEM = "<unnamed project item>"
Field Value
Type Description
System.String

VALIDATION_CATEGORY

Declaration
public const string VALIDATION_CATEGORY = "Validation"
Field Value
Type Description
System.String
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX