Class ThumbnailViewMapping
- Namespace
- Dynamicweb.CoreUI.Lists.ViewMappings
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class ThumbnailViewMapping : ListViewMapping
- Inheritance
-
ThumbnailViewMapping
- Inherited Members
-
Properties
Icon
public ModelMapping? Icon { get; set; }
Property Value
- ModelMapping
Image
public ModelMapping? Image { get; set; }
Property Value
- ModelMapping
Label
public ModelMapping? Label { get; set; }
Property Value
- ModelMapping
public ModelMapping? SystemInformation { get; set; }
Property Value
- ModelMapping
public ModelMapping? SystemInformationDateStamp { get; set; }
Property Value
- ModelMapping
Type
public override string Type { get; }
Property Value
- string
public override Icon ViewButtonIcon { get; }
Property Value
- Icon
Methods
CreateListItem<TRowModel>(List, TRowModel, Func<string, TRowModel, Cell?>?)
public override IListItem? CreateListItem<TRowModel>(List listComponent, TRowModel listItemDataModel, Func<string, TRowModel, Cell?>? getModelValue)
Parameters
listComponent
List
listItemDataModel
TRowModel
getModelValue
Func<string, TRowModel, Cell>
Returns
- IListItem
Type Parameters
TRowModel
GetMappings()
public override IEnumerable<ModelMapping?> GetMappings()
Returns
- IEnumerable<ModelMapping>