Class MsFilterRows.IdxAutofaqReplyCategory
Class representing index 'IDXMs_filterAutofaq_reply_cat'.
Inheritance
MsFilterRows.IdxAutofaqReplyCategory
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class MsFilterRows.IdxAutofaqReplyCategory : MsFilterRows.MsFilterRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxAutofaqReplyCategory(int)
Constructor for class MsFilterRows.IdxAutofaqReplyCategory This class represents index 'IDXMs_filterAutofaq_reply_category'.
Declaration
public IdxAutofaqReplyCategory(int autofaqReplyCategory)
Parameters
Type | Name | Description |
---|---|---|
int | autofaqReplyCategory |
Properties
AutofaqReplyCategory
The root folder for the auto faq search.
Declaration
public int AutofaqReplyCategory { 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. |