Class TriggerModel
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TriggerModel
- Inheritance
-
TriggerModel
- Inherited Members
-
Constructors
TriggerModel()
Properties
Condition
public string Condition { get; set; }
Property Value
- string
ConditionRange
public string ConditionRange { get; set; }
Property Value
- string
FromNumber
public int FromNumber { get; set; }
Property Value
- int
MessageName
public NotificationType MessageName { get; set; }
Property Value
- NotificationType
MessagePriority
public string MessagePriority { get; set; }
Property Value
- string
MessageTitle
public string MessageTitle { get; set; }
Property Value
- string
Notified
public DateTimeOffset? Notified { get; set; }
Property Value
- DateTimeOffset?
SenderEmail
public string SenderEmail { get; set; }
Property Value
- string
SenderName
public string SenderName { get; set; }
Property Value
- string
TextContent
public string TextContent { get; set; }
Property Value
- string
ToNumber
public int ToNumber { get; set; }
Property Value
- int