IAssemblyRepository
Namespace: Babel.Data Assembly: Babel.Data.dll
Interface for Assembly repository.
Implements
Methods
Delete(IEnumerable<int>)
Deletes the given list of assemblies from the repository. Begins tracking the given list of assemblies in the Detached state such that it will be deleted in the database when SaveChanges() is called.
Parameters
Name
Description
The assembly Identifiers to delete.
GetMapFileAsync(string)
Get the XML map file resource for the specified assembly full name.
Parameters
Name
Description
The assembly full name.
Returns
Name
Description
The XML Map file or null if not found.
Last updated