Search Results for

    Show / Hide Table of Contents

    Class InstanceDataAddonFieldBase

    Represents a single addon field in the instancedata system

    Inheritance
    System.Object
    InstanceDataAddonFieldBase
    InstanceDataAddonField<T>
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public abstract class InstanceDataAddonFieldBase : UI.MVC.ViewModelBase

    Properties

    | Improve this Doc View Source

    ColumnName

    Addon-Field column name

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Description

    Addon-Field description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DomainName

    Name of the sql data type

    Declaration
    public string DomainName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Addon-Field value

    Declaration
    public object Value { get; protected set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx