Table of Contents

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 string
label string
isReadonlyField bool
valueType Type
sourceSystemName string
modelPropertyName string
dynamicGroupSystemName string

Properties

DynamicGroupSystemName

public string? DynamicGroupSystemName { get; }

Property Value

string

ModelPropertyName

public string? ModelPropertyName { get; }

Property Value

string

SourceSystemName

public string? SourceSystemName { get; }

Property Value

string

ValueType

public Type? ValueType { get; }

Property Value

Type
To top