ICaseManager Interface |
Namespace: EdaIntegrationContract
public interface ICaseManager
The ICaseManager type exposes the following members.
Name | Description | |||
---|---|---|---|---|
All |
Retrieves a list of all the active cases
| |||
CaseExistsByName |
Checks if a case by this name already exists
| |||
Create |
Creates a new case
| |||
Delete |
Deletes a case. This will delete the database and
optionally the associated home directory for this case.
The amount of time it will take for this operation to complete will vary based on the whether the database is in use and the number and size of files in the Home Directory if the directory is being removed as well.
| |||
OpenCaseById |
Retrieves a specific case by its unique identifier
| |||
OpenCaseByName |
Retrieves a specific case by its name
| |||
Update |
Updates the case with any changed values
|