Class CardInfo.InfoValue
- Namespace
- Dynamicweb.CoreUI.Displays.Widgets
- Assembly
- Dynamicweb.CoreUI.dll
public sealed record CardInfo.InfoValue : IEquatable<CardInfo.InfoValue>
- Inheritance
-
CardInfo.InfoValue
- Implements
-
- Inherited Members
-
Constructors
public InfoValue(DisplayBase display)
Parameters
display DisplayBase
public InfoValue(bool value)
Parameters
value bool
public InfoValue(DateTime? dateTime)
Parameters
dateTime DateTime?
public InfoValue(DateTime? dateTime, ActionBase? primaryAction)
Parameters
dateTime DateTime?
primaryAction ActionBase
public InfoValue(string? value)
Parameters
value string
public InfoValue(string? value, ActionBase? primaryAction)
Parameters
value string
primaryAction ActionBase
Properties
public ActionBase? PrimaryAction { get; }
Property Value
- ActionBase
public object? Value { get; }
Property Value
- object
Operators
public static implicit operator CardInfo.InfoValue(DisplayBase input)
Parameters
input DisplayBase
Returns
- CardInfo.InfoValue
public static implicit operator CardInfo.InfoValue(DateTime? input)
Parameters
input DateTime?
Returns
- CardInfo.InfoValue
public static implicit operator CardInfo.InfoValue(string? input)
Parameters
input string
Returns
- CardInfo.InfoValue