SharpSchedule

ResourceManager Methods

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

Public Static (Shared) Methods

GetInstance Create a new instance of the Resource manager.

Public Instance Methods

AddOverloaded. Add a resource to the database. Also update the associated placement category or placement type 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 Resource 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) 
Update (inherited from AbstractDb) Persist the changes that were made to the entity to the database.

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

ResourceManager Class | Ozanam.Schedule.Store.Database.ResourceAccess Namespace