Question: You need to add metadata to your data context object, Invoice, in order to change how invoices are handled by Dynamic Data. Which actions should you take? (Chooseall that apply.)
A
B
C
D
Create a new partial class called Invoice in the App_Code directory.
B
Create a new class called InvoiceAnnotations in the App_Code directory.
C
Decorate the Invoice class with the MetadataTypeAttribute class.
D
Decorate the InvoiceAnnotations class with the ScaffoldTableAttribute class.
Note: Not available