Class NewsFeedItemHtmlRow.IdxNewsfeeditemIdIso2Lang
Class representing index 'INewsfeeditem_idIso2Lang'.
Inheritance
NewsFeedItemHtmlRow.IdxNewsfeeditemIdIso2Lang
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class NewsFeedItemHtmlRow.IdxNewsfeeditemIdIso2Lang : NewsFeedItemHtmlRow.NewsFeedItemHtmlRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxNewsfeeditemIdIso2Lang(int, string)
Constructor for class NewsFeedItemHtml.IdxNewsfeeditemIdIso2Lang This class represents index 'INewsfeeditem_idIso2Lang'.
Declaration
public IdxNewsfeeditemIdIso2Lang(int newsfeeditemId, string iso2Lang)
Parameters
| Type | Name | Description |
|---|---|---|
| int | newsfeeditemId | |
| string | iso2Lang |
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 NewsFeedItemHtmlRow 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 NewsFeedItemHtmlRow. |