Property All
- Namespace
- DotNetBrowser.Card
- Assembly
- DotNetBrowser.dll
All
Gets all records from the credit cards store.
IReadOnlyList<CreditCard> All { get; }
Property Value
- IReadOnlyList<CreditCard>
All records from the credit cards store.
Remarks
Credit card records are saved to the store via SaveCreditCardHandler.
Exceptions
- ObjectDisposedException
The ICreditCardStore has already been disposed.