Search Results for

    Show / Hide Table of Contents

    Class KanbanData

    Kanban board data instance

    Inheritance
    System.Object
    KanbanData
    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 KanbanData

    Properties

    | Improve this Doc View Source

    _InternalChangeId

    Declaration
    public long _InternalChangeId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    BlobGuid

    Gets or sets the blob guid

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

    Color

    Gets or sets the color of the data object

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

    Content

    Gets or sets the content (text)

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    DataJson

    Gets or sets the payload json

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

    FileExtension

    Gets or sets the file extension

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

    Id

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

    InstanceDataId

    Gets or sets the instance data id

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

    IsDeleted

    Gets or sets whether the item is deleted

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

    ItemComment

    Gets or sets the tile comment

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

    KanbanId

    Gets or sets the kanban board id

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

    OldIndex

    Gets or sets the old index

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

    OldPipelineId

    Gets or sets the old pipeline name

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

    OrderId

    Gets or sets the data index within the pipeline

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

    PipelineId

    Gets or sets the pipeline id

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

    StackId

    Gets or sets the stack id

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

    Title

    Gets or sets the tile title

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

    UpdateDateTime

    Gets or sets the last 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 last update user id

    Declaration
    public int UpdateUserId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    DeepCopy(Boolean)

    Declaration
    public KanbanData DeepCopy(bool newId)
    Parameters
    Type Name Description
    System.Boolean newId
    Returns
    Type Description
    KanbanData
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx