[This is preliminary documentation and is subject to change.]
The ReminderDB type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReminderDB |
Methods
Name | Description | |
---|---|---|
![]() | AddOutputParameter | Overloaded. |
![]() | AddParameter | Overloaded. |
![]() | AddParameters | Overloaded. |
![]() | ClearParameters |
Clear all the sql stored procedure parameters
(Inherited from OfficeClipDB.) |
![]() | Close |
Close the connection, data adapter and the command
(Inherited from OfficeClipDB.) |
![]() | Commit |
Commits the transaction
(Inherited from OfficeClipDB.) |
![]() | DelReminderDetails |
Deletes the reminder details, if there are no reminder details,
then it deletes the reminder record too
|
![]() | DelReminderFromApplications |
Deletes all the reminders corresponding to a particular application.
|
![]() | DelReminderGroupMembersApplicationReminders |
Deletes all the reminders for all the group members (except for user's reminder)
created for a specific application.
|
![]() | Dispose |
disposes the object for garbage collection
(Inherited from OfficeClipDB.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExecuteNonQuery | Overloaded. |
![]() | ExecuteReader |
Executes the sql datareader
(Inherited from OfficeClipDB.) |
![]() | ExecuteScalar |
Executes the query that returns a single valur
(Inherited from OfficeClipDB.) |
![]() | Fill |
Fills the dataset
(Inherited from OfficeClipDB.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAllApplicationReminders |
Gets all the reminders created for a specific application
associated with a specific object within that application.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetParameterCount |
Gets the parameter count
(Inherited from OfficeClipDB.) |
![]() | GetParameterValue |
Gets the value of the parameter
(Inherited from OfficeClipDB.) |
![]() | GetPersonalReminderDetailsByUser |
Gets the personal reminder details of all reminders
created in the OfficeClip reminder application
for the currently logged in user.
|
![]() | GetPersonalReminderInfo |
Gets the personal reminder details of a particular reminder
created in the OfficeClip reminder application
for a particular user.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Initialize the connection parameters
(Inherited from OfficeClipDB.) |
![]() | InitTransaction | Overloaded. |
![]() | InsReminder |
Inserts repeated reminders in the database.
|
![]() | InsReminderFromApplications |
Inserts the Reminder into the Database.
|
![]() | InsSingleReminder |
Inserts the reminder details of a single reminder, this method is called from
the main routine to Insert repeated reminders.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessReminders |
Processes all the reminders and sends messages which have become due as of now.
This method is called from the timer at application context level on start of the
application.
|
![]() | Rollback |
Rolls back the transaction
(Inherited from OfficeClipDB.) |
![]() | SetParameterValue |
Sets the parameter value of the sql parameter to a known value
(Inherited from OfficeClipDB.) |
![]() | SetSPCommand | Overloaded. |
![]() | SetSPDataAdapter |
Sets the stored procedure data adapter
(Inherited from OfficeClipDB.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | UpdateReminderStatus |
Updates the status of the reminder whether the reminder was sent successfuly or not.
If not another attempt is made (Max 3 times) when the ProcessReminders method is called
the next time.
|
![]() | UpdReminderFromApplications |
Updates the Reminder into the Database.
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectionString |
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
(Inherited from OfficeClipDB.) |
![]() | DBConnString |
The database connection string that is only available within the framework of the DBLayer.
This should only be set through a constructor so this is not available outside
the DBLayer. A default conection string is assumed if not set.
(Inherited from OfficeClipDB.) |