Model for the My Bids page. This class is decorated with the Authorize attribute.
More...
|
List< Dictionary< int, List< Dictionary< string, object > > > >? | ClientBids [get, set] |
| The list of client bids. More...
|
|
Model for the My Bids page. This class is decorated with the Authorize attribute.
◆ MyBidsModel()
BetterFinds.Pages.MyBidsModel.MyBidsModel |
( |
IConfiguration |
configuration | ) |
|
Initializes a new instance of the MyBidsModel class.
- Parameters
-
configuration | The IConfiguration instance. |
◆ OnGet()
void BetterFinds.Pages.MyBidsModel.OnGet |
( |
| ) |
|
|
inline |
Shows the client's bids.
This page gets the client's bids from the database and displays them.
◆ configuration
readonly IConfiguration BetterFinds.Pages.MyBidsModel.configuration |
|
private |
The IConfiguration instance.
◆ ClientBids
List<Dictionary<int, List<Dictionary<string, object> > > >? BetterFinds.Pages.MyBidsModel.ClientBids |
|
getset |
The documentation for this class was generated from the following file:
- BetterFinds/Pages/MyBids.cshtml.cs