Class NewsFeedItemHtmlTableInfo
Table 'NewsFeedItemHtml': Detailed description of the news item, in a specific language.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("NewsFeedItemHtml")]
public class NewsFeedItemHtmlTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
Fields
DictionaryTableName
Conceptual name of table NewsFeedItemHtml in the database dictionary: NewsFeedItemHtml
Declaration
public const string DictionaryTableName = "NewsFeedItemHtml"
Field Value
| Type | Description |
|---|---|
| string |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
| Type | Description |
|---|---|
| SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
DictionaryTableNumber
Table number for table NewsFeedItemHtml in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
HtmlContent
Field 'HtmlContent' in table 'NewsFeedItemHtml': Dictionary type Clob, .NET type: string
The HTML content for the news feed item in the specified language. Styling through pre-defined CSS classes. No SCRIPT or STYLE tags allowedDeclaration
public StringFieldInfo HtmlContent { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
Iso2Lang
Field 'Iso2Lang' in table 'NewsFeedItemHtml': Dictionary type String[11], .NET type: string
ISO 2 letter Language code for the content. "en", "us", "no"Declaration
public StringFieldInfo Iso2Lang { get; }
Property Value
| Type | Description |
|---|---|
| StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
NewsFeedItemHtmlId
Field 'newsfeeditemhtml_id' in table 'NewsFeedItemHtml': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo NewsFeedItemHtmlId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
NewsfeeditemId
Field 'newsfeeditem_id' in table 'NewsFeedItemHtml': Dictionary type FK, target: NewsFeedItem, .NET type: int
Foreign key to NewsFeedItem that this description belongs to.Declaration
public Int32FieldInfo NewsfeeditemId { get; }
Property Value
| Type | Description |
|---|---|
| Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
NewsfeeditemId_InnerJoin_NewsFeedItem
Generated join from the foreign key NewsfeeditemId in this table, to its target table NewsFeedItemTableInfo.
Declaration
public TargetedInnerJoin<NewsFeedItemTableInfo> NewsfeeditemId_InnerJoin_NewsFeedItem { get; }
Property Value
| Type | Description |
|---|---|
| TargetedInnerJoin<NewsFeedItemTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
| Type | Description |
|---|---|
| SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().
Methods
IdxNewsfeeditemId(int)
Shortcut method for looking up using the database index NewsfeeditemId, which spans the following fields:
| Field | Description |
|---|---|
| NewsfeeditemId | Foreign key to NewsFeedItem that this description belongs to. |
Declaration
public Restriction IdxNewsfeeditemId(int newsfeeditemId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | newsfeeditemId |
Returns
| Type | Description |
|---|---|
| Restriction |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetNewsFeedItemHtmlInfo().