Table of Contents

Class InfoBarData

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll
public sealed record InfoBarData : IEquatable<InfoBarData>
Inheritance
InfoBarData
Implements
Inherited Members

Properties

Identification

public KeyValuePair<string, string> Identification { get; set; }

Property Value

KeyValuePair<string, string>

TypeInfo

public KeyValuePair<string, string> TypeInfo { get; set; }

Property Value

KeyValuePair<string, string>
To top