Class ModelDynamicFieldInfo
- Namespace
- Dynamicweb.CoreUI.Data
- Assembly
- Dynamicweb.CoreUI.dll
public record ModelDynamicFieldInfo : ModelFieldInfo, IEquatable<ModelFieldInfo>, IEquatable<ModelDynamicFieldInfo>
- Inheritance
-
ModelDynamicFieldInfo
- Implements
- Inherited Members
Constructors
ModelDynamicFieldInfo(string, string?, bool, Type?, string?, string?, string?)
public ModelDynamicFieldInfo(string systemName, string? label, bool isReadonlyField, Type? valueType, string? sourceSystemName = null, string? modelPropertyName = null, string? dynamicGroupSystemName = null)
Parameters
systemName
stringlabel
stringisReadonlyField
boolvalueType
TypesourceSystemName
stringmodelPropertyName
stringdynamicGroupSystemName
string
Properties
DynamicGroupSystemName
public string? DynamicGroupSystemName { get; }
Property Value
ModelPropertyName
public string? ModelPropertyName { get; }
Property Value
SourceSystemName
public string? SourceSystemName { get; }
Property Value
ValueType
public Type? ValueType { get; }