NotificationService Class
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationService : UnitOfWorkService, IServiceProviderAccessor, ISeedWork<INotificationService>, ISeedWork, INotificationService
Inheritance
System.Object
NotificationService
Constructors
NotificationService(IUnitOfWork)
Declaration
public NotificationService(IUnitOfWork unitOfWork)
Parameters
Fields
VarFindPatternLeft
Declaration
protected const string VarFindPatternLeft = "{{|"
Field Value
Type |
Description |
System.String |
|
VarFindPatternRight
Declaration
protected const string VarFindPatternRight = "|}}"
Field Value
Type |
Description |
System.String |
|
VarPatternLeft
Declaration
protected const string VarPatternLeft = "\\{\\{\\|"
Field Value
Type |
Description |
System.String |
|
VarPatternRight
Declaration
protected const string VarPatternRight = "\\|\\}\\}"
Field Value
Type |
Description |
System.String |
|
Methods
FillVariable(NotificationPayload, String, String)
Declaration
public void FillVariable(NotificationPayload payload, string variable, string value)
Parameters
FillVariablePattern(String, String, String)
Declaration
protected string FillVariablePattern(string input, string variable, string value)
Parameters
Type |
Name |
Description |
System.String |
input |
|
System.String |
variable |
|
System.String |
value |
|
Returns
Type |
Description |
System.String |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods