Метод | Описание | |
---|---|---|
CalculateNextReminderDate ( |
||
CancelReminder ( string id ) : void | ||
DeleteAllReminders ( ) : void | ||
DeleteReminder ( |
||
GetAllSentReminders ( ) : List |
||
GetHistoryForNumber ( string mobileNumber ) : List |
||
GetPendingReminders ( ) : List |
||
GetReminderById ( string id ) : |
||
GetReminderCollection ( ) : MongoCollection |
||
GetReminderLogCollection ( ) : MongoCollection |
||
GetRemindersForDate ( System.DateTime queryDate ) : List |
||
GetRemindersForMobileNumber ( string mobileNumber ) : List |
||
InsertReminder ( |
||
InsertReminderLog ( |
||
SaveReminder ( |
public CalculateNextReminderDate ( |
||
reminder | ||
Результат | void |
public CancelReminder ( string id ) : void | ||
id | string | |
Результат | void |
public DeleteReminder ( |
||
reminder | ||
Результат | void |
public GetHistoryForNumber ( string mobileNumber ) : List |
||
mobileNumber | string | |
Результат | List |
public GetReminderById ( string id ) : |
||
id | string | |
Результат |
public GetReminderCollection ( ) : MongoCollection |
||
Результат | MongoCollection |
public GetReminderLogCollection ( ) : MongoCollection |
||
Результат | MongoCollection |
public GetRemindersForDate ( System.DateTime queryDate ) : List |
||
queryDate | System.DateTime | |
Результат | List |
public GetRemindersForMobileNumber ( string mobileNumber ) : List |
||
mobileNumber | string | |
Результат | List |
public InsertReminder ( |
||
reminder | ||
Результат | string |
public InsertReminderLog ( |
||
reminderLog | ||
Результат | string |
public SaveReminder ( |
||
reminder | ||
Результат | void |