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

ModelFieldInfo(string, string?, bool, bool)

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

Parameters

systemName string
label string
isReadonlyField bool
isListable bool

Properties

ExternalSystemName

public string? ExternalSystemName { get; set; }

Property Value

string

IsListable

public bool IsListable { get; }

Property Value

bool

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