Search Results for

    Show / Hide Table of Contents

    Class DCS_INPUT_Workflow

    Inheritance
    System.Object
    DCS_INPUT_Workflow
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class DCS_INPUT_Workflow : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    DCS_INPUT_Workflow()

    Declaration
    public DCS_INPUT_Workflow()

    Properties

    | Improve this Doc View Source

    DCS_CFG_Workflow

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

    DCS_INPUT_NextToDo_DCS_INPUT_Workflow

    Declaration
    public virtual ICollection<DCS_INPUT_NextToDo> DCS_INPUT_NextToDo_DCS_INPUT_Workflow { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<DCS_INPUT_NextToDo>
    | Improve this Doc View Source

    DCS_INPUT_Parameter_KeyValue_DCS_INPUT_Workflow

    Declaration
    public virtual ICollection<DCS_INPUT_Parameter_KeyValue> DCS_INPUT_Parameter_KeyValue_DCS_INPUT_Workflow { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<DCS_INPUT_Parameter_KeyValue>
    | Improve this Doc View Source

    DCS_INPUT_Parameter_Table_DCS_INPUT_Workflow

    Declaration
    public virtual ICollection<DCS_INPUT_Parameter_Table> DCS_INPUT_Parameter_Table_DCS_INPUT_Workflow { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<DCS_INPUT_Parameter_Table>
    | Improve this Doc View Source

    DCS_INPUT_Workflow_Content_DCS_INPUT_Workflow

    Declaration
    public virtual ICollection<DCS_INPUT_Workflow_Content> DCS_INPUT_Workflow_Content_DCS_INPUT_Workflow { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<DCS_INPUT_Workflow_Content>
    | Improve this Doc View Source

    ID

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

    ParentWFID

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

    Ts_end

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

    Ts_ins

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

    Ts_start

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

    WorkflowConfigID

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

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx