Table of Contents

Class EditableList.InfoPropertyInfo

Namespace
Dynamicweb.CoreUI.Editors.Lists
Assembly
Dynamicweb.CoreUI.dll
public sealed record EditableList.InfoPropertyInfo : IEquatable<EditableList.InfoPropertyInfo>
Inheritance
EditableList.InfoPropertyInfo
Implements
Inherited Members

Constructors

InfoPropertyInfo(string, string)

public InfoPropertyInfo(string Label, string PropertyName)

Parameters

Label string
PropertyName string

Properties

Label

public string Label { get; init; }

Property Value

string

PropertyName

public string PropertyName { get; init; }

Property Value

string
To top