Show / Hide Table of Contents

Class SmsTableInfo

Table 'sms': This table will hold outgoing sms messages when transmitted with WebServices

Inheritance
Object
TableInfo
SmsTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[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("sms")]
public class SmsTableInfo : 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 Sms in the database dictionary: sms

Declaration
public const string DictionaryTableName = "sms"
Field Value
Type Description
String

Properties

CustomerId

Field 'customer_id' in table 'sms': Dictionary type FK, .NET type: Int32

Reference to the customer id, used for eMarketeer

Declaration
public Int32FieldInfo CustomerId { get; }
Property Value
Type Description
Int32FieldInfo

CustomerId_InnerJoin_Person

Generated join from the foreign key CustomerId in this table, to its target table PersonTableInfo.

Declaration
public TargetedInnerJoin<PersonTableInfo> CustomerId_InnerJoin_Person { get; }
Property Value
Type Description
TargetedInnerJoin<PersonTableInfo>

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

DeliveredAt

Field 'delivered_at' in table 'sms': Dictionary type DateTime, .NET type: DateTime

The date and time when the sms was delivered

Declaration
public DateTimeFieldInfo DeliveredAt { get; }
Property Value
Type Description
DateTimeFieldInfo

DeliveryExtStatus

Field 'delivery_ext_status' in table 'sms': Dictionary type String[256], .NET type: String

Indicates extended delivery status for the sms

Declaration
public StringFieldInfo DeliveryExtStatus { get; }
Property Value
Type Description
StringFieldInfo

DeliveryExtStatusDesc

Field 'delivery_ext_status_desc' in table 'sms': Dictionary type String[256], .NET type: String

Indicates extended delivery status description for the sms

Declaration
public StringFieldInfo DeliveryExtStatusDesc { get; }
Property Value
Type Description
StringFieldInfo

DeliveryStatus

Field 'delivery_status' in table 'sms': Dictionary type String[256], .NET type: String

Indicates a delivery status for the sms

Declaration
public StringFieldInfo DeliveryStatus { get; }
Property Value
Type Description
StringFieldInfo

DeliveryStatusDesc

Field 'delivery_status_desc' in table 'sms': Dictionary type String[256], .NET type: String

Indicates a delivery status description for the sms

Declaration
public StringFieldInfo DeliveryStatusDesc { get; }
Property Value
Type Description
StringFieldInfo

DictionaryTableNumber

Table number for table Sms 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

MessageId

Field 'message_id' in table 'sms': Dictionary type FK, .NET type: Int32

Reference to the message id this SMS was sent from

Declaration
public Int32FieldInfo MessageId { get; }
Property Value
Type Description
Int32FieldInfo

MessageId_InnerJoin_EjMessage

Generated join from the foreign key MessageId in this table, to its target table EjMessageTableInfo.

Declaration
public TargetedInnerJoin<EjMessageTableInfo> MessageId_InnerJoin_EjMessage { get; }
Property Value
Type Description
TargetedInnerJoin<EjMessageTableInfo>

OutboxId

Field 'outbox_id' in table 'sms': Dictionary type FK, .NET type: Int32

The outbox entry which holds the information about the sms to be sent

Declaration
public Int32FieldInfo OutboxId { get; }
Property Value
Type Description
Int32FieldInfo

OutboxId_InnerJoin_Outbox

Generated join from the foreign key OutboxId in this table, to its target table OutboxTableInfo.

Declaration
public TargetedInnerJoin<OutboxTableInfo> OutboxId_InnerJoin_Outbox { get; }
Property Value
Type Description
TargetedInnerJoin<OutboxTableInfo>

OutgoingMessageId

Field 'outgoing_message_id' in table 'sms': Dictionary type FK, .NET type: Int32

Reference to the outgoing message entry created by netserver for sending and status update

Declaration
public Int32FieldInfo OutgoingMessageId { get; }
Property Value
Type Description
Int32FieldInfo

OutgoingMessageId_InnerJoin_OutgoingMessage

Generated join from the foreign key OutgoingMessageId in this table, to its target table OutgoingMessageTableInfo.

Declaration
public TargetedInnerJoin<OutgoingMessageTableInfo> OutgoingMessageId_InnerJoin_OutgoingMessage { get; }
Property Value
Type Description
TargetedInnerJoin<OutgoingMessageTableInfo>

ReferenceKey

Field 'reference_key' in table 'sms': Dictionary type String[256], .NET type: String

The reference used for delivery report

Declaration
public StringFieldInfo ReferenceKey { get; }
Property Value
Type Description
StringFieldInfo

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

SessionKey

Field 'session_key' in table 'sms': Dictionary type String[256], .NET type: String

The reference used for identifying a session, like in-reply-to and message-id

Declaration
public StringFieldInfo SessionKey { get; }
Property Value
Type Description
StringFieldInfo

ShipmentId

Field 'shipment_id' in table 'sms': Dictionary type FK, .NET type: Int32

Reference to the shipment id, used for eMarketeer

Declaration
public Int32FieldInfo ShipmentId { get; }
Property Value
Type Description
Int32FieldInfo

ShipmentId_InnerJoin_SShipment

Generated join from the foreign key ShipmentId in this table, to its target table SShipmentTableInfo.

Declaration
public TargetedInnerJoin<SShipmentTableInfo> ShipmentId_InnerJoin_SShipment { get; }
Property Value
Type Description
TargetedInnerJoin<SShipmentTableInfo>

SmsId

Field 'id' in table 'sms': Dictionary type PK, .NET type: Int32

Primary key

Declaration
public Int32FieldInfo SmsId { get; }
Property Value
Type Description
Int32FieldInfo

SmsText

Field 'sms_text' in table 'sms': Dictionary type Clob, .NET type: String

The actual text to be sent

Declaration
public StringFieldInfo SmsText { get; }
Property Value
Type Description
StringFieldInfo

Implements

System.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