Show / Hide Table of Contents

Class NewsFeedItemHtmlTableInfo

Table 'NewsFeedItemHtml': Detailed description of the news item, in a specific language.

Inheritance
object
TableInfo
NewsFeedItemHtmlTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(params FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(string)
TableInfo.UseNolockIfPossible
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.All
TableInfo.this[string]
TableInfo.PrimaryKeyField
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
TableInfo.Definition
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 allowed
Declaration
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 key
Declaration
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:

FieldDescription
NewsfeeditemIdForeign 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().

Implements

ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top