Search Results for

    Show / Hide Table of Contents

    Class KanbanConfiguration

    Kanban board configuration

    Inheritance
    System.Object
    KanbanConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Kanban
    Assembly: Simplic.Kanban.dll
    Syntax
    public class KanbanConfiguration

    Properties

    | Improve this Doc View Source

    Configuration

    gets or sets the configuration and json

    Declaration
    public byte[] Configuration { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    CreateDateTime

    Gets or sets the create date time

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

    CreateUserId

    Gets or sets the create user id

    Declaration
    public int CreateUserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DateFieldName

    Gets or sets the name of the date field

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

    DateFormatListName

    Gets or sets the name of the format list for the period

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

    DisplayName

    Gets or sets the display name

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

    EnableEdit

    Gets or sets whether editing is enabled

    Declaration
    public bool EnableEdit { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Id

    Gets or sets the unique board id

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

    InternName

    Gets or sets the internal board name

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

    IsDefault

    Gets or sets the default flag

    Declaration
    public bool IsDefault { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsGeneric

    Gets or sets whether this is a generic board

    Declaration
    public bool IsGeneric { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsRemoveAllowed

    Gets or sets whether it is allowed to remove kanban items

    Declaration
    public bool IsRemoveAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Pipelines

    Gets or sets a list of availables pipelines

    Declaration
    public IList<KanbanPipelineConfiguration> Pipelines { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<KanbanPipelineConfiguration>
    | Improve this Doc View Source

    RefreshInterval

    Gets or sets the refresh interval

    Declaration
    public int RefreshInterval { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TempPeriod

    Gets or sets the selected period

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

    UpdateDateTime

    Gets or sets the update date time

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

    UpdateUserId

    Gets or sets the update user id

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