Table of Contents

Class CmdsAchievementExpirationDelivered

Namespace
InSite.Persistence.Plugin.CMDS
Assembly
InSite.Persistence.dll
public class CmdsAchievementExpirationDelivered : Change, IChange
Inheritance
CmdsAchievementExpirationDelivered
Implements
Inherited Members

Constructors

CmdsAchievementExpirationDelivered(ReminderType, string)

public CmdsAchievementExpirationDelivered(ReminderType reminderType, string priority)

Parameters

reminderType ReminderType
priority string

Properties

Priority

public string Priority { get; set; }

Property Value

string

ReminderType

[JsonProperty(DefaultValueHandling = DefaultValueHandling.Include)]
public ReminderType ReminderType { get; set; }

Property Value

ReminderType