Class LegalHtmlTagsTableInfo
Table 'legal_html_tags': This table is used as a list of all legal HTML tags. HTML tags not in this list will be ignored when viewing html versions of messages
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("legal_html_tags")]
public class LegalHtmlTagsTableInfo : 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
Fields
DictionaryTableName
Conceptual name of table LegalHtmlTags in the database dictionary: legal_html_tags
Declaration
public const string DictionaryTableName = "legal_html_tags"
Field Value
Type | Description |
---|---|
String |
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
DictionaryTableNumber
Table number for table LegalHtmlTags 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 |
---|---|
Int32 |
HtmlTag
Field 'html_tag' in table 'legal_html_tags': Dictionary type String[256], .NET type: String
The legal HTML tag
Declaration
public StringFieldInfo HtmlTag { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
LegalHtmlTagsId
Field 'id' in table 'legal_html_tags': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo LegalHtmlTagsId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 |