Table of Contents

Class CardInfo

Namespace
Dynamicweb.CoreUI.Displays.Widgets
Assembly
Dynamicweb.CoreUI.dll
public class CardInfo
Inheritance
CardInfo
Inherited Members

Properties

AdditionalInfo

public IEnumerable<KeyValuePair<CardInfo.InfoLabel, CardInfo.InfoValue>> AdditionalInfo { get; set; }

Property Value

IEnumerable<KeyValuePair<CardInfo.InfoLabel, CardInfo.InfoValue>>

Description

public string Description { get; set; }

Property Value

string

HideLabels

public bool HideLabels { get; set; }

Property Value

bool

Icon

public Icon? Icon { get; set; }

Property Value

Icon

Identification

public string Identification { get; set; }

Property Value

string

Image

public Image? Image { get; set; }

Property Value

Image

Layout

public CardInfo.CardInfoLayout Layout { get; set; }

Property Value

CardInfo.CardInfoLayout

RelatedEntities

public List<ActionNode> RelatedEntities { get; set; }

Property Value

List<ActionNode>

SecondaryIdentification

public string SecondaryIdentification { get; set; }

Property Value

string

ShortDescription

public string ShortDescription { get; set; }

Property Value

string
To top