Class SmsMessage
Inheritance
System.Object
SmsMessage
Assembly: Volo.Abp.Sms.dll
Syntax
public class SmsMessage : object
Constructors
SmsMessage(String, String)
Declaration
public SmsMessage(string phoneNumber, string text)
Parameters
Type |
Name |
Description |
System.String |
phoneNumber |
|
System.String |
text |
|
Properties
PhoneNumber
Declaration
public string PhoneNumber { get; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
public IDictionary<string, object> Properties { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods