Show / Hide Table of Contents

Class CombinedModel

Represents a MVC convenience model for display purposes in some view pages.

Inheritance
System.Object
CombinedModel
Namespace: Scrapbook101core.Models
Assembly: Scrapbook101core.dll
Syntax
public class CombinedModel
Remarks

This model combine the Item class/model with lists of categories and lists of files that are useful for pages that require both the Item class and category and file support.

Properties

| Improve this Doc View Source

CategoryFieldMappingList

Declaration
public List<CategoryFieldMapping> CategoryFieldMappingList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CategoryFieldMapping>
| Improve this Doc View Source

CategoryItemsForDisplay

Declaration
public List<CategoryItemDisplay> CategoryItemsForDisplay { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CategoryItemDisplay>
| Improve this Doc View Source

Item

Declaration
public Item Item { get; set; }
Property Value
Type Description
Item
| 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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX for Scrapbook101Core on