Class WorkflowNotifySMSType
Workflow notify sms type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class WorkflowNotifySMSType : Enum
Fields
OurContact
0: OurContact
Declaration
public const WorkflowNotifySMSType OurContact
Field Value
Type | Description |
---|---|
WorkflowNotifySMSType |
OurServiceContact
1: OurServiceContact
Declaration
public const WorkflowNotifySMSType OurServiceContact
Field Value
Type | Description |
---|---|
WorkflowNotifySMSType |
SpecificPhoneNumbers
2: SpecificPhoneNumbers
Declaration
public const WorkflowNotifySMSType SpecificPhoneNumbers
Field Value
Type | Description |
---|---|
WorkflowNotifySMSType |
value__
Workflow notify sms type
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)