Brick.Core
0.4.0
This package contains the core interfaces of Brick:
- IRepository: Access data store to store and retrieve data.
- IPagedList<T>: Represents a subset of a collection of objects that contains metadata about the superset collection of objects this subset was created from.
Install-Package Brick.Core -Version 0.4.0
dotnet add package Brick.Core --version 0.4.0
<PackageReference Include="Brick.Core" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Brick.Core --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Brick.Core:
Package | Downloads |
---|---|
Brick.PagedList
This package contains the implementation of Brick.PagedList.IPagedList<T> interface and an extension method in order to help creating IPagedList<T> easier.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.4.0 | 1,450 | 5/25/2014 |