Search Results for

    Show / Hide Table of Contents

    Class ContextColumn

    Represents column a configuration

    Inheritance
    System.Object
    ContextColumn
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ContextColumn : object

    Constructors

    | Improve this Doc View Source

    ContextColumn()

    Initialize new column configuration

    Declaration
    public ContextColumn()

    Properties

    | Improve this Doc View Source

    ColumnName

    Gets or sets the column name

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

    GroupId

    Gets or sets the article group to which the configuration belongs

    Declaration
    public Guid? GroupId { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    | Improve this Doc View Source

    Id

    Gets or sets the current unique id of column configuration

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    IsRequiredField

    Gets or sets whether the column in a required column

    Declaration
    public bool? IsRequiredField { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Remarks

    Gets or sets the column descriptions

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