The FileSystemRepository T type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Delete |
Deletes an object with a matching ID
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| Get |
Gets all objects managed by the repository
| |
| Get(Func T, Boolean ) |
NOT YET IMPLMENTED
| |
| Get(String) |
Gets an object with a particular Id
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetIds |
Gets a list of the available object ID's managed by the repository
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Put |
Adds/Updates an object of a particular ID
| |
Returns a string that represents the current object. (Inherited from |
See Also