The FileSystemRepository T type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| FileSystemRepository T |
Initializes a new instance of the FileSystemRepository T class.
|
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 |
Properties
| Name | Description | |
|---|---|---|
| BackupBeforeSave |
Gets a value indicating whether data is backed up before a modified copy is saved.
| |
| BaseUri |
Gets the BaseUri of the repo
|
See Also