Class ReplyTemplateBodyRow.IdxReplyTemplateBodyId
Class representing index 'IDXReply_template_bodyId'.
Inheritance
ReplyTemplateBodyRow.IdxReplyTemplateBodyId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ReplyTemplateBodyRow.IdxReplyTemplateBodyId : ReplyTemplateBodyRow.ReplyTemplateBodyRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxReplyTemplateBodyId(int)
Constructor for class ReplyTemplateBody.IdxReplyTemplateBodyId This class represents index 'IDXReply_template_bodyId'.
Declaration
public IdxReplyTemplateBodyId(int replyTemplateBodyId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | replyTemplateBodyId |
Properties
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 ReplyTemplateBodyRow 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 ReplyTemplateBodyRow. |