Class CombinedModel
Represents a MVC convenience model for display purposes in some view pages.
Inheritance
System.Object
CombinedModel
Assembly: Scrapbook101core.dll
Syntax
public class CombinedModel
Properties
|
Improve this Doc
View Source
CategoryFieldMappingList
Declaration
public List<CategoryFieldMapping> CategoryFieldMappingList { get; set; }
Property Value
|
Improve this Doc
View Source
CategoryItemsForDisplay
Declaration
public List<CategoryItemDisplay> CategoryItemsForDisplay { get; set; }
Property Value
|
Improve this Doc
View Source
Item
Declaration
public Item Item { get; set; }
Property Value
|
Improve this Doc
View Source
LocalHttpPostedFileList
Declaration
public List<IFormFile> LocalHttpPostedFileList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Microsoft.AspNetCore.Http.IFormFile> |
|
|
Improve this Doc
View Source
LocalUploadFileList
Declaration
public List<FileItem> LocalUploadFileList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<FileItem> |
|