Class MsFilterRows.IdxBodyTemplate
Class representing index 'IDXMs_filterBody_template'.
Inheritance
MsFilterRows.IdxBodyTemplate
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class MsFilterRows.IdxBodyTemplate : MsFilterRows.MsFilterRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxBodyTemplate(int)
Constructor for class MsFilterRows.IdxBodyTemplate This class represents index 'IDXMs_filterBody_template'.
Declaration
public IdxBodyTemplate(int bodyTemplate)
Parameters
Type | Name | Description |
---|---|---|
int | bodyTemplate |
Properties
BodyTemplate
The template to use for the body of the message.
Declaration
public int BodyTemplate { get; set; }
Property Value
Type | Description |
---|---|
int |
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
Methods
UpdateRow(TableRowBase)
Update the MsFilterRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of MsFilterRow. |