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
Properties
ExternalSystemName
public string? ExternalSystemName { get; set; }
Property Value
IsReadonlyField
public bool IsReadonlyField { get; }
Property Value
Label
public string? Label { get; }
Property Value
SystemName
public string SystemName { get; }