SharpSchedule

ClientCommentManager Members

ClientCommentManager overview

Public Static (Shared) Methods

GetInstance Get an instance of the client comment manager.

Public Instance Constructors

ClientCommentManager ConstructorInitializes a new instance of the ClientCommentManager class.

Public Instance Methods

AddOverloaded. Add the client comment to the database, substitute in the parent id where necessary.
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 a client from the database.
FetchByClientId Fetch the comments that are related to the specified client.
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) 
Update (inherited from AbstractDb) Persist the changes that were made to the entity to the database.

Protected Instance Fields

LOGGER (inherited from AbstractDb) Logger for class.

Protected Instance Methods

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

ClientCommentManager Class | Ozanam.Schedule.Store.Database.ClientAccess Namespace