Class NewsFeedItemHtmlRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the NewsFeedItemHtml table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class NewsFeedItemHtmlRecordData
Remarks
Please use this class instead of a full NewsFeedItemHtmlRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemHtmlTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
NewsFeedItemHtmlRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the NewsFeedItemHtml table.
Declaration
public NewsFeedItemHtmlRecordData()
Remarks
Please use this class instead of a full NewsFeedItemHtmlRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemHtmlTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
HtmlContent
The HTML content for the news feed item in the specified language. Styling through pre-defined CSS classes. No SCRIPT or STYLE tags allowed
Declaration
public string HtmlContent
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full NewsFeedItemHtmlRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemHtmlTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Iso2Lang
ISO 2 letter Language code for the content. "en", "us", "no"
Declaration
public string Iso2Lang
Field Value
| Type | Description |
|---|---|
| string |
Remarks
Please use this class instead of a full NewsFeedItemHtmlRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemHtmlTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NewsFeedItemHtmlId
Primary key
Declaration
public int NewsFeedItemHtmlId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full NewsFeedItemHtmlRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemHtmlTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
NewsfeeditemId
Foreign key to NewsFeedItem that this description belongs to.
Declaration
public int NewsfeeditemId
Field Value
| Type | Description |
|---|---|
| int |
Remarks
Please use this class instead of a full NewsFeedItemHtmlRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding NewsFeedItemHtmlTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.