Show / Hide Table of Contents

Class MsSubstituteRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the ms_substitute table.

Inheritance
object
MsSubstituteRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class 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.

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
int
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
int
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
int
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
short
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
MsSubstituteRecordDataExtensions.ToInsertAsync(MsSubstituteRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top