SharpSchedule

ScheduledClientManager Methods

The methods of the ScheduledClientManager class are listed below. For a complete list of ScheduledClientManager class members, see the ScheduledClientManager Members topic.

Public Static (Shared) Methods

GetInstance Get a new instance of the scheduled client manager.

Public Instance Methods

AddOverloaded. Add an association between the given plan id and the clients.
Add (inherited from AbstractDb)Overloaded. Add the given entity to the database and populate the id with the primary key generated from the database.
Equals (inherited from Object) 
FetchOverloaded. Fetch the scheduled client by the given plan and client id.
FetchClients Fetch the clients for the given plan id.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Remove (inherited from AbstractDb)Overloaded. Remove the entity with the given id from the database.
ToString (inherited from Object) 
UpdateOverloaded. TODO: Add documentation.
Update (inherited from AbstractDb)Overloaded. Persist the changes that were made to the entity to the database.

Protected Instance Methods

FetchOverloaded. Fetch all scheduled clients by the given plan id.
Fetch (inherited from AbstractDb)Overloaded. Fetch the entity that matches the given key.
Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
Remove (inherited from AbstractDb)Overloaded. Remove the entity with the given id from the database.

See Also

ScheduledClientManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace