Class MsSubstituteRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_substitute table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class MsSubstituteRecordData : Object
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
MsSubstituteRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_substitute table.
Declaration
public MsSubstituteRecordData()
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
Flags
Bitmap for flags for this entry.
Declaration
public int Flags
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MsFilterId
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_substitute table.
Declaration
public int MsFilterId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
MsSubstituteId
The primary key (auto-incremented)
Declaration
public int MsSubstituteId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ParserName
The name of the variable as used in the parser.
Declaration
public string ParserName
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SubstType
Enum indicating the target domain for this regexp (customer connection, parser, etc).
Declaration
public short SubstType
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TheRegexp
The regular expression searched for.
Declaration
public string TheRegexp
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full MsSubstituteRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding MsSubstituteTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.