Class DBC.MsSubstituteFields
Fields for MsSubstitute, Regexp for extracting info from emails when they enter they system
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class MsSubstituteFields
Fields
Flags
MsSubstitute.Flags: Bitmap for flags for this entry.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
MsFilterId
MsSubstitute.MsFilterId:
Declaration
public const string MsFilterId = "ms_filter_id"
Field Value
Type | Description |
---|---|
String |
MsSubstituteId
MsSubstitute.MsSubstituteId: The primary key (auto-incremented)
Declaration
public const string MsSubstituteId = "id"
Field Value
Type | Description |
---|---|
String |
ParserName
MsSubstitute.ParserName: The name of the variable as used in the parser.
Declaration
public const string ParserName = "parser_name"
Field Value
Type | Description |
---|---|
String |
SubstType
MsSubstitute.SubstType: Enum indicating the target domain for this regexp (customer connection, parser, etc).
Declaration
public const string SubstType = "subst_type"
Field Value
Type | Description |
---|---|
String |
TheRegexp
MsSubstitute.TheRegexp: The regular expression searched for.
Declaration
public const string TheRegexp = "the_regexp"
Field Value
Type | Description |
---|---|
String |