Class SmsMessage
Inheritance
object
SmsMessage
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Sms
Assembly: Volo.Abp.Sms.dll
Syntax
public class SmsMessage
Constructors
SmsMessage(string, string)
Declaration
public SmsMessage(string phoneNumber, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | phoneNumber | |
| string | text |
Properties
PhoneNumber
Declaration
public string PhoneNumber { get; }
Property Value
| Type | Description |
|---|---|
| string |
Properties
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><string, object> |
Text
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |