Class NewsFeedItemCtaRow.IdxNewsFeedItemCtaId
Class representing index 'IDXNewsFeedItemCtaId'.
Inheritance
NewsFeedItemCtaRow.IdxNewsFeedItemCtaId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class NewsFeedItemCtaRow.IdxNewsFeedItemCtaId : NewsFeedItemCtaRow.NewsFeedItemCtaRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxNewsFeedItemCtaId(int)
Constructor for class NewsFeedItemCta.IdxNewsFeedItemCtaId This class represents index 'IDXNewsFeedItemCtaId'.
Declaration
public IdxNewsFeedItemCtaId(int newsFeedItemCtaId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | newsFeedItemCtaId |
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 NewsFeedItemCtaRow 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 NewsFeedItemCtaRow. |