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