Search Results for

    Show / Hide Table of Contents

    Class DCS_CFG_Workflow_Job

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

    Constructors

    | Improve this Doc View Source

    DCS_CFG_Workflow_Job()

    Declaration
    public DCS_CFG_Workflow_Job()

    Properties

    | Improve this Doc View Source

    ConfigID

    Declaration
    public int ConfigID { get; set; }
    Property Value
    Type Description
    System.Int32
    | 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_CFG_Workflow_Job_Config_DCS_CFG_Workflow_Job

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

    DCS_INPUT_NextToDo_DCS_CFG_Workflow_Job

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

    DCS_MAIN_Jobtype

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

    Description

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

    ID

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

    Job_order

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

    JobID

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

    JobName

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

    NextTryDelaySeconds

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

    ScriptID

    Declaration
    public long? ScriptID { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    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