Repository<T> Class
Definition
class which has list of job objects currently active in the system.
public abstract class Repository<T> where T : class
Type Parameters
- T
- Inheritance
-
Repository<T>
- Derived
Constructors
| Repository<T>(String) |
internal constructor |
Methods
| Add(T) |
Add an item to the repository |
| GetItem(Guid) |
Gets the specified Item |
| GetItems() | |
| GetKey(T) |
Get a key for the specified item |
| Remove(T) |
Remove the specified item from the repository |