C# Class Remindr.Model.Database.Reminder

Mostra file Open project: willh/remindr Class Usage Examples

Public Methods

Method Description
Reminder ( ) : System
Reminder ( string mobileNumber, string message, System.DateTime nextScheduledReminder, string schedule, string customSchedule, System.DateTime endReminderDate, string kind ) : System

Method Details

Reminder() public method

public Reminder ( ) : System
return System

Reminder() public method

public Reminder ( string mobileNumber, string message, System.DateTime nextScheduledReminder, string schedule, string customSchedule, System.DateTime endReminderDate, string kind ) : System
mobileNumber string
message string
nextScheduledReminder System.DateTime
schedule string
customSchedule string
endReminderDate System.DateTime
kind string
return System