Class InstanceDataAddonFieldBase
Represents a single addon field in the instancedata system
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public abstract class InstanceDataAddonFieldBase : UI.MVC.ViewModelBase
Properties
| Improve this Doc View SourceColumnName
Addon-Field column name
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Addon-Field description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DomainName
Name of the sql data type
Declaration
public string DomainName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Addon-Field value
Declaration
public object Value { get; protected set; }
Property Value
Type | Description |
---|---|
System.Object |