Search Results for

    Show / Hide Table of Contents

    Class KanbanDataLog

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

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the unique id

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

    InstanceDataGuid

    Gets or sets the unique id of the assigned instance data

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

    InstanceDataKey

    Gets or sets the key value of the assigned instance data

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

    KanbanId

    Gets or sets the kanban id

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

    NewIndex

    Gets or sets the new sort index

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

    NewPipelineId

    Gets or sets the new pipeline

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

    OldIndex

    Gets or sets the old sort index

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

    OldPipelineId

    Gets or sets the old pipeline

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

    UpdateDate

    Gets or sets the update time

    Declaration
    public DateTime UpdateDate { 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

    UpdateUserName

    Gets or sets the update user name

    Declaration
    public string UpdateUserName { 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