Class MailInFilterRows.IdxLanguageId
Class representing index 'IDXMail_in_filterLanguage_id'.
Inheritance
MailInFilterRows.IdxLanguageId
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public sealed class MailInFilterRows.IdxLanguageId : MailInFilterRows.MailInFilterRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxLanguageId(int)
Constructor for class MailInFilterRows.IdxLanguageId This class represents index 'IDXMail_in_filterLanguage_id'.
Declaration
public IdxLanguageId(int languageId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | languageId |
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
LanguageId
The id of the customer language entry this entry is connected to.
Declaration
public int LanguageId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the MailInFilterRow 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 MailInFilterRow. |