Click or drag to resize

Sms Class

Represents class for sending sms messages addressed to group recipients
Inheritance Hierarchy

Namespace:  Dynamicweb.Sms
Assembly:  Dynamicweb.Sms (in Dynamicweb.Sms.dll) Version: 2.1.2
Syntax
public class Sms : DbObject

The Sms type exposes the following members.

Constructors
  NameDescription
Public methodSms
Initializes a new instance of the sms message class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyCreated
Gets or sets the "Message created" datetime stamp
Public propertyDeliveredMessagesCount
Gets or sets the delivered sms messages amount
Public propertyFirstMessageSent
Gets or sets the "first message sent" datetime stamp
Public propertyGroups
Gets the groups
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyLastMessageSent
Gets or sets the "last message sent" datetime stamp
Public propertyName
Gets or sets the name property.
Public propertyRecipientCount
Gets or sets the recipients number
Public propertySendToGroup
Gets or sets comma separated list of recipients group ids for sms message
Public propertySmartSearches
Gets list of SmartSearch containing Id and Name information
Public propertyText
Gets or sets the sms message text
Public propertyTransaction (Inherited from DbObject.)
Public propertyUsers
Gets selected users
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills the sms message properties with data from persistence layer
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with message data for further data persistence layer processing.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetMessageById
Gets the sms message by identifier
Public methodStatic memberGetSmsMessages
Gets the SMS messages
Public methodStatic memberGetSmsMessagesBySql
Gets the SMS messages using CommandBuilder.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also