Table of Contents

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

InfoValue(DisplayBase)

public InfoValue(DisplayBase display)

Parameters

display DisplayBase

InfoValue(DateTime?)

public InfoValue(DateTime? dateTime)

Parameters

dateTime DateTime?

InfoValue(DateTime?, ActionBase?)

public InfoValue(DateTime? dateTime, ActionBase? primaryAction)

Parameters

dateTime DateTime?
primaryAction ActionBase

InfoValue(string?)

public InfoValue(string? value)

Parameters

value string

InfoValue(string?, ActionBase?)

public InfoValue(string? value, ActionBase? primaryAction)

Parameters

value string
primaryAction ActionBase

Properties

PrimaryAction

public ActionBase? PrimaryAction { get; }

Property Value

ActionBase

Value

public object? Value { get; }

Property Value

object

Operators

implicit operator InfoValue(DisplayBase)

public static implicit operator CardInfo.InfoValue(DisplayBase input)

Parameters

input DisplayBase

Returns

CardInfo.InfoValue

implicit operator InfoValue(DateTime?)

public static implicit operator CardInfo.InfoValue(DateTime? input)

Parameters

input DateTime?

Returns

CardInfo.InfoValue

implicit operator InfoValue(string?)

public static implicit operator CardInfo.InfoValue(string? input)

Parameters

input string

Returns

CardInfo.InfoValue
To top