Search Results for

    Show / Hide Table of Contents

    Class DCS_INPUT_Parameter_Table

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

    Constructors

    | Improve this Doc View Source

    DCS_INPUT_Parameter_Table()

    Declaration
    public DCS_INPUT_Parameter_Table()

    Properties

    | Improve this Doc View Source

    ContentID

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

    DCS_INPUT_Workflow

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

    DCS_INPUT_Workflow_Content

    Declaration
    public virtual DCS_INPUT_Workflow_Content DCS_INPUT_Workflow_Content { get; set; }
    Property Value
    Type Description
    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

    Parameter_column

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

    Parameter_name

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

    Parameter_row

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

    Parameter_value

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

    WorkflowID

    Declaration
    public long WorkflowID { get; set; }
    Property Value
    Type Description
    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