SharpSchedule

StaffManager Members

StaffManager overview

Public Static (Shared) Methods

GetInstance Create a new instance of the Staff manager.

Public Instance Constructors

StaffManager ConstructorInitializes a new instance of the StaffManager class.

Public Instance Fields

PHOTO_BASE_PATH The base path that photographs are stored in.

Public Instance Methods

AddOverloaded. Add a staff member to the database.
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 Staff from the database.
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. Update the staff member.
Update (inherited from AbstractDb)Overloaded. 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

StaffManager Class | Ozanam.Schedule.Store.Database.StaffAccess Namespace