Table of Contents

Class ModelFieldInfo

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public record ModelFieldInfo : IEquatable<ModelFieldInfo>
Inheritance
ModelFieldInfo
Implements
Derived
Inherited Members

Constructors

ModelFieldInfo(string, string?, bool)

public ModelFieldInfo(string systemName, string? label, bool isReadonlyField)

Parameters

systemName string
label string
isReadonlyField bool

Properties

ExternalSystemName

public string? ExternalSystemName { get; set; }

Property Value

string

IsReadonlyField

public bool IsReadonlyField { get; }

Property Value

bool

Label

public string? Label { get; }

Property Value

string

SystemName

public string SystemName { get; }

Property Value

string
To top