Class NotifyBySMSSettings
Inheritance
NotifyBySMSSettings
Assembly: SoDataBase.dll
Syntax
public class NotifyBySMSSettings : StepSettings
Constructors
NotifyBySMSSettings()
Declaration
public NotifyBySMSSettings()
Properties
From
Declaration
public string From { get; set; }
Property Value
SpecificPhoneNumbers
Declaration
public string[] SpecificPhoneNumbers { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
To
Declaration
public WorkflowNotifySMSType To { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)